Jump to content
  • 0

Help with some problems!


Ciruela

Question


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  04/15/13
  • Last Seen:  

Hi, i need help with this:

  1. Change Drain Soul (HW) to get hp instead of sp.
  2. Remove knockback of Bowling Bash, i try modify "skill_db.txt", but doesn't work.
  3. When an user summon a monster with a bloody branch, i need that monster name [user-name] Thanatos for example.
  4. 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!.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  122
  • Reputation:   17
  • Joined:  12/10/12
  • Last Seen:  

 

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

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1443
  • Reputation:   337
  • Joined:  10/17/12
  • Last Seen:  

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...