Jump to content

PapaZola

Members
  • Posts

    925
  • Joined

  • Last visited

Posts posted by PapaZola

  1. here my script please help thanks

     

    amatsu,132,161,6    script    Lotti Girl    714,{
    mes "[Lotti Girl]";
    mes "Hello Sir! Are you out";
    mes "shopping in the city?!";
    next;
    mes "[Lotti Girl]";
    mes "I'm Lotti! I'll exchange cool";
    mes "random prizes for every";
    mes "^ff00001 Lotti Ticket Need If Wanna Play^000000.";
    next;
    mes "[Lotti Girl]";
    mes "Our Grand prize is:";
    mes "^ff0000Proof of Donation^000000";
    mes "Special prizes are:";
    mes "^ff0000Event Coin^000000";
    mes "^ff0000Castle Drop ETC^000000";
    next;
    mes "[Lotti Girl]";
    mes "You can still get random item";
    mes "if you failed to get the grand";
    mes "prize and special prizes.";
    if (countitem(30008) < 1)
    close;
    next;
    if(select("Deal me in!:No way...")==2)
    close;
    mes "[Lotti Girl]";
    mes "Here we go...";
    delitem 30008,1;
    set .@Total,20;
    //<%>,<ItemID>,<Amount>
    setarray .@P2[0],90,673,1;
    setarray .@P2[0],70,7227,1;
    setarray .@P3[0],60,7776,1;
    setarray .@P4[0],50,12903,1;
    setarray .@P5[0],50,12904,1;
    setarray .@P6[0],50,12905,1;
    setarray .@P7[0],50,12906,1;
    setarray .@P8[0],50,12907,1;
    setarray .@P9[0],50,12908,1;
    setarray .@P14[0],30,7830,1;
    setarray .@P15[0],30,7091,1;
    setarray .@P16[0],30,7075,1;
    setarray .@P17[0],30,7085,1;
    setarray .@P18[0],30,7835,1;
    setarray .@P19[0],10,30004,20;
    setarray .@P20[0],1,7179,1;
    setarray .@Default[0],969,10;
    set .@i, rand(1,.@Total);
    if (rand(1,100) > getd(".@P"+.@i+"[0]"))
    {
    for(set .@j,0; .@j<getarraysize(.@Default); set .@j,.@j+2)
    {
    getitem .@Default[.@j], .@Default[.@j+1];
    if(!.@k[0])
    setarray .@k[0], .@Default[.@j], .@Default[.@j+1];
    }
    }
    else{
    for(set .@j,1; .@j<getarraysize(getd(".@P"+.@i)); set .@j,.@j+2)
    {
    getitem getd(".@P"+.@i+"["+.@j+"]"), getd(".@P"+.@i+"["+(.@j+1)+"]");
    if (!.@k[0])
    {
    set .@gz,.@i;
    setarray .@k[0], getd(".@P"+.@i+"["+.@j+"]"), getd(".@P"+.@i+"["+(.@j+1)+"]");
    break;
    }
    }
    }
    if(1<=.@gz&&.@gz<=4)
    announce "Congratulations! "+strcharinfo(0)+" just received "+getitemname(.@k[0])+" x "+.@k[1]+" from Lotti Girl (amatsu 139 173)!",0;
    specialeffect2 248;
    close;
    }

     

  2. hello may i request a script freebies like this

    this npc will give 1k poring coin and 1k skull then
    player can choose 1 item each category
    1 upper headgear like 5022 or 5013
    1 lower headgear 2219 or 5377
    1 middle headgear 2022 or 2286

    each player only can claim 1 times 
     

  3. i got this error show up on my putty

    DB error - Unknown column 'incuvate' in 'field list' [Debug]: at int_pet.c:38 - INSERT INTO `pet` (`class`,`name`,`account_id`,`char_ id`,`level`,`egg_id`,`equip`,`intimate`,`hungry`,`rename_flag`,`incuvate`) VALUE S ('1002', 'Poring', '0', '0', '1', '9001', '0', '250', '100', '0', '1')

    : DB error - Unknown column 'incuvate' in 'field list' [Debug]: at int_pet.c:73 - SELECT `pet_id`, `class`,`name`,`account_id`,`char_id `,`level`,`egg_id`,`equip`,`intimate`,`hungry`,`rename_flag`,`incuvate` FROM `pe t` WHERE `pet_id`='305'
    
  4. id: 99
    name: "Admin"
    level: 99
    inherit: ( "Support", "Law Enforcement" )
    commands: {
    /* not necessary due to all_commands: true */
    }
    log_commands: true
    permissions: {
    can_trade: true
    can_party: true
    all_skill: false
    all_equipment: true
    skill_unconditional: true
    use_check: true
    use_changemaptype: true
    all_commands: true
    channel_admin: true
    can_trade_bounded: true
    item_unconditional: false
    bypass_stat_onclone: true
    bypass_max_stat: true
    /* all_permission: true */
     

     

     

     

    here my item_trade

    28999,67,50 // Jewelry Box
    29000,67,50
    29001,67,50
    29002,67,50
    29003,67,50
    29004,67,50
    29005,67,50
    29006,67,50
    29007,67,50
    29008,67,50
    29009,67,50
    29010,67,50
    29011,67,50
    29012,67,50
    29013,67,50
    29014,67,50
    29015,67,50
    29016,67,50
    29017,67,50
    29018,67,50
    29019,67,50
    29020,67,50
     
    but admin still cant drop whats the problem?
     
  5. i already changed in mmo.h

    #define MAX_GUILD 10+10*2 ///Increased max guild members +6 per 1 extension levels [Lupus]
     
    and already compile
     
    but this error show up when i creating a guild
    [Error]: Guild 1:Testing1 has capacity for too many guild members (34), max supp                                       orted is 30
    [Error]: Guild 1:Testing1 has capacity for too many guild members (40), max supp                                       orted is 30
    [Error]: Guild 1:Testing1 has capacity for too many guild members (46), max supp                                       orted is 30
    [Error]: Guild 1:Testing1 has capacity for too many guild members (52), max supp                                       orted is 30
    [Error]: Guild 1:Testing1 has capacity for too many guild members (58), max supp                                       orted is 30
    [Error]: Guild 1:Testing1 has capacity for too many guild members (64), max supp                                       orted is 30
    [Error]: Guild 1:Testing1 has capacity for too many guild members (70), max supp                                       orted is 30
    [Error]: Guild 1:Testing1 has capacity for too many guild members (76), max supp                                       orted is 30
    [Error]: Guild 1:Testing1 has capacity for too many guild members (76), max supp                                       orted is 30
    [Error]: Guild 1:Testing1 has capacity for too many guild members (76), max supp                                       orted is 30
    [Error]: Guild 1:Testing1 has capacity for too many guild members (76), max supp                                       orted is 30
    [Error]: Guild 1:Testing1 has capacity for too many guild members (76), max supp                                       orted is 30
    [Error]: Guild 1:Testing1 has capacity for too many guild members (76), max supp                                       orted is 30
    [Error]: Guild 1:Testing1 has capacity for too many guild members (76), max supp                                       orted is 30
    [Error]: Guild 1:Testing1 has capacity for too many guild members (76), max supp                                       orted is 30
    [Error]: Guild 1:Testing1 has capacity for too many guild members (76), max supp                                       orted is 30
    [Error]: Guild 1:Testing1 has capacity for too many guild members (76), max supp                                       orted is 30
    [Error]: Guild 1:Testing1 has capacity for too many guild members (76), max supp                                       orted is 30
     

     

×
×
  • Create New...