Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to Modify BDO Offline using Studio 3T

Roi

Initiate Mage
Joined
Dec 25, 2020
Messages
4
Reaction score
0
make shure to copy the serve folder before any modification.

HOW TO SOLVE ANY QUEST PROBLEM IN OFFLINE BDO

This solution was created because the gm comand to
/quest complete 2301 17 not worked
so to solve this problem i used the studio 3t

gamesever>> players >> quests >> claredquestlist [ right click] >array element > add element...
at the new element with none fields >> [right click] >> groupId int32 value [number id quest] >> same create questId {number id quest] >> same reapeatTime value repeatime 0 <<< everthing with int32

now go to progressqustlist find the [number id quest] with problem left click >> click delete >> remove element.

done


HOW TO CHANGE HORSE LV AND SKILLS

in serve3t is possible to add anyskill for any horse example : elefant flying

gameserver>> servants >> find the id with name of your horse >> servantskillList>> add new field>> add in new field int32 skillid >> exp >> and bol isCannotChange false
skillid that i test 46.

skillid 46
exp 0
iscannotchange false

How to find all probabliy all ID of u serve

go to languagenew_en.txt ( i download in language modification)
cntrl +F type "Dark Flame Steps" u will see the number 46

To change rates drops , exp , etc go to u sever folder

gameserve\bin\configs
rate.properties

make shure to copy the serve folder before any modification.
 
Newbie Spellweaver
Joined
Jan 8, 2021
Messages
13
Reaction score
0
Could you post prints of the quest process? I completely got lost at this part "claredquestlist [ right click] >array element > add element...
at the new element with none fields >>"
 
Back
Top