Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. *facepalm* ... that's your GM Sprite ... you cant override it .... if you dont want the GM Sprite..simple remove it here http://rathena.org/wiki/Clientinfo <yellow> <admin>2000000</admin> </yellow>
  2. what armor ...and i have no idea what your problem is ...
  3. mapname mapflag partylock disable you make any changes regarding party..included create / leave party.
  4. http://rathena.org/board/topic/72907-channel-system/#entry157111
  5. it gonna be a pain for you to edit every single card in the server to avoid them from using 3 or more same card in same equipments.. i remember QQFoolSelina posted a small source snippet on how to fix your problem ... try check source support/request forum ...
  6. perhap you are looking for this ?? prt_fild08
  7. it should be globalmes strcharinfo(0)+": "+@broadcast$; but still there is no way for you since you're using eathena ... only *Amod / rathena / hercules have IRC system even the IRC Channel Script i have...wont work for eathena..
  8. why not just edit the db/re/item_db.txt and change to 3 slots instead of having 4 slots ?
  9. if you want instance cast..... remove the renewal cast... src/config/renewal.h#L33 or try adjust the value here conf/battle/skill.conf#L44
  10. content in post#2 replace with content in post#4
  11. something like this ?? hmm http://upaste.me/r/3d28e3
  12. if( countitem( 512 ) < 10 ){ mes "you need 10 apple."; close; } delitem 512,10; refer countitem and delitem
  13. if( zeny < 500000 ) { mes "[Hidden Slot Enchant]"; mes "Hey sorry not enough money."; close; } set zeny, zeny - 400000;
  14. Script Updated ! https://rathena.org/board/index.php?/files/file/2505-%7B?%7D/ This script will limit the inventory of player if the player bring exceeded / insufficient limitation items into the map. For Example :
  15. try bonus2 bExpAddRace,RC_NonBoss,10;
  16. try 18756,Black_Shiba_Inu_Hat,Black Shiba Inu Hat,5,20,,400,,6,,1,0xFFFFFFFF,63,2,256,,50,1,894,{ bonus2 bAddRace,RC_Brute,10; if( isequipped(2959) ) autobonus (( @bonus )?"":"{ disguise 1785; sleep2 ( @count * 1000 ); undisguise; @count++; @bonus = 0;" ),2500,( ( @bonus )?0:( @count *1000 ) ); },{},{ if( @bonus ) undisguise; } 25% to trigger ... change the 2500 if you want to change the rate.
  17. Emistry

    Limited Item

    your setting is fine..there is nothing wrong with it
  18. Emistry

    Limited Item

    0 = disable all .. any value higher than 0 will be the limit they can bring.
  19. Emistry

    Limited Item

    the script will still detect it after 5 seconds .... the script check the player every short interval ...
  20. update your eA svn to latest .... it should have supported these implode , explode..and etc
  21. #define MAP_PHTOWNALL "mini prontera" #define MAP_PHTOWNALL "mini geffen" #define MAP_PHTOWNALL "mini morocc" #define MAP_PHTOWNALL "mini alberta" #define MAP_PHTOWNALL "mini payon" #define MAP_PHTOWNALL "mini izlude" #define MAP_PHTOWNALL "mini aldebaran" you only need to declare one since it's still the same map ...
  22. check for error and solve it and make sure the account you using is GM LEVEL 99 ...
  23. if you're too lazy to edit the info in db/re/item_db.txt ...and not using SQL database.. ( there are actually some easy way to done this...ex: regular expression to replace string ) you can try this.. http://upaste.me/r/8ef8be it will took few seconds for this to complete... [Debug]: script debug : 0 110066214 : Consumed 3 seconds to set 8235 items to 0 weight.. relog is required for those player who are still online.. but using script to do this work isnt recommended ...
×
×
  • Create New...