china0396 发表于 2026-4-19 19:38:59

【西游H5】修改上线元宝、金钱、VIP等级教程

修改路径:/congif/data/server/Guide/guidebase.config

                                                                                                          GuideBaseConfig={ givepet = {type=1,id=2005002,count=1,petid=900002},                                                                                                      givebyuan = {type=0,id=3,count=200000000},      //绑定元宝                                                                                                          givegold ={type=0,id=2,count=200000000},   //元宝                                                                                                      givesilver = {type=0,id=1,count=200000000},   //金币                                                                                                      giveweapon = {type=1,id=1001001,count=1},                                                                                                          givevip = 22,   // VIP上线等级                                                                                                          givexianlv = {type=1,id=2000402,count=1,petid=800002,taskid=1021},                                                                                                      givetitle = {type=1,id=2001501,count=1,petid=1000,taskid=1030},                                                                                                          text = {LAN.TIPS.welcomedes001,LAN.TIPS.welcomedes002,LAN.TIPS.welcomedes003},                                                                                                      firstpet = 90000,                                                                                                      viplv = 22,                                                                                                      catchtask = 1003, }
修改路径:/congif/data/server/Guide/guidebase.config
1
2
3
4
5
6
7
8
9
10
11
12
GuideBaseConfig={ givepet = {type=1,id=2005002,count=1,petid=900002},
                                                                                                      givebyuan = {type=0,id=3,count=200000000},      //绑定元宝
                                                                                                          givegold ={type=0,id=2,count=200000000},   //元宝
                                                                                                      givesilver = {type=0,id=1,count=200000000},   //金币
                                                                                                      giveweapon = {type=1,id=1001001,count=1},
                                                                                                          givevip = 22,   // VIP上线等级
                                                                                                          givexianlv = {type=1,id=2000402,count=1,petid=800002,taskid=1021},
                                                                                                      givetitle = {type=1,id=2001501,count=1,petid=1000,taskid=1030},
                                                                                                          text = {LAN.TIPS.welcomedes001,LAN.TIPS.welcomedes002,LAN.TIPS.welcomedes003},
                                                                                                      firstpet = 90000,
                                                                                                      viplv = 22,
                                                                                                      catchtask = 1003, }






页: [1]
查看完整版本: 【西游H5】修改上线元宝、金钱、VIP等级教程