Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. this ? https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/player.conf // Maximum atk speed. (Default 193, Highest allowed 199) max_aspd: 193
  2. erm..you can try my Multi Currency Shop also.. Script Release > Script Collection > Emistry Script > Multi Currency Shop
  3. did you added some mapflag like this somewhere in your other script ? mapname mapflag nowarp mapname mapflag nogo mapname mapflag nocommand etc.... if yes then remove it
  4. well...good try..but it wont work.. like what cyledion has mentioned...they can re-equip... and due to too many item to disable from the map.. and items... without any src for creating a new mapflag.... i can suggest you to do it in this way... create a simple npc warper..that check for Item Weight if the player current Weight is larger than 0....he cant go in the map... or you can use getinventory command.. if the users have more than 1 items or 0 items.. he cant go into the map. with this..i think they are not be able to bring any items into the map.. but of course...the idea might still have not good enough to fit what you want.
  5. use what command ? the script itself doesnt block any usage of command by default...
  6. *distance(<x0>,<y0>,<x1>,<y1>) Returns distance between 2 points. Example: set .@i, distance(100,200,101,202); if( .@i > 10 ){ npctalk "Come Closer."; } end;
×
×
  • Create New...