Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. show your stormy knight db inside the mob_db.txt or mob_db2.txt
  2. if you wan script you can try this too https://rathena.org/board/index.php?/files/file/2505-%7B?%7D/
  3. edit mob_db.txt .... or switch to pre-re emperium
  4. http://rathena.org/board/jawards/ it has been implemented long time ago....but didnt assign any of it due to lack of reward icons ... the above situation to gain 1 badge is just an example ...
  5. are you using langtype of 10 or 11 inside Clientinfo ?? if yes then you have to change the defpattern ..
  6. not sure if this really work ... query_sql( "SELECT SUM(`zeny`) FROM `char`",.@zeny$ ); mes "Total Zeny : "+.@zeny$; if run by query...you can retrieve all zeny...and by using char variable to save the data....perhap you can achieve what you want... if you want to change the zeny limit in server...believe that are alot part you need to change...datatype...sql datatype...and etc... edit : if you are using flux cp ... or ceres cp....i think both have the function ...just view the "server info" page of your website....
  7. if(checkfalcon() || checkcart() || checkriding() || ismounting()) { change to if( checkfalcon() || checkcart() || checkriding() ) {
  8. swtich to this.. trunk/npc/custom/quests/quest_shop.txt
  9. you can use this http://rathena.org/board/topic/62238-manage-skill-damage-21/
  10. use this if( BaseLevel > 99 ){ mes "You cant join."; }
  11. How do I obtain one There are currently two ways of gaining a badge: nominate someone (including yourself) or receive a nomination. E.g. user Bob wants the Bug Reporter badge, he has to send an application stating what award he's going for and proof that he has 10 confirmed bug reports. After it is approved, the badge will be added to his profile. i think just nobody go try apply for it ??
  12. LOL....."if the items is not sufficient...then..quest done...??" your mapserver will throw you a fews error for failed to remove "insufficient" items..
  13. bonus2 bCastrate,n,x; Adjust casting time of skill n by x% (supports skill names) bonus2 bSkillAtk,n,x; Increase damage of skill n by x% (supports skill names)
  14. trunk/db/re/skill_cast_db.txt
  15. trunk/conf/groups.conf stats: [ true,false ]
  16. hmm ... why should add support for Party ... i dont see any good reason for adding it ... ?? it will just lead to SPAM Farming.. ==''
  17. announce "Manager: No Player win the Event, due to all participant die.",0
  18. OnMinute00: if( gettime(3) % 2 != 0 ) end; // every 2 hour OnMinute00: OnMinute30: // every 30 minute..
  19. OnMinute30: if( gettime(3) % 2 != 0 ) end;
  20. if( killedrid == 1002 || killedrid == 1003 || killedrid == 1004 || killedrid == 1005 ){ getitem 671,1; }
  21. like this ? http://pastebin.com/raw.php?i=NzViisPf
×
×
  • Create New...