Jump to content

PapaZola

Members
  • Posts

    925
  • Joined

  • Last visited

Everything posted by PapaZola

  1. PapaZola

    @afk

    anyone still have patch for @afk with latest github? please share
  2. hello rA now if we change bow the arrow will also unequipped right its posibble to make even we change bow weapon the arrow still equipment? please help
  3. its it normal if dex 1 no equipment when i have a skill bragi all skill uncast? any solution for this one? i want make bragi reduce a bit delay and cast only
  4. anyone can share working @afk src latest github i try all source in rA @afk and all got error
  5. PapaZola

    whosell

    only vending player can see need it
  6. hello guys hello rA its posibble to make this npc exchange the Credits to POD,please help https://pastebin.com/9VXb9R1X
  7. hello anyone have this script? please share https://www.youtube.com/watch?reload=9&v=wfUmaAcNNhI&t=6s
  8. hello guys i need some help about my pvp script its it possible to turn off solo pvp everyday when 10 pm - 11.59 p.m https://pastebin.com/UXa09yPi
  9. because some item i make get 10 amount
  10. 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; }
  11. hello its it possible make a lotti girl npc paid if player want play the lottery need pay 1 ticket and player will give a random reward with % like gold 90% TCG 50%
  12. hello may i request a script player with no guild cant enter the castle for woe
  13. its work its possible if make it without check ip just make 1 times per 1 account
  14. 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
  15. now my script for first enchant is 0 cash and for next enchant cost 500 cash and the third 1k cash points how to make for the first enchant need paid 500 cash points? here my script https://pastebin.com/wKrSJPVx
  16. hello its possible to make quest npc with option like this player can choose any hat example lord kaho,Hat of the Sun God and poo poo hat but requirements same item 100x gold 100x poring coin and player need kills 100 poring and 100 fabre to get any hat they choose
  17. 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'
  18. hello guys where i can edit src to reduce magic reflection? example player using maya card reflect 3k i want reduce to 1k
  19. 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?
  20. here my current script http://pastebin.com/gdj3QwxT solved after changed script
×
×
  • Create New...