Ciruela Posted May 6, 2018 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 18 Reputation: 0 Joined: 04/15/13 Last Seen: November 14, 2021 Share Posted May 6, 2018 Hi, i need help with this: Change Drain Soul (HW) to get hp instead of sp. Remove knockback of Bowling Bash, i try modify "skill_db.txt", but doesn't work. When an user summon a monster with a bloody branch, i need that monster name [user-name] Thanatos for example. Disable autoloot in map, not only the command, i need that if you are with the command active, cancel it and disable. Thank you very much!. Quote Link to comment Share on other sites More sharing options...
0 fictionx Posted May 7, 2018 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 122 Reputation: 17 Joined: 12/10/12 Last Seen: 18 hours ago Share Posted May 7, 2018 1.- In skill.cpp change status_heal(src, 0, status_get_lv(bl)*(95+15*rate)/100, 2); to status_heal(src, status_get_lv(bl)*(95+15*rate)/100,0 , 2); 2.- require more edit and testing, you can check in skill.cpp too Quote Link to comment Share on other sites More sharing options...
0 Stolao Posted May 7, 2018 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Tuesday at 08:32 PM Share Posted May 7, 2018 3: would require you recode BB butmain part you want to change is the "--ja--" to "["+strcharinfo(0)+"] "+commandformobname() 4: might already exists bit add a variable to autoloot (either script or src) if the variable is active disable it on map entry 4b: can also make a script that drops the items for those monster instead of having in the mobs drops. On phone but you should get idea Quote Link to comment Share on other sites More sharing options...
Question
Ciruela
Hi, i need help with this:
Thank you very much!.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.