Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. hahaha i post the wrong file...LOL https://rathena.org/board/index.php?/files/file/2500-%7B?%7D/
  2. maybe you are using a very old version of this script ? try the redownload the latest one ? as it work best for me...
  3. i dont have problem when i enter the map through the farm zone NPC.... did you edit anything in the script ?
  4. it still work fine in my Test Server .... Rev 16767
  5. it must be something wrong with the client you using / you diffed it in a wrong way / setup your clientside file in a wrong way... refer to those guide we post in forum ... Korean Language its because your client doesnt have / didnt load the translated data from your GRF / Data folder.
  6. if you are copying other's client .... i dont think you can fully customize it to what you need... i believe you only able to hex for a custom title with that client if the client isnt encrypted. i would suggest you to learn to diff your own client.. there is alot guide out there to help you to diff your own customized client.. all the required file you can get it here.. http://supportmii.com/ro1/Clients/
  7. you can easily get the answer with a simple search through the Search Engine.... http://rathena.org/board/topic/71400-heal-is-not-level-selectable/#entry140769 http://rathena.org/board/topic/71399-how-to-check-client-version/#entry140283 http://rathena.org/board/topic/64536-how-to-know-client-date/#entry105398 http://rathena.org/board/topic/63277-please-help-me/#entry100144 http://rathena.org/board/topic/62901-status-not-shown/#entry98818 http://rathena.org/board/topic/66719-problem/#entry116147
  8. { atcommand "@speed 1"; sleep2 300000; atcommand "@speed 150"; },{},{} change @speed 150 to your server default speed rate... but still not recommand for this...@speed will override your other bonus movement speed.....
  9. try this... disable the usage of @autoloot in group.conf then add this NPC script.. - script Sample -1,{ OnInit: bindatcmd("autoloot",strnpcinfo(0)+"::OnAtCommand"); end; OnAtCommand: if( isequipped( <cardID> ) ){ dispbottom "You cant use this Command while "+getitemname( <cardID> )+" is equipped."; }else{ atcommand "@autoloot"; } end; } and edit your dark lord card item_db.txt to this ...........{},{ atcommand "@autoloot 0"; },{}
  10. you already did.... if(Disguised == 1) goto L_disguised; the problem is how your char get disguised..what's why i ask you show your disguise script...
  11. trunk/conf/login_athena.conf // Can you use _M/_F to make new accounts on the server? new_account: yes
  12. http://rathena.org/board/topic/60188-fakename-show-guildparty/page__hl__fakename
  13. use Euphy's WOE Controller https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/custom/woe_controller.txt
  14. try this.. http://pastebin.com/raw.php?i=1BaMT2Xy untested.... make sure you load this SQL query before using this script.. CREATE TABLE IF NOT EXISTS `E-WOE Ladder` ( `account_id` int(11) unsigned NOT NULL default '0', `char_id` int(11) unsigned NOT NULL default '0', `name` varchar(30) NOT NULL DEFAULT '', `kill` int(11) unsigned NOT NULL default '0', `death` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`char_id`), KEY `account_id` (`account_id`), KEY `name` (`name`) ) ENGINE=MyISAM;
  15. http://pastebin.com/raw.php?i=qZkjxip5
  16. annieruru is going to bash you if she saw this xD http://www.eathena.ws/board/index.php?s=&showtopic=237765&view=findpost&p=1315276 setarray .maptrigger$, // only these maps will trigger this script "all", // comment this line to only trigger this script on these listed maps "guild_vs1", "guild_vs2", "guild_vs3", "guild_vs4", "guild_vs5";
  17. ?? you saw that ? or not ? .....
  18. some custom designed src_logo.bmp doesnt compatible with client...and hence it will caused your client crash upon taking screenshot.
×
×
  • Create New...