Jump to content

KCritz

Members
  • Posts

    95
  • Joined

  • Last visited

Posts posted by KCritz

  1. oopppsss ahaha my bad ahm sorry :P

     

    still got a lil problem. it always give info about your cashpoint even I just kill normal monster like poring 

     

     

    I kill angeling give me 50 cashpoint then in window chat will say "You now have 50 cash points." - check

     

    I kill poring it shouldnt give me any cash but in window chat say "You now have 50 cash points." 

     

    I would like to happen in getting cash is

    You earn 50 cash points

    Your total cash poins is 50

     

    and when you kill another mvp or miniboss

     

    You earn 38 cash point

    Your total cash points is 88

  2. OnNPCKillEvent:
    	if( killedrid && ( getmonsterinfo( killedrid, 21 ) & 0x0020 ) && ( killedrid <= 3000 ) ) {
    		if ( getmonsterinfo( killedrid, 22 ) ) {
    			if ( rand( 100 ) < 25 )
    				#CASHPOINTS += rand( 100, 500 );
    		} else {
    			if ( rand( 100 ) < 50 ) 
    				#CASHPOINTS += rand( 50, 150 );
    		}
    	}
    	dispbottom "You now have " +#CASHPOINTS+ " cash points.";
    	end;
    

    getting error 

    e0sbki.jpg

  3. Heres the script that i've requested long ago
     

    - script       gvubhnji       -1,{
    
    OnNPCKillEvent:
    
    if( killedrid && ( getmonsterinfo(killedrid, 21) & 0x0020 ) && ( killedrid <= 3000 ) ) {
    
    if( getmonsterinfo(killedrid, 22) )
    
    .@R = rand( 100, 500 );//-- MVP
    
    else
    
    .@R = rand( 50, 150 );//-- MINIBOSS
    
    #CASHPOINTS = #CASHPOINTS + .@R;
    
    dispbottom "Gained : "+ .@R +" points. Total : "+ #CASHPOINTS +" points."; }
    
    end;
    
    }
    

    just wanna make it have a percentage to get the cashpoint like

     

    MVP - 100 - 500 (random) cashpoint 25% chance to earn

     

    mini boss -50 - 150 (random) cashpoint  50% chance to earn

  4. I would like to request a script that every weekend my server rate will have bonus of 10% for exp job and base it will start at friday evening then on sat will become 20%  then sunday 50%

    Friday evening - 10% 6pm-6am

     

    Saturday evening - 20% 6pm-6am

     

    Sunday evening 50% 7pm-12am

     

    Server rates are x100 base and job


    sorry about the title dunno what happen it should be ######  <<<< request

  5. 1687dj8.jpg

    s4wbqx.jpg

     

    How to fix this?

    what lau/lab files do I miss here? I already use this to update all the lau/lab files "http://www.mediafire.com/download/jvtac0j8f6m604v/luatolub.bat"

     

    at the second picture from snow flip to sequia dust skill, thats the only skill are still not translated but the rest of the skill is okay(that skill is from angra and ahura item)

    and for the chat tab some are not okay 

  6. for my custom item please :)

    Glasses:

    +3 all stat

    can see or detect everything

    when get hit auto lifedarin to those who hit him 5% chance he will get life to one who doin damage is 50% of the damage he get

    combo with the "HAT" get 5% moving speed and +5 more all stat

    Hat:

    +2 all stat

    -10% to holy

    +10% to dark

    -25% on stun

×
×
  • Create New...