Jump to content

005

Members
  • Posts

    76
  • Joined

  • Last visited

Posts posted by 005

  1. berry trader

    turbo_room,90,114,3 script Berry Trader#h1-1::Berry Trader 843,{
    mes "[ Berry Trader ]";
    mes "I can convert your Berry Tickets into 200pcs Yggdrasilberry and/or vice versa.";
    next;
    
    		switch(select("Exchange to Yggdrasil Berry","Exchange to Berry Ticket")) {
    			case 1:
    				if (checkweight(607,200) == 0 ) goto overWeight;
    				if (countitem(16007) < 1) goto noBerryTickets;
    				delitem 16007,1;
    				getitem 607,200;
    				mes "[berry Trader]";
    				mes "There you go. Hope to see you again!";
    				close;
    			case 2:
    				if (countitem(607) < 200) goto berryNotEnough;
    				delitem 607,200;
    				getitem 16007,1;
    				mes "[berry Trader]";
    				mes "There you go. Hope to see you again!";
    				close;
     }
    berryNotEnough:
    mes "[berry Trader]";
    mes "I'm Sorry but you don't have enough Yggdrasilberry .";
    close;
    
    noBerryTickets:
    mes "[berry Trader]";
    mes "Sorry you don't have Berry Ticket in your inventory.";
    close;
    overWeight:
    mes "[berry Trader]";
    mes "Sorry you're overweight.";
    close;
    }
    
    //---------------------
    //Edit duplicates here!
    //---------------------
    
    morocc,149,102,5 duplicate(Berry Trader) Berry Trader#h1-2 843
    ayothaya,145,117,5 duplicate(Berry Trader) Berry Trader#h1-3 843
    geffen,124,68,5 duplicate(Berry Trader) Berry Trader#h1-4 843
    umbala,131,130,5 duplicate(Berry Trader) Berry Trader#h1-5 843
    payon,167,227,5 duplicate(Berry Trader) Berry Trader#h1-6 843
    alberta,26,240,5 duplicate(Berry Trader) Berry Trader#h1-7 843
    aldebaran,146,121,5 duplicate(Berry Trader) Berry Trader#h1-8 843
    izlude,134,85,5 duplicate(Berry Trader) Berry Trader#h1-9 843
    xmas,155,133,5 duplicate(Berry Trader) Berry Trader#h1-10 843
    comodo,198,149,5 duplicate(Berry Trader) Berry Trader#h1-11 843
    amatsu,191,90,5 duplicate(Berry Trader) Berry Trader#h1-12 843
    gonryun,155,122,5 duplicate(Berry Trader) Berry Trader#h1-13 843
    yuno,148,183,5 duplicate(Berry Trader) Berry Trader#h1-14 843
    niflheim,203,175,5 duplicate(Berry Trader) Berry Trader#h1-15 843
    louyang,206,104,5 duplicate(Berry Trader) Berry Trader#h1-16 843
    prontera,160,187,5 duplicate(Berry Trader) Berry Trader#h1-18 843
    pay_arche,55,123,5 duplicate(Berry Trader) Berry Trader#h1-19 843
    prontera,201,185,5 duplicate(Berry Trader) Berry Trader#h1-20 843
    bossnia_04,205,209,5 duplicate(Berry Trader) Berry Trader#h1-21 843
    bossnia_01,205,209,5 duplicate(Berry Trader) Berry Trader#h1-22 843
    bossnia_02,205,209,5 duplicate(Berry Trader) Berry Trader#h1-23 843
    bossnia_03,205,209,5 duplicate(Berry Trader) Berry Trader#h1-24 843
    

    NPC won't show

    bump..

  2. For number 1-5 you can use the search feature, located on top right of this page.

    For number 6, I don't have any idea.

    For number 7 there's '3 vs 3' script in the Script Release section.

    1-2 none 3-4 got it 5 broken

    6 unknown 7 thanks

    /gawi

  3. 1st. NPC for GM can give price to a player - player name,Item iD,amount with Broadcast player name, event price and amount <> so that we don't use #item anymore /no1

    2nd. Pk points every time u kill player , TOP Pk NPC with PRICE EVERY WEEK /kis

    3rd restricted job for event warp /ok

    4th job changer and job switcher /oh

    5th Berry exchange NPC berry to berry ticket <> berry ticket to berry , 200 berry = 1 ticket /gawi

    6th GM can use all skill

    7th Team Death Match , Winners and losers get price

    Thanks /thx

  4. im not sure if its click delay, but i'll check this out

    about my skill delay thanks fixed but what about this?

    try click [sit] click [sit] ....fast

    [media=]

    [/media]

    now i know what my problem is

    thanks ...

    you can share the problem when you solved it..so other people if encounter this they can fix it also

    not yet..

  5. Emistry it try to put warp:true

    groups: (

    {

    id: 0 /* group 0 is the default group for every new account */

    name: "Player"

    level: 0

    inherit: ( /*empty list*/ )

    commands: {

    /* no commands by default */

    }

    permissions: {

    /* without this basic permissions regular players could not

    trade or party */

    can_trade: true

    can_party: true

    warp:true

    error

    how to add @go,@alootid or other comands using @ in a normal player

  6. PLease i need to see what did they put on GM lvl's command like for ex. GM main lvl 99 full command for event less and stat with no cast 250 lvl 300 stat thanks for battle

    For DB items missing item like Large Baphomet Horn i need some guide what client should i use and lots of client now is delay and hard to click

    thanks you guys are awesome

×
×
  • Create New...