Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

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. change here .... setarray .Name$,"S"," ","A"," ","M"," ","P"," ","L"," ","E"; or... set .Display$,.Display$ +" "+ .Name$[.i];
  4. apply the diff at your own risk.. i am not a eAmod users..i dunno how it work to edit on eAmod
  5. make sure you assign the correct group id for the particular account. in rA..GM Level are not the Group ID.
  6. @TS you can try like this if you want. http://upaste.me/f37f56768e1b73f
  7. 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
  8. Emistry

    This or That?

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

    This or That?

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