Jump to content

BeWan

Members
  • Posts

    403
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by BeWan

  1. update this query_sql "SELECT char.char_id, char.name, char_reg_num.value FROM char_reg_num LEFT JOIN `char` ON char.char_id=char_reg_num.char_id WHERE char_reg_num.key='brokeemp' ORDER BY CAST(char_reg_num.value AS UNSIGNED) DESC LIMIT 10", .@char_id, .@name$, .@count;
  2. add this // The Emperium has been broken. OnAgitBreak: set brokeemp,brokeemp+1; set brokeemp2,brokeemp2+1; and use this prontera,148,188,5 script Breaker Ladder 790,{ query_sql "SELECT char.char_id, char.name, char_reg_num.value FROM char_reg_num LEFT JOIN `char` ON char.char_id=char_reg_num.char_id WHERE char_reg_num.key='brokeemp2' ORDER BY CAST(char_reg_num.value AS UNSIGNED) DESC LIMIT 10", .@char_id, .@name$, .@count; mes "[^008000Emperium Breaker^000000]"; mes "Hey, "+strcharinfo(0)+"!"; mes "Welcome to the Emperium Breaker ranking."; mes "What do you want?"; menu "- My Points",-,"- Leader's Emperium Breaker",Llad,"- Exchange Points",Lex,"- Go out",Lno; next; mes "[^008000Emperium Breaker^000000]"; mes strcharinfo(0)+", Your current balance is: ^FF0000"+brokeemp2+"^000000 Points."; close; Lno: next; mes "[^008000Emperium Breaker^000000]"; mes "Suit yourself.."; close; Lex: next; mes "[^008000Emperium Breaker^000000]"; mes "What points would you like to exchange?"; mes "^FF0000Note: Check your inventory and weight before exchanging with me!"; menu "Emperium Break Points",-,"- Sair",Lno; next; mes "[^008000Emperium Breaker^000000]"; mes "What do you want to exchange with?"; menu "Billow",-,"Emblem of Solar God",Lesg,"Ripple",Lrip,"Silver Ornament",Lsil,"Wrath of Valkyrie",Lval; next; mes "[^008000Emperium Breaker^000000]"; mes "You need 50 Breaker Points for this.."; mes "Do you still want Billow?"; menu "Yes",-,"No",Lno; if(brokeemp2 < 50) goto Lnep; if(brokeemp2 >= 50) next; mes "Here you go!"; getitem 7091,1; set brokeemp2,brokeemp2-50; close; Lnep: next; mes "[^008000Emperium Breaker^000000]"; mes "Not enough points!"; close; Lesg: next; mes "[^008000Emperium Breaker^000000]"; mes "You need 70 Breaker Points for this.."; mes "Do you still want Emblem of Solar God?"; menu "Yes",-,"No",Lno; next; if(brokeemp2 < 70) goto Lnep; if(brokeemp2 >= 70) mes "[^008000Emperium Breaker^000000]"; mes "Here you go!"; getitem 7086,1; set brokeemp2,brokeemp2-70; close; Lrip: mes "[^008000Emperium Breaker^000000]"; mes "You need 50 Breaker Points for this.."; mes "Do you still want Ripple?"; menu "Yes",-,"No",Lno; if(brokeemp2 < 50) goto Lnep; if(brokeemp2 >= 50) next; mes "Here you go!"; getitem 7090,1; set brokeemp2,brokeemp2-50; close; Lval: mes "[^008000Emperium Breaker^000000]"; mes "You need 50 Breaker Points for this.."; mes "Do you still want Wrath of Valkyrie?"; menu "Yes",-,"No",Lno; if(brokeemp2 < 50) goto Lnep; if(brokeemp2 >= 50) next; mes "Here you go!"; getitem 7078,1; set brokeemp2,brokeemp2-50; close; Lsil: mes "[^008000Emperium Breaker^000000]"; mes "You need 50 Breaker Points for this.."; mes "Do you still want Silver Ornament?"; menu "Yes",-,"No",Lno; if(brokeemp2 < 50) goto Lnep; if(brokeemp2 >= 50) next; mes "Here you go!"; getitem 7077,1; set brokeemp2,brokeemp2-50; close; Llad: next; mes "[^008000Emperium Breaker^000000]"; for( set .@x,0; .@x<=9; set .@x,.@x+1 ) { mes "^0000FF"+(.@x+1)+".^000000 "+.@name$[.@x]+" - ^FF0000"+.@count[.@x]+"^000000 Pontos"; } // .@x starts at 0, but you want to start with '1st', so use (.@x+1);) close; }
  3. here is the list of kro 2012 - 2017 https://ratemyserver.net/index.php?page=download_kROLinks
  4. View File Ring Sprite In response to this post : Submitter BeWan Submitted 12/26/2019 Category Rings Content Author Cebalrai  
  5. 207 downloads

    In response to this post :
    Free
  6. all the items you request. ? data.rar
  7. Version 3.0

    950 downloads

    Freebies NPC with gepard function (UniqueID) In response to this post :
    Free
  8. here prontera,150,150,4 script Freebies NPC 123,{ . @ unique _id $ = get_unique_id (); if (getd ("$ ID_" + . @ unique _id $)> 0 || #FreebiesReward> 0) { month "[Freebies NPC]"; mes "You have already claimed your Freebies."; close; } month "[Freebies NPC]"; mes "Here's your Freebies. Have a nice day!"; setd "$ ID_" + . @ unique _id $, 1; #FreebiesReward = 1; $ freebies_count - = 1; for ( . @ i = 0 ;. @ i <getarraysize (.items);. @ i + = 2) getitem .items [ . @ i ] ,. items [ . @ i +1]; if ($ freebies_count == 0) $ reward_status = 1; end; OnInit: setarray .items, 501,10,502,10; end; }
  9. its super easy to change job class names lol. no need to client hexing example image below.
  10. https://rathena.org/board/files/category/8-wings/
  11. are you sure this is yours? you forgot to edit the footer. ???
  12. View File Loading Screen Free basic loading screen of job classes. Submitter BeWan Submitted 12/23/2019 Category Loading Screens Video Content Author BeWan  
  13. maybe this is your problem npcshopdelitem "votepoints_shop",512;
  14. Version 1.0.0

    204 downloads

    Free basic loading screen of job classes.
    Free
  15. you can change it directly on mob db / pre-re or re / mob.db ID,Sprite_Name,kROName,iROName,LV,HP,SP, " EXP " , " JEXP "
  16. are you guys still looking for this? i can make one if you want
  17. i told you to check this. it can fix your problem check your db/pre-re or re-/job_basehpsp.txt or job_db1
  18. check your db/pre-re or re-/job_basehpsp.txt or job_db1
  19. i dont know if translate page is correct. if you want to activate the npc npc/scripts_custom.conf -set your npc here npc: npc/path of your file
  20. BeWan

    FluxCP

    do you have monster table on your db?
  21. this is gepard function for getting unique id " get_unique_id(); " to avoid getting spam. this function is to avoid spam even if you use proxy.
  22. he is just asking for get_unique_id (); Haha - script Reward NPC -,{ .@unique_id$ = get_unique_id(); if(getd("$ID_" + .@unique_id$) > 0 || #NPCREWARD > 0){ mes "[ Reward NPC ]"; mes "You have already claimed your reward."; close; } mes "[ Reward NPC ]"; mes "Here's your reward. Have a nice day!"; setd "$ID_" + .@unique_id$,1; #NPCREWARD = 1; $reward_count -= 1; for(.@i = 0; .@i < getarraysize(.rewards); .@i += 2) getitem .rewards[.@i],.rewards[.@i+1]; if($reward_count == 0) $reward_status = 1; end; OnInit: setarray .rewards,501,10,502,10; end; } here
×
×
  • Create New...