Jump to content

BeWan

Members
  • Posts

    381
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by BeWan

  1. here edit onlock and onminute prontera,150,150,4 script Event 998,{ OnInit: OnClock0000: set .LuckyTime,rand(24); OnMinute60: if( gettime(3) == .LuckyTime ){ set .DelayMin,rand(60); sleep ( .DelayMin * 60000 ); while(1){ query_sql "select account_id from `char` where online = 1 order by rand() limit 1", [email protected]; attachrid [email protected]; if( CheckVending() ){ DetachRID(); continue; } announce strcharinfo(0) +" won 500 Cash in Lucky Pick Event", 0,0x00FF00; set #CASHPOINTS,#CASHPOINTS+500; dispbottom "you got 500 cash point"; break; } } end; }
  2. can you post an example of wings you want?
  3. why dont you just use Euphy's WOE Controller?
  4. just put it manually on all specific items. you can find it on db/pre-re or re/items_db
  5. View File Freebies NPC with Gepard Function (UniqueID) Freebies NPC with gepard function (UniqueID) In response to this post : Submitter BeWan Submitted 12/26/2019 Category Utilities Video Content Author BeWan  
  6. BeWan

    Desperado Issue

    if the desperado damage you're talking about you can edit on db/skill_damage_db to control the damage output if you want to edit the multiple hits. skill_cast_db.txt.
  7. BeWan

    Desperado Issue

    you can nerf the skill damage on db/skill_damage_db
  8. 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", [email protected]_id, [email protected]$, [email protected];
  9. 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", [email protected]_id, [email protected]$, [email protected]; 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 [email protected],0; [email protected]<=9; set [email protected],[email protected]+1 ) { mes "^0000FF"+([email protected]+1)+".^000000 "[email protected]$[[email protected]]+" - ^FF0000"[email protected][[email protected]]+"^000000 Pontos"; } // [email protected] starts at 0, but you want to start with '1st', so use ([email protected]+1);) close; }
  10. here is the list of kro 2012 - 2017 https://ratemyserver.net/index.php?page=download_kROLinks
  11. View File Ring Sprite In response to this post : Submitter BeWan Submitted 12/26/2019 Category Rings Content Author Cebalrai  
  12. 156 downloads

    In response to this post :
    Free
  13. all the items you request. data.rar
  14. Version 1.0.1

    569 downloads

    Freebies NPC with gepard function (UniqueID) In response to this post :
    Free
  15. 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; }
  16. its super easy to change job class names lol. no need to client hexing example image below.
  17. https://rathena.org/board/files/category/8-wings/
  18. are you sure this is yours? you forgot to edit the footer.
  19. View File Loading Screen Free basic loading screen of job classes. Submitter BeWan Submitted 12/23/2019 Category Loading Screens Video Content Author BeWan  
  20. maybe this is your problem npcshopdelitem "votepoints_shop",512;
  21. Version 1.0.0

    139 downloads

    Free basic loading screen of job classes.
    Free
  22. you can change it directly on mob db / pre-re or re / mob.db ID,Sprite_Name,kROName,iROName,LV,HP,SP, " EXP " , " JEXP "
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.