Search results

  1. P

    Asura Strike Percentage damage

    How would I go about making Asura Strike deal a percentage of the target's HP? I'm reducing the base damage of the skill but want to add percentage damage to it. 15% for example. It would be preferred if that % damage was reflected in the damage displayed when used by the skill. I know that...
  2. P

    Take more damage from a skill when item is equipped

    Is it possible to make it so when you have X Item equipped you take Y% more damage from Skill  Z?
  3. P

    Sage Soul Link

    How can I modify this link to increase the skill level cast by auto spell by one? Normally this link makes it autocast level equal to the user's learned level but with some with a custom item of ours that improves autospell this would be seriously OP.  //Max chance, no skill_lv reduction...
  4. P

    Blade Stop and Shrink Melee Only

    Is it possible to make these skills only work on melee attacks? It's always seemed strange  to me that a Champion can 'Blade Stop' someone shooting them with arrows. Same with Shrink and ranged attacks.
  5. P

    Maxium Item Bonuses

    Is there a way to increase this limit? I know it was possible in rathena but I haven't been able to find it in Hercules source anywhere.
  6. P

    Allowing a job to equip ammo

    How can I give a job the ability to equip ammo? I tried removing the job requirements in item_db  but that doesn't work. I tried searching through most of the db files as well. I tried to look in source, but I'm not really sure exactly what to look for! I want to make Creators able to equip...
  7. P

    Backslide against walls

    I need some help with applying this code to hercules. https://github.com/rathena/rathena/commit/61f3caa (original post below) http://herc.ws/board/tracker/issue-8000-backslide-skill-issue/ I'm unsure how to apply the path.c as the code is so much different from that of Hercules.
  8. P

    Kamic

    How exactly do I use this? In the past it was @kamic colorcode text. For color code you'd just use a hex color code like 0x00ff00 but that doesn't seem to work anymore. The 0x part will not show but the rest is broadcasted in black.
  9. P

    item_db equipment masking troubles

    I really don't understand why I can't get this to work. I want to make an armor that can be equipped by Sniper, Priest, Champion, Gunslinger, High Wizard and Professor. However, the masking refuses to work and it doesn't make sense. 0x4218900 This is what I have for the mask. It works...
  10. P

    NC_SILVERSNIPER and NC_MAGICDECOY HP

    How can I modify the HP of these? I know they are based off of the skill's level but for some reason I can't find where in the source they are. I found something related to the Silversniper, but It took me a while to get it to work without it also modifying the HP of Alchemist Plants/Marhine...
  11. P

    Soul Linker Spirit on self at level 6

    Can someone make me a source script that allows a player to use Soul Linker Spirit on themselves if the skill level is level 6? I'm making a custom item that will give level 6 of the skill and want to know if this is possible.
  12. P

    Kaahi Duration

    How can I modify the duration of this status? I've just about given up on finding it in the source. I want to make it last 30 seconds.
  13. P

    Bound cards can be traded if added to an item

    Is there any way to fix this? If an item is bound using script or something like @itembound, it cannot be traded. However, if a bound card is put in an item the item can be still be traded. If the card is untradeable in itemdb it can't be traded even if the card is in a weapon. Is there a way to...
  14. P

    stalkers ignore full protection when linked

    Can someone make me a source edit that allows Stalkers to bypass Creator Full Protection if they have soul link? Just the single strip sills only please.
  15. P

    Sprite showing over character instead of behind

    I'm trying to add the official wing costume to one of my items but when I try the sprite doesn't show correctly from the the 3 front positions. Example: http://puu.sh/aBF2Q/04414f2dbd.jpg Here are the files I'm trying to use: https://www.mediafire.com/?rpotqc1q5sfpo4f They can be found in...
  16. P

    Cash Shop unknown items

    Any custom items I add to the cash shop is unknown. Why? If I right click the item it still shows the proper description but the icon and such are otherwise unknown. The item displays fine if i @item it.
  17. P

    Skills higher than max level become melee range

    My server has customs that allow you to increase your skills past their normal max level. This problem occurs with any skill cast past the max level. Strangely, it works fine with @useskill.  
  18. P

    Guild Dungeon Warpers

    My server only has 3 WOE castles active right now because of server population. I'm just using 3 Rachel castles at the moment. The problem is that they can't get to the other guild dungeons because the woe castles are closed. Would it be possible to modify the castle warpers so that each of them...
  19. P

    Bio Cannibalize max 5 plant points

    I buffed plants on my server and want to be able to balance them better by strength. Would it be possible to modify this skill where each plant has a value and you can't exceed 5 points? For example: Mandragora: 3 Points Hydra: 1 Point Geographer: 2 Points Parasite: 2 Points Flora: 2...
Back
Top