Recent content by mofo

  1. M

    callfunc

    It's been awhile since I updated my revision so I decided to do it today. I just found out that my custom items that have the "callfunc" script doesn't seem to be working. Like this one for example, I have this inside item_db2.txt. 23000,Egg_of_Experience,Egg of Experience,2,,,10...
  2. M

    2013 client crash

    When I try to vend with a merchant, the client crashes. It crashes when I click the vend title window to enter a name, or the price input window. I'm using 20130703.
  3. M

    Locator NPC

    I'd like to request for an NPC that any player can use to locate another player by name. It would give the map name and coordinates for a cost (50k zeny?).I tried scripting my own, but I'm still lost as to how to properly code getmapxy. I'm still trying right now, but I figured I'd post here to...
  4. M

    item_combo_db.txt

    What do I change in the combo script if I want one of the items to be refined to +8 before getting the combo bonus? I try not to mess with the default settings to make way for future updates so I'm kind of wishing for item_combo_db2.txt hehe. Example: 1775:18114,{ bonus bLongAtkRate,50; } How...
  5. M

    core.xxxx

    Whenever my server crashes, it generates a file named core.xxxx (x being random numbers). When I try to open those with gdb, it says unrecognized format. How do I deal with this?
  6. M

    SVN repo

    Why doesn't it work like the old svn? It skips so many directories it's pretty useless to use svn update. I've been trying to use git, but recently I've been having crash issues. And some skills don't work. I've forked the herculesws repo, I pulled from the original repo, restarted my vps...
  7. M

    Compiling plugins - How To (linux)

    I don't know how to compile a plugin using linux so I started this topic in order to figure out where it went wrong. I hope this will serve as a guide to those who want to use plugins as well. Here's what I did so far. 1. Download Ind's SkillErrorMessage.c plugin file. 2. Put the plugin file...
  8. M

    20120716 ragexe cooldown timer

    The cast delay timer shows up fine when using skills. But the cooldown timer (individual skill) doesn't show. I've edited my mmo.h and commented packetver_re. I don't get any errors and everything else is fine. Scenario: Warlock uses comet - skillbar shows cast delay for all skills Cast delay...
  9. M

    Tetra Vortex aspd

    Hello again, I'd like to find out what I need to edit to make aspd affect how fast tetra vortex hits. Right now if i use TV, all 4 hits drop instantaneously. How can I change that behavior?
  10. M

    Another ASPD inquiry

    Where in the source can I find the lines to change the weapon aspd penalty? I want to keep renewal aspd but it's a little slow for my taste. I'd like to atleast implement half the penalty instead of getting the full deductions. Thanks in advance
  11. M

    SQL help

    I'd like to ask our resident sql experts for a query/code to alter the table for characters level 151-160. I want to change them back to 150. And if possible include the syntax to change all stats and skills to 0. Please help, thanks in advance Hercules.
Back
Top