Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    409

Everything posted by Emistry

  1. 2497
  2. 2492
  3. this ? https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/player.conf // Maximum atk speed. (Default 193, Highest allowed 199) max_aspd: 193
  4. 2488
  5. 2486
  6. 2484
  7. if( getgmlevel() >= 30 ){
  8. erm..you can try my Multi Currency Shop also.. Script Release > Script Collection > Emistry Script > Multi Currency Shop
  9. 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
  10. 2479
  11. 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.
  12. use what command ? the script itself doesnt block any usage of command by default...
  13. 2471
  14. 2468
  15. 2463
  16. 2461 2461
  17. 2458
  18. yes
  19. 2456
  20. 2454
  21. 2447
  22. 2445
  23. 2438
  24. 2436
  25. *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...