Jump to content

hendra814

Members
  • Posts

    1281
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by hendra814

  1. data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\cardbmp
  2. hendra814

    Anti BOT

    Sorry, i'm already fix the link and here i paste the link again http://pastebin.com/dJL1gsVLhttp://pastebin.com/dJL1gsVL
  3. hendra814

    Anti BOT

    this script look like as you want, but triggred with random kill monster count between 1000~2000 and if fail 3 attemps, it will teleport into lhz_in03 room can't use skill, teleport, branch, and but wing http://pastebin.com/dJL1gsVL
  4. is still posible to check bot at some map with single script? this is my customized script from other with kill monster trigger, reinput 3 time if goes wrong, can define map for bot chech, and if goes wrong input will teleport into room. my pastebin
  5. not working. got this error
  6. Ragexe unpacked can't download. please fix the link. Thanks
  7. what folder, inside folder data to put the image file?
  8. Emistry, still can't reuse the npc after 23 hours. i'm cek with rizkolivia script the problem at here rizkolivia script
  9. sorry, i just want to ask what folder or file i must put it. Thanks Edit: aldready found it instance_db in re folder
  10. Thanks Emistry, the problem solved.
  11. Hi, please help me from this script https://github.com/rathena/rathena/blob/master/npc/custom/quests/questboard.txt i made duplicate NPC, added this why after i added duplicated NPC, the function counting get wrong. it's always count for the first kill as many i'm duplicate the NPC. so if the quest need to hunt 30 sekeleton, just kill 1 skeleton, it will make the quest complete.
  12. Thank you very much Lelouch vi Britannia
  13. So based on your error, ur no longer use the old emulator which it has 'global_reg_value' yes, i'm used lastest rathena
  14. Need Help, my script for looking cash ladder showing error at Map server. and here my script prontera,147,168,5 script [[G]]Ladder 990,{ switch(select("Zeny:Cash")){ case 1: query_sql("SELECT `c`.`name`, `c`.`class`, `c`.`base_level`, `c`.`job_level`, `c`.`zeny`, `g`.`name` FROM `char` c LEFT JOIN (`guild` g) ON (`c`.`guild_id` = `g`.`guild_id`) ORDER BY `c`.`zeny` DESC LIMIT 10", .@name$, .@class, .@blvl, .@jlvl, .@zeny, .@guild$); for (.@i = 0; .@i < getarraysize(.@name$); .@i++) { .@menu$ = (("" == .@menu$) ? "Top " + (.@i + 1) + " - " + .@name$[.@i] : .@menu$ + ":Top " + (.@i + 1) + " - " + .@name$[.@i]); } mes "[Zeny Ranking]"; mes "Which character do you want to see details about?"; .@selected = select(.@menu$); next; mes "Name: " + .@name$[.@selected - 1]; mes "Class: " + jobname(.@class[.@selected - 1]); mes "Base level: " + .@blvl[.@selected - 1]; mes "Job level: " + .@jlvl[.@selected - 1]; mes "Guild: " + ((.@guild$[.@selected - 1]) ? .@guild$[.@selected - 1] : "none"); mes "Zeny: " + .@zeny[.@selected - 1]; end; case 2: query_sql "SELECT `char`.`name`, CAST(`value` AS UNSIGNED) FROM global_reg_value " + "LEFT JOIN `char` ON global_reg_value.account_id=`char`.account_id " + "WHERE global_reg_value.`str`='#CASHPOINTS' GROUP BY `char`.account_id " + "ORDER BY CAST(`value` AS UNSIGNED) DESC LIMIT 128", .@name$, .@cash; mes "[Top "+getarraysize(.@name$)+" Cash Points]"; for (set .@i,0; .@i<getarraysize(.@name$); set .@i,.@i+1) mes (.@i+1) +". "+ .@name$[.@i] +" cash "+ .@cash[.@i]; close; } } How to Fix this problem. Thanks
  15. already try that, but showing 16 pop up error. and when try in game it's show invalid command.
×
×
  • Create New...