Jump to content

kenik

Members
  • Content Count

    32
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by kenik

  1. You can update your SQL-tables with the help of db2sql plugin. It's included in clean Hercules. For mobs you have to do something yours. db2sql works only with items.
  2. That's error about CRLF symbols at the end of line (also known as \r\n). Windows uses both symbols, MAC - CR, *nix - LF. That's the reason.
  3. no)) need apt-get install gcc ++ but what are you talking, Mr. Kenik))
  4. apt-get install dos2unix dos2unix configure
  5. kenik

    Quest Delete NPC

    As I remember - they can just Right-Click quest in quest window, no?
  6. You can do something like this: OnPCLoadMapEvent: if(getgmlevel() >= 99) if(getmapflag(strcharinfo(3), mf_pvp) || getmapflag(strcharinfo(3), mf_gvg)) warp "SavePoint",0,0; // Warp to save point end; Also, you have to add mapflag 'loadevent' to all your pvp and gvg maps.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.