Jump to content

Poring King

Donators
  • Posts

    842
  • Joined

  • Last visited

  • Days Won

    13

Community Answers

  1. Poring King's post in How to disable 3rd job? was marked as the answer   
    If you want to remove the whole renewal on your server kindly define your renewal.h  #define renewal into #define pre renewal

     
    trunk/src/config/renewal.h
    /// game renewal server mode /// (disable by commenting the line) /// /// leave this line to enable renewal specific support such as renewal formulas #define RENEWAL or PRERE
  2. Poring King's post in How to Fix This? was marked as the answer   
    It should be work if you change the default reg into lua setting's /scissors
  3. Poring King's post in Mob info and rates difference was marked as the answer   
    Go to your conf/battle/item_drop

    The Item Drop rates 
    100x = 1% rates 1,000x=10% rates 5,000x=50% rates 10,000x=100% rates For BaseLevel/JobLevel rates/Quest Rates
    100x= 0.1k 1000x=1k 10000=10k 100000=100k
  4. Poring King's post in Special Prize Giver was marked as the answer   
    prontera,155,181,5 script Sample 757,{ if( getgmlevel() > 80 ){ mes "Enter Items ID :"; mes " 0 = Cancel"; do{ input [email protected]; if( [email protected] < 1 ) close; }while( getitemname( [email protected] ) == "null" ); mes "Enter Amount :"; input [email protected],1,30000; mes "Enter Name :"; input [email protected]$; next; mes "Name : "[email protected]$; mes "Item : "+getitemname( [email protected] ); mes "Amount : "[email protected]; if( select("Confirm:Cancel") == 1 ){ if( !attachrid( getcharid(3,[email protected]$) ) ) message strcharinfo(0),"Player not Found."; else{ getitem [email protected],[email protected],getcharid(3,[email protected]$); message strcharinfo(0),"Item Sent"; message [email protected]$,"You Received item from "+strcharinfo(0); } } } close; } try this one 
     
    Creadit to mr.emistry
×
×
  • Create New...

Important Information

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