Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    409

Everything posted by Emistry

  1. like this ? - script Sample -1,{ OnWhisperGlobal: callshop "<SHOPNAME>",<OPTION>; end; } *callshop "<name>",<option>; These are a series of commands used to create dynamic shops. The callshop function calls a invisible shop (view -1) as if the player clicked on it. For the options on callShop: 0 = The normal window (buy, sell and cancel) 1 = The buy window 2 = The sell window
  2. what script you use ? show it..and briefly explain how you try to get it work or test it to ensure it is not working at least let us know how to duplicate your problems...
  3. 2794
  4. change here .... setarray .Name$,"S"," ","A"," ","M"," ","P"," ","L"," ","E"; or... set .Display$,.Display$ +" "+ .Name$[.i];
  5. apply the diff at your own risk.. i am not a eAmod users..i dunno how it work to edit on eAmod
  6. make sure you assign the correct group id for the particular account. in rA..GM Level are not the Group ID.
  7. 2792
  8. @TS you can try like this if you want. http://upaste.me/f37f56768e1b73f
  9. 2789
  10. 2786
  11. 2780
  12. 2778
  13. remove the && rand(100) < 5
  14. 2775
  15. 2770
  16. 2764
  17. Emistry

    @mute problem

    https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/misc.conf // Manner/karma system configuration. Specifies how does negative manner // (red no chat bubble) affects players (add as needed): // 0: No penalties. // 1: Disables chatting (includes whispers, party/guild msgs, etc) // 2: Disables skill usage // 4: Disables commands usage // 8: Disables item usage/picking/dropping // 16: Disables room creation (chatrooms and vending shops) manner_system: 15
  18. 2762
  19. Emistry

    This or That?

    Chrome Batman or Ironman ?
  20. 2759
  21. 2757
  22. try this? getinventorylist; if( @inventorylist_count > 0 ){ mes "please remove all your items."; close; }
  23. something like this ? - script Sample -1,{ OnNPCKillEvent: if( getmonsterinfo( killedrid,22 ) && rand(100) < 5 ){ getitem 501,1; } end; }
  24. Emistry

    This or That?

    Royal Guard Amistr or Filir ?
  25. 2755
×
×
  • Create New...