Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. rathena is server file ....not the clientside file...shouldnt affect your clientside file .....
  2. SC_FIREWEAPON 96 SC_WATERWEAPON 97 SC_WINDWEAPON 98 SC_EARTHWEAPON 99 item_db ............. {},{ sc_start <SC>,-1,1; },{ sc_end <SC>; } if the time -1 didnt work..then change to other high value...
  3. try this just simply sketch ...... http://pastebin.com/raw.php?i=ijZvh1XJ
  4. trunk/doc/item_bonus.txt bonus bAtkEle,n; Gives the player's attacks element n n: 0=Neutral, 1=Water, 2=Earth, 3=Fire, 4=Wind, 5=Poison, 6=Holy, 7=Dark, 8=Spirit, 9=Undead
  5. find a compatible client... or try edit here #ifndef PACKETVER #define PACKETVER 20120410 #endif change 20120410 to your client date
  6. alternate way... input .@amount,0,countitem(7539);
  7. 150,0,6,4,0,0x1,0,1,1,no,0,0x1,0,weapon,5, TF_BACKSLIDING,Back Slide 150
  8. Emistry

    Guide?

    trunk/doc/item_bonus.txt
  9. After a long while since my last release.......xD anyway....i having a very very very good mood today ...so i am here to release my new script ~ haha Added New Script : Check inside each Files for updated contents. https://rathena.org/board/index.php?/files/file/2550-%7B?%7D/ this script enable player to Save the Character Data ..and enable them to switch back at any time to any Data they saved previously. Overall, a script that enable player to play multiple Job Class within 1 single characters. the idea for this script isnt too old / new ...since it's been exposed by @Peopleperson49 in his 'Split Personality' Script. Well, this script do the same things, but we use different way to manage it. Extra Informations : If you ♥ these Scripts , Click on to Vote this Topic up . Or you may also click on at above the Topic
  10. Version 2.2

    757 downloads

    A Script that enable Player to save his/her current Job Class Data and then able to switch back to what he had saved at any time they want. This will allow players to player multiple job class within 1 single Character. Configuration : OnInit: set .MaxSlot,3; end; and...please make sure to run this query in your SQL. ALTER TABLE `char_reg_str` CHANGE COLUMN `value` `value` TEXT NOT NULL ; Topic Detail : http://rathena.org/b...240#entry137901 * Use at your own risk. Do backup. * Thank you : @Peopleperson49 @goddameit
    Free
  11. View File Doppelganger A Script that enable Player to save his/her current Job Class Data and then able to switch back to what he had saved at any time they want. This will allow players to player multiple job class within 1 single Character. Configuration : OnInit: set .MaxSlot,3; end; and...please make sure to run this query in your SQL. ALTER TABLE `char_reg_str` CHANGE COLUMN `value` `value` TEXT NOT NULL ; Topic Detail : http://rathena.org/b...240#entry137901 * Use at your own risk. Do backup. * Thank you : @Peopleperson49 @goddameit Submitter Emistry Submitted 09/12/2012 Category Utilities Video Content Author Emistry  
  12. what item you create...and how you create it...
  13. try run this in your SQL....make sure you do backup 1st just in case anything happen... DELETE FROM `guild` WHERE `name` <> `master` ;
  14. Emistry

    pc_delitem

    save as a record where you can review it anytime in the future...just in case anything happen
  15. Emistry

    1@mist

    Duplicated Topic : http://rathena.org/board/topic/70933-1mist/
  16. inside this part... L_end: OnClock1300: OnClock2110: announce "The King of Emperium Hill is over!", 0; set .koe_start, 0; enablenpc "Get Your Price Here#KoE"; disablenpc "The King#KoE"; killmonsterall "guild_vs1"; end;
  17. try edit this file ? https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/job_db2.txt but not sure this would be a good way for it
  18. so is this topic still valid ? you solved your own problem already ?
  19. Emistry

    Quest NPC

    maybe something like this ? prontera,155,181,5 script Sample 757,{ for( set .@i,0; .@i < getarraysize( .Item ); set .@i,.@i + 1 ) mes "Item "+( .@i + 1 )+" : "+getitemname( .Item[.@i] ); close; OnInit: OnClock0001: set .ItemCount,rand(10); deletearray .Item[0],getarraysize( .Item ); for( set .@i,0; .@i < .ItemCount; set .@i,.@i + 1 ) do{ set .Item[.@i],rand(512,20000); }while( getitemname(.Item[.@i]) != "null" ); end; }
  20. maybe you can just add a new line for backsliding skill in that file ?
  21. http://subversion.assembla.com/svn/ClientSide/
  22. what error....show it.... npc gone ? perhap it's just the client isnt compatible with your server
  23. @TS perhap you should elaborate more....we dont know how your want your player to "train" in this room.. what required..what condition....what is the step to rebuild.... and etc.... @others either it is idea from eAmod or not....get use to it....eAmod isnt the only 1 who able to come up with these idea....
×
×
  • Create New...