Jump to content

FuiJin1998

Members
  • Posts

    56
  • Joined

  • Last visited

Posts posted by FuiJin1998

  1. why reject from server...

    i think is the swordman....

    when i use novice it's okay

    but when i use the other char that is swordman....it willl reject from server.

    help me guys!!!

    post-9232-0-21692300-1390895052_thumb.png

  2. hey guys...i just wanna ask about the drop rates...

    i don't know how to set it..so please help me guys...

    i want it to be like this...

     

    normal item drop : 20%

    normal card drop : 10%

    mvp item drop : 10%

    mvp card drop : 5%

     

     

    Thx guys!!!

     



    Hey guys...Please help me... /whisp

    drops.conf

  3. Hi guys...i want to ask for a request...

    help me make

    (Zeny buy poring coin) price 50m each coin...

    (poring coin sale back to the shop) price 25m each coin...

    mean if i buy the poring coin is 50m,

    then i if i sale it back is half of the price...

    thx you /ok

  4. Hi...i want to request this...

    i want to make my script like 

    10 Skull = 1m 

    Thx you  /no1

     

     

     

    //////////////////////////////////////////////////////////
    
    lhz_dun03,120,122,3    script    Zeny Trader    120,{
        mes "[^FF0000Zeny Trader^000000]";
        mes "Hi there, seen like the GM has given you some Tips.";
        mes "You want to trade your skulls to zeny?";
        next;
        menu "Items needed ?",M_required,"I have the necessary items!",M_check,"Leave",M_away;
    
    
        M_required:
                mes "[^FF0000Zeny Trader^000000]";
                mes "[^FF0000Must 10 Skull^000000]";
                mes "^FF0000100,000^000000 Zeny for ^FF00001^000000 skull";
            close;
    
    
        M_check:
            if(countitem(7420) < 10) goto M_missing;
                mes "[^FF0000Zeny Trader^000000]";
                mes "Oh Great! you must Thanks for your GM...";
                mes "By giving you some Tips.";
                delitem 7420,10;
                set zeny,zeny+1000000;
            close;
    
    
        M_missing:
            mes "[^000000Skull Trader^000000]";
            mes "You are missing the following Items!";
            if(countitem(7420) < 10) mes "^FF0000"+(10 - countitem(7420)) +"^000000 Skull";
            close;
    
    
        M_away:
                mes "[^FF0000Zeny Trader^000000]";
                mes "Have a nice day.";
                mes "Come back when you want to exchange some zeny.";
            close;
    }
    
×
×
  • Create New...