Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. Emistry

    Card list

    how about like this ? trunk/conf/battle/drops.conf // The rate at which cards are dropped item_rate_card: 1 item_rate_card_boss: 1 item_drop_card_min: 1 item_drop_card_max: 1 i think 0 wont work..so i put 1....which will change all card drop rate to ( 0.01 ) not the best / correct way.... but can use it temporary...while you can remove all the card from dropping by monster through the mob_db.txt
  2. trunk/conf/battle/skill.conf // At what dex does the cast time become zero (instacast)? castrate_dex_scale: 150 // How much (dex*2+int) does variable cast turns zero? vcast_stat_scale: 530
  3. @cadz just add a new line of it if you have more messages to display......
  4. ~.~ set .@i,getarraysize( .Map$ );
  5. you can try this.. https://rathena.org/board/index.php?/files/file/2503-%7B?%7D/
  6. try this http://pastebin.com/raw.php?i=5DeTChF0 edit this part.. OnInit: setarray .JobList[0],4008,4009,4010,4012; setarray .ItemList[0],501,607,608; setarray .Amount[0],1,2,3; .BaseLevel = 255; .JobLevel = 100; .SkillPoints = 128;
  7. try this http://pastebin.com/raw.php?i=5DeTChF0 edit this part.. OnInit: setarray .JobList[0],4008,4009,4010,4012; setarray .ItemList[0],501,607,608; setarray .Amount[0],1,2,3; .BaseLevel = 255; .JobLevel = 100; .SkillPoints = 128;
  8. there is no "Main" or "Sub" quest in my script...if you define it with "Main" or "Sub" quest...then you are wrong with the concept of mine... my idea is just simply create a npc that have 10 task ( quest ) .....
  9. http://rathena.org/b...ipt/#entry57480 http://rathena.org/b...pt/#entry102510 http://rathena.org/b...ket/#entry97337 http://rathena.org/b...est/#entry70052 http://rathena.org/board/topic/70305-cash-exhchange-to-coin/#entry135386
  10. Emistry

    gold room

    my Farm Zone can work like the way you want.... Max Item Hunt.... Delay .....etc.. https://rathena.org/board/index.php?/files/file/2500-%7B?%7D/
  11. @Mootie ? the script work fine ... player can keep re-do the quest anytime they want...the quest will keep repeat and repeat.... but the only part that's repeat only once a day...is this part... line 25 ~ 28 else { setd "Quest"+ strnpcinfo(2) +"done", 1; getitem "Gold_Coin", 15; } the rest of the part....is repeating quest..... @Annie of course i dont mind... = ) it's great to have my tutor to edit and refine my script
  12. @jigsfx you didnt put your curley bracket correctly.. http://pastebin.com/raw.php?i=8HCxNK9N
  13. not sure this trick work or not..but i think you can try edit this file trunk/db/re/skill_require_db.txt
  14. try add this if( BaseLevel < 150 || BaseLevel > 254 ){ mes "Only BaseLevel 150 ~ 254 can use this services."; close; }
  15. if (!checkvending() && !checkchatting() && checkweight( 607,1 ) ) refer checkweight
  16. use this OnSat1600: refer these.. OnClock<hour><minute>: OnMinute<minute>: OnHour<hour>: On<weekday><hour><minute>: OnDay<month><day>: This will execute when the server clock hits the specified date or time. Hours and minutes are given in military time. ('0105' will mean 01:05 AM). Weekdays are Sun,Mon,Tue,Wed,Thu,Fri,Sat. Months are 01 to 12, days are 01 to 31. Remember the zero.
  17. owh...well this is new to be....i mean the "CAST()" haha i didnt know there is something like that.. and..ya i forgot that the string sorting would be different from integer...LOL... >.< thx for remind.... aw...O.O.....thx for the information and remind..xD usually i would prefer of using this script.. http://pastebin.com/raw.php?i=QNnfz9T7 because most of the time i can easily find out the data i wan...manipulate it easily in the way i want.. so i less using `global_reg_value` >.< guess i have to study more on SQL stuff later on ~ haha~
  18. if( !getcharid(2) ){ dispbottom "You dont have a guild"; } end; refer getcharid
  19. LOL...... haha yaya..missing strcharinfo(0)..... >.< @TS anyway..try this.... http://pastebin.com/raw.php?i=QNnfz9T7 or http://pastebin.com/raw.php?i=NCRNceBw
  20. Emistry

    woe warper

    ~.~ set .@i,select("Castle 1:Castle 2:Castle 3:Castle 4:Castle 5") - 1; next time maybe you can also specify what emulator you are using.... and if possible...screenshot of error would be the best ~
  21. Emistry

    woe warper

    try this http://pastebin.com/raw.php?i=hZYPkcWu edit your map name and coordinate here.. OnInit: setarray .Map$[0],"mapname_1","mapname_2","mapname_3","mapname_4","mapname_5"; setarray .X[0],1,2,3,4,5; setarray .Y[0],1,2,3,4,5; end;
  22. try this.. http://pastebin.com/raw.php?i=gM2yYtva change LIMIT 127 to LIMIT 10 refer post#4
  23. Emistry

    Item per IP

    like this ? http://pastebin.com/raw.php?i=vS1y140c just some minor edit from Annie's script in previous post
  24. like this ? http://pastebin.com/raw.php?i=qQ9nYXZW
  25. if you are using eAmod BG system..you should refer to eAmod / rAmod Forum... both eAmod / rAmod and rAthena using different battleground system...
×
×
  • Create New...