Search results

  1. bWolfie

    Bonus damage vs Item

    We have bonus damage versus all sorts of things - class, race, element - but how about item? The way it would work is if the enemy has x item equipped, damage will be increased by n%. Unless this already exists, then ignore this thread. Example: bonus bEquipItem,x,n;                +n%...
  2. bWolfie

    High Jump - normal Hercules behavior?

    So I was messing around earlier and I noticed something strange. Normally when I change direction (on old eAthena emulator), I can immediately high jump in that direction (assuming instant cast). But upon changing direction, there is a little delay I have to wait before I can jump in the new...
  3. bWolfie

    Question regarding NPC variables

    Hi, I'm trying to make an NPC which players can donate zeny to, and the zeny count is for every player - as in when one player donates, it updates a tally for everyone else (stored in NPC). If I use .server_donate (as shown in example below), will it disappear when I restart my server? Thank...
  4. bWolfie

    Forcing emotes from other NPCs?

    Hi, I am struggling to get my script to force an emotion from an NPC from another script.  Bit of info: - Both NPCs are on the same map. - Player cannot see both NPCs at the same time on their screen (too far apart). - NPC 1 (who you are talking to) warps you in front of NPC 2, who talks a...
  5. bWolfie

    Link to palettes?

    Hi, I only have 8~ hair colors, 20~ hair styles and 5 clothes colors. Can anybody link me to any packages? Thank you.
  6. bWolfie

    Set font color in message box?

    Hello again Hercules, I want to set a variable so when it is 1, it can appear in a message box next to writing in a 'mes' box. But I can't figure out how to make it work. E.g. I set my variable to 1. set @color, 1; And then whenever  if (.color == 1) { ^00ff00; } else { ^ff0000; } It...
  7. bWolfie

    Convert database to Hercules

    Hello Hercules, I am asking on behalf of somebody. Our server wants to move its database to Hercules. We are a very old server, still running eAthena. I'm unsure of the logistics, but our server's database is very large. The server has racked up 7-8 years of data. We have already begun moving...
  8. bWolfie

    Map: Unknown Area

    I tried searching, people say they fixed their problem, but never explained how.  I have updated mapnametable.txt  and map_cache.dat. Solutions pretty please . also shout out to Chemical Crush for making this map
  9. bWolfie

    Failure compiling .lua to .lub

    Sorry to bother. After downloading a new itemInfo.lua I fixed my problem.
Back
Top