Jump to content

unknownuser

Members
  • Posts

    43
  • Joined

  • Last visited

Everything posted by unknownuser

  1. what data sir ? me attacked or im attacked someone ? why this is happen , we dont know how to use ddos
  2. my hosting company email me and send this to me what is this about please someone help me .. time zone of log is PDT, which is UTC-07:00, date is MMDD) log entries are from Cisco netflow, time is flow start time date.time srcIP srcPort dstIP dstPort proto #pkts 0325.09:21:20.792 23.228.70.98 35248 131.215.157.7 22 6 4 0325.09:21:30.784 23.228.70.98 39617 134.4.157.7 22 6 4 0325.09:54:40.199 23.228.70.98 49065 131.215.161.217 22 6 4 0325.09:54:57.988 23.228.70.98 40556 134.4.161.217 22 6 4 0325.09:54:58.037 23.228.70.98 46753 134.4.161.72 22 6 4 0325.11:05:00.070 23.228.70.98 47574 131.215.107.161 22 6 4 0325.11:05:34.952 23.228.70.98 38936 134.4.107.161 22 6 4 0325.11:05:35.017 23.228.70.98 45699 134.4.107.170 22 6 4 0325.13:20:38.181 23.228.70.98 44879 134.4.2.139 22 6 4 0325.13:20:38.353 23.228.70.98 44079 134.4.2.145 22 6 4 0325.14:18:22.360 23.228.70.98 55719 131.215.183.109 22 6 4 0325.14:18:42.394 23.228.70.98 56045 134.4.183.247 22 6 4 0325.15:33:09.404 23.228.70.98 48015 131.215.160.205 22 6 4 0325.15:33:09.401 23.228.70.98 36426 131.215.160.96 22 6 4 0325.18:08:48.597 23.228.70.98 55237 131.215.119.41 22 6 12 0325.18:08:51.286 23.228.70.98 60284 131.215.119.41 22 6 12 0325.18:08:53.846 23.228.70.98 36631 131.215.119.41 22 6 12 0325.18:08:56.469 23.228.70.98 40994 131.215.119.41 22 6 12 0325.18:08:58.967 23.228.70.98 44998 131.215.119.41 22 6 12 0325.18:08:48.553 23.228.70.98 36092 131.215.119.156 22 6 4
  3. ohh okey i can manage it now .. thanks for helping me out : )
  4. please help me to script this
  5. please someone help me do it for scripting sir i can script .. please help me
  6. i want all of my set have [1] slot ea. hg upper hg mid hg lower .. please help me Please help me :'(
  7. //============================================================ quiz_02,340,75,6 script Donate Shop 998,{ callfunc "qshop"; } // Script Core //============================================================ - script quest_shop -1,{ function Add; function Chk; function Slot; function A_An; OnInit: freeloop(1); // ----------------------------------------------------------- // Basic shop settings. // ----------------------------------------------------------- set .Announce,0; // Announce quest completion? (1: yes / 0: no) set .ShowSlot,1; // Show item slots? (2: all equipment / 1: if slots > 0 / 0: never) set .ShowID,0; // Show item IDs? (1: yes / 0: no) set .ShowZeny,0; // Show Zeny cost, if any? (1: yes / 0: no) set .MaxStack,100; // Max number of quest items purchased at one time. // ----------------------------------------------------------- // Points variable -- optional quest requirement. // setarray .Points$[0],"<variable name>","<display name>"; // ----------------------------------------------------------- setarray .Points$[0],"#CASHPOINTS","Cash Points"; // ----------------------------------------------------------- // Shop IDs -- to add shops, copy dummy data at bottom of file. // setarray .Shops$[1],"<Shop 1>","<Shop 2>"{,...}; // ----------------------------------------------------------- setarray .Shops$[1],"Weapons List 1","Weapons List 2","Weapons List 3","Footgear","Accessory","Armor","Shield","Garments","Cards","Misc","Usable"; // ----------------------------------------------------------- // Quest items -- do NOT use a reward item more than once! // Add(<shop ID>,<reward ID>,<reward amount>, // <Zeny cost>,<point cost>, // <required item ID>,<required item amount>{,...}); // ----------------------------------------------------------- Add(1,1186,1,0,0,7179,21); Add(1,1228,1,0,0,7179,12); Add(1,1266,1,0,0,7179,12); Add(1,1267,1,0,0,7179,10000); Add(1,1310,1,0,0,7179,38); Add(1,1419,1,0,0,7179,12); Add(1,1424,1,0,0,7179,4); Add(1,1425,1,0,0,7179,12); Add(1,1433,1,0,0,7179,38); Add(1,1530,1,0,0,7179,38); Add(1,1565,1,0,0,7179,30); Add(1,1567,1,0,0,7179,18); Add(1,1628,1,0,0,7179,42); Add(1,1633,1,0,0,7179,21); Add(1,1635,1,0,0,7179,25); Add(1,1637,1,0,0,7179,21); Add(1,1640,1,0,0,7179,38); Add(1,1646,1,0,0,7179,48); Add(1,1649,1,0,0,7179,88); Add(1,1728,1,0,0,7179,12); Add(1,1736,1,0,0,7179,8); Add(2,1738,1,0,0,7179,21); Add(2,1743,1,0,0,7179,21); Add(2,1924,1,0,0,7179,18); Add(2,1927,1,0,0,7179,42); Add(2,1978,1,0,0,7179,18); Add(2,1981,1,0,0,7179,42); Add(2,2000,1,0,0,7179,18); Add(2,12935,1,0,0,7179,4); Add(2,13017,1,0,0,7179,12); Add(2,13023,1,0,0,7179,5); Add(2,13034,1,0,0,7179,18); Add(2,13035,1,0,0,7179,18); Add(2,13037,1,0,0,7179,12); Add(2,13042,1,0,0,7179,10000); Add(2,13110,1,0,0,7179,12); Add(2,13166,1,0,0,7179,18); Add(2,13171,1,0,0,7179,21); Add(2,13176,1,0,0,7179,21); Add(2,13177,1,0,0,7179,21); Add(3,13178,1,0,0,7179,21); Add(3,13179,1,0,0,7179,21); Add(3,13306,1,0,0,7179,28); Add(3,13307,1,0,0,7179,28); Add(3,13412,1,0,0,7179,18); Add(3,13413,1,0,0,7179,18); Add(3,16000,1,0,0,7179,58); Add(3,30701,1,0,0,7179,68); Add(3,30807,1,0,0,7179,4); Add(4,2410,1,0,0,7179,38); Add(4,2421,1,0,0,7179,4); Add(4,2423,1,0,0,7179,70); Add(4,2424,1,0,0,7179,30); Add(4,2433,1,0,0,7179,38); Add(4,2435,1,0,0,7179,21); Add(4,2436,1,0,0,7179,21); Add(4,2437,1,0,0,7179,12); Add(4,2439,1,0,0,7179,1000); Add(4,2468,1,0,0,7179,58); Add(4,13958,1,0,0,7179,3); Add(5,2620,1,0,0,7179,21); Add(5,2629,1,0,0,7179,21); Add(5,2630,1,0,0,7179,5); Add(5,2678,1,0,0,7179,5); Add(5,2679,1,0,0,7179,5); Add(5,2688,1,0,0,7179,4); Add(5,2689,1,0,0,7179,4); Add(5,2690,1,0,0,7179,4); Add(5,2691,1,0,0,7179,4); Add(5,2692,1,0,0,7179,4); Add(5,2693,1,0,0,7179,4); Add(5,2694,1,0,0,7179,4); Add(5,2701,1,0,0,7179,12); Add(5,2702,1,0,0,7179,21); Add(5,2712,1,0,0,7179,42); Add(5,2729,1,0,0,7179,38); Add(5,2730,1,0,0,7179,8); Add(5,2733,1,0,0,7179,21); Add(5,2737,1,0,0,7179,48); Add(5,2744,1,0,0,7179,32); Add(5,2787,1,0,0,7179,21); Add(6,2345,1,0,0,7179,12); Add(6,2347,1,0,0,7179,18); Add(6,2349,1,0,0,7179,18); Add(6,2351,1,0,0,7179,18 ); Add(6,2357,1,0,0,7179,12); Add(6,2367,1,0,0,7179,8); Add(6,2370,1,0,0,7179,38); Add(6,2374,1,0,0,7179,30); Add(6,2375,1,0,0,7179,30); Add(6,2376,1,0,0,7179,80); Add(6,2377,1,0,0,7179,38); Add(6,2378,1,0,0,7179,38); Add(6,2379,1,0,0,7179,38); Add(6,2380,1,0,0,7179,38); Add(6,2381,1,0,0,7179,38); Add(6,2382,1,0,0,7179,30); Add(6,2383,1,0,0,7179,18); Add(6,2384,1,0,0,7179,38); Add(6,2388,1,0,0,7179,12); Add(6,2394,1,0,0,7179,88); Add(7,2115,1,0,0,7179,5); Add(7,2127,1,0,0,7179,42); Add(7,2130,1,0,0,7179,12); Add(7,2131,1,0,0,7179,8); Add(7,2138,1,0,0,7179,21); Add(8,2515,1,0,0,7179,4); Add(8,2524,1,0,0,7179,12); Add(8,2535,1,0,0,7179,12); Add(8,2537,1,0,0,7179,50); Add(8,2538,1,0,0,7179,30); Add(8,2539,1,0,0,7179,21); Add(8,2340,1,0,0,7179,12); Add(8,2541,1,0,0,7179,10000); Add(8,2542,1,0,0,7179,38); Add(8,2543,1,0,0,7179,68); Add(8,2554,1,0,0,7179,68); Add(9,4145,1,0,0,7179,38); Add(9,4357,1,0,0,7179,8); Add(9,4359,1,0,0,7179,18); Add(9,4361,1,0,0,7179,12); Add(9,4365,1,0,0,7179,18); Add(9,4399,1,0,0,7179,35); Add(9,4403,1,0,0,7179,21); Add(9,4427,1,0,0,7179,5); Add(9,4441,1,0,0,7179,42); Add(10,6124,1,0,0,7179,5); Add(10,6223,3,0,0,7179,1); Add(10,6224,3,0,0,7179,1); Add(10,7621,10,0,0,7179,1); Add(10,7767,100,0,0,7179,2); Add(10,7776,1,0,0,7179,2); Add(10,7821,100,0,0,7179,1); Add(10,7822,100,0,0,7179,1); Add(10,7823,100,0,0,7179,1); Add(10,7824,120,0,0,7179,2); Add(10,9028,1,0,0,7179,5); Add(10,9039,1,0,0,7179,8); Add(10,12214,6,0,0,7179,1); Add(10,14033,1,0,0,7179,1); Add(10,14034,1,0,0,7179,1); Add(11,607,120,0,0,7179,1); Add(11,608,250,0,0,7179,1); Add(11,12103,4,0,0,7179,2); Add(11,12114,50,0,0,7179,1); Add(11,12115,50,0,0,7179,1); Add(11,12116,50,0,0,7179,1); Add(11,12117,50,0,0,7179,1); Add(11,12202,50,0,0,7179,1); Add(11,12203,50,0,0,7179,1); Add(11,12204,50,0,0,7179,1); Add(11,12206,50,0,0,7179,1); Add(11,12207,50,0,0,7179,1); Add(11,12210,50,0,0,7179,1); Add(11,12220,10,0,0,7179,5); Add(11,12272,80,0,0,7179,1); Add(11,12273,30,0,0,7179,1); Add(11,12274,30,0,0,7179,1); Add(11,12275,30,0,0,7179,1); Add(11,12280,30,0,0,7179,1); Add(11,13751,1,0,0,7179,1); Add(11,13757,1,0,0,7179,1); // ----------------------------------------------------------- freeloop(0); set .menu$,""; for(set .@i,1; .@i<=getarraysize(.Shops$); set .@i,.@i+1) { set .menu$, .menu$+.Shops$[.@i]+":"; npcshopdelitem "qshop"+.@i,909; } end; OnMenu: set .@size, getarraysize(@i); if (!.@size) set .@i, select(.menu$); else if (.@size == 1) set .@i, @i[0]; else { for(set .@j,0; .@j<.@size; set .@j,.@j+1) set .@menu$, .@menu$+.Shops$[@i[.@j]]+":"; set .@i, @i[select(.@menu$)-1]; } deletearray @i[0],getarraysize(@i); if (.Shops$[.@i] == "") { message strcharinfo(0),"An error has occurred."; end; } dispbottom "Select one item at a time."; callshop "qshop"+.@i,1; npcshopattach "qshop"+.@i; end; OnBuyItem: // .@q[] : RewardID, BoughtAmt, RewardAmt, BaseAmt, ReqZeny, ReqPts, { ReqItem, ReqAmt, ... } setarray .@q[0],@bought_nameid[0],((@bought_quantity[0] > .MaxStack)?.MaxStack:@bought_quantity[0]); copyarray .@q[3],getd(".q_"+.@q[0]+"[0]"),getarraysize(getd(".q_"+.@q[0])); set .@q[2],.@q[1]*.@q[3]; if (!.@q[2] || .@q[2] > 30000) { message strcharinfo(0),"You can't purchase that many "+getitemname(.@q[0])+"."; end; } mes "[Quest Shop]"; mes "Reward: ^0055FF"+((.@q[2] > 1)?.@q[2]+"x ":"")+Slot(.@q[0])+"^000000"; mes "Requirements:"; if (.@q[4]) mes " > "+Chk(Zeny,.@q[4]*.@q[1])+(.@q[4]*.@q[1])+" Zeny^000000"; if (.@q[5]) mes " > "+Chk(getd(.Points$[0]),.@q[5]*.@q[1])+(.@q[5]*.@q[1])+" "+.Points$[1]+" ("+getd(.Points$[0])+"/"+(.@q[5]*.@q[1])+")^000000"; if (.@q[6]) for(set .@i,6; .@i<getarraysize(.@q); set .@i,.@i+2) mes " > "+Chk(countitem(.@q[.@i]),.@q[.@i+1]*.@q[1])+((.ShowID)?"{"+.@q[.@i]+"} ":"")+Slot(.@q[.@i])+" ("+countitem(.@q[.@i])+"/"+(.@q[.@i+1]*.@q[1])+")^000000"; next; setarray @qe[1], getiteminfo(.@q[0],5), getiteminfo(.@q[0],11); if (((@qe[1] & 1) || (@qe[1] & 256) || (@qe[1] & 512)) && @qe[2] > 0) set .@preview,1; addtimer 1000, strnpcinfo(0)+"::OnEnd"; while(1) { switch(select(" ~ Purchase ^0055FF"+getitemname(.@q[0])+"^000000:"+((.@preview && !@qe[6])?" ~ Preview...":"")+": ~ ^777777Cancel^000000")) { case 1: if (@qe[0]) { mes "[Quest Shop]"; mes "You're missing one or more quest requirements."; close; } if (!checkweight(.@q[0],.@q[2])) { mes "[Quest Shop]"; mes "^FF0000You need "+(((.@q[2]*getiteminfo(.@q[0],6))+Weight-MaxWeight)/10)+" additional weight capacity to complete this trade.^000000"; close; } if (.@q[4]) set Zeny, Zeny-(.@q[4]*.@q[1]); if (.@q[5]) setd .Points$[0], getd(.Points$[0])-(.@q[5]*.@q[1]); if (.@q[6]) for(set .@i,6; .@i<getarraysize(.@q); set .@i,.@i+2) delitem .@q[.@i],.@q[.@i+1]*.@q[1]; getitem .@q[0],.@q[2]; if (.Announce) announce strcharinfo(0)+" has created "+((.@q[2] > 1)?.@q[2]+"x "+getitemname(.@q[0]):A_An(getitemname(.@q[0])))+"!",0; specialeffect2 699; close; case 2: setarray @qe[3], getlook(LOOK_HEAD_BOTTOM), getlook(LOOK_HEAD_TOP), getlook(LOOK_HEAD_MID), 1; if (@qe[1] & 1) changelook LOOK_HEAD_BOTTOM, @qe[2]; if (@qe[1] & 256) changelook LOOK_HEAD_TOP, @qe[2]; if (@qe[1] & 512) changelook LOOK_HEAD_MID, @qe[2]; break; case 3: close; } } OnEnd: if (@qe[6]) { changelook LOOK_HEAD_BOTTOM, @qe[3]; changelook LOOK_HEAD_TOP, @qe[4]; changelook LOOK_HEAD_MID, @qe[5]; } deletearray @qe[0],7; end; function Add { if (getitemname(getarg(1)) == "null") { debugmes "Quest reward #"+getarg(1)+" invalid (skipped)."; return; } setarray .@j[0],getarg(2),getarg(3),getarg(4); for(set .@i,5; .@i<getargcount(); set .@i,.@i+2) { if (getitemname(getarg(.@i)) == "null") { debugmes "Quest requirement #"+getarg(.@i)+" invalid (skipped)."; return; } else setarray .@j[.@i-2],getarg(.@i),getarg(.@i+1); } copyarray getd(".q_"+getarg(1)+"[0]"),.@j[0],getarraysize(.@j); npcshopadditem "qshop"+getarg(0),getarg(1),((.ShowZeny)?getarg(3):0); return; } function Chk { if (getarg(0) < getarg(1)) { set @qe[0],1; return "^FF0000"; } else return "^00FF00"; } function Slot { set .@s$,getitemname(getarg(0)); switch(.ShowSlot) { case 1: if (!getitemslots(getarg(0))) return .@s$; case 2: if (getiteminfo(getarg(0),2) == 4 || getiteminfo(getarg(0),2) == 5) return .@s$+" ["+getitemslots(getarg(0))+"]"; default: return .@s$; } } function A_An { setarray .@A$[0],"a","e","i","o","u"; set .@B$, "_"+getarg(0); for(set .@i,0; .@i<5; set .@i,.@i+1) if (compare(.@B$,"_"+.@A$[.@i])) return "an "+getarg(0); return "a "+getarg(0); } } function script qshop { deletearray @i[0],getarraysize(@i); for(set .@i,0; .@i<getargcount(); set .@i,.@i+1) set @i[.@i],getarg(.@i); doevent "quest_shop::OnMenu"; end; } // Dummy shop data -- copy as needed. //============================================================ - shop qshop1 -1,909:-1 - shop qshop2 -1,909:-1 - shop qshop3 -1,909:-1 - shop qshop4 -1,909:-1 - shop qshop5 -1,909:-1 what is wrong here ??
  8. unknownuser

    help

    i need basic proof of donation npc
  9. this npc is automatically give gtb card ?
  10. GTB Card /Quest/ 5x kill gtb to get this card from npc
  11. please help me to make all in one npc with only trans job changer only !! thanks
  12. i need warper please help me the mall npc coordinates is prontera 152 192 and it goes to quiz_02 340 77
  13. Pods shop < ID > : <PRICE> EXAMPLE APPLE WORTH 10PODS 512:10 ID512:10 *By Categories Category *Not for sale ID30000:10000 ID30001:10000 ID30007:10000 ID30008:10000 ID30009:10000 ID30011:10000 ID30012:10000 ID2541:10000 Category *Headgears ID5013:70 ID5171:18 ID5304:21 ID5312:21 ID5313:18 ID5377:12 ID5269:20 ID5358:12 ID5389:48 ID5401:42 ID5466:38 ID5470:28 ID5479:12 ID2219:1 ID5138:4 ID5170:5 ID5184:15 ID5188:21 ID5200:18 ID5205:12 ID5211:5 ID5212:4 ID5213:4 ID5214:4 ID5220:8 ID5259:5 ID5286:12 ID5288:38 ID5325:38 ID5359:28 ID5361:30 ID5363:20 ID5373:70 ID5372:18 ID5375:18 ID5376:8 ID5378:21 ID5383:18 ID5393:28 ID5395:28 ID5426:21 ID5427:21 UD5468:18 ID5801:30 ID5805:50 ID5808:30 ID39911:30 ID30017:68 ID30018:68 ID30019:50 ID30020:50 Category *Gears ID2620:21 ID2630:5 ID2629:21 ID2744:32 ID2410:38 ID2423:70 ID2435:21 ID2436:21 ID2437:21 ID2538:30 ID2539:21 ID2540:12 ID2542:38 ID2543:68 ID2544:68 ID2554:68 ID1228:12 ID1310:38 ID1425:12 ID1530:38 ID1564:30 ID1640:38 ID1738:21 ID1743:21 ID1924:18 ID1927:42 ID1978:18 ID1981:42 ID13176:21 ID13177:21 ID13178:21 ID13179:21 ID2367:8 ID2370:38 ID2376:80 ID2377:38 ID2378:38 ID2379:38 ID2380:38 ID2381:38 ID2382:30 ID2384:38 ID2394:88 ID2678:5 ID2679:5 ID2701:12 ID2702:21 ID2709:1000 ID2712:42 ID2729:38 ID2730:8 ID2733:21 ID2737:48 ID2787:21 ID2515:4 ID2524:12 ID2535:12 ID2537:50 ID2345:12 ID2347:18 ID2349:18 ID2351:18 ID2374:30 ID2375:30 ID2383:18 ID1186:21 ID1266:12 ID1267:1000 ID1565:30 ID1646:48 ID1628:42 ID1635:25 ID1637:21 ID1649:88 ID13042:1000 ID2000:18 ID13412:18 ID13413:18 ID16000:58 ID30701:68 ID2115:5 ID2127:42 ID2130:12 ID2131:8 ID2138:21 ID2421:4 ID2424:30 ID2433:38 ID2439:1000 ID2468:58 Category *Cards ID4399:35 ID4357:8 ID4403:21 ID4145:38 ID4441:42 ID4361:12 ID4359:18 ID4365:18 ID4427:5 please help me to make this script .
  14. i dont want any warper sir , i just want to put only the npc's because when i reloading this script no npc shows , so im hoping that you can help me to solve this problem . please help me to solve it ..
  15. turbo_room,74,135,4 shop Upper Headgear 1 731,5105:1000000,5106:1000000,5201:1000000,5097:1000000,5226:1000000,5011:1000000,5137:1000000,5207:1000000,5246:1000000,2254:1000000,5132:1000000,5153:1000000,5333:10 00000,2284:1000000,2285:100000,2261:1000000,5264:1000000,5189:1000000,5270:1000000,5174:1000000,5116:1000000,2211:10000,5042:1000000,5147:1000000,5076:1000000,5172:100 0000,2244:50000,5129:1000000,2216:100000,5057:1000000,5065:1000000,5052:1000000,2279:50000,5017:1000000,5016:1000000,5150:1000000,5114:50000,5034:1000000,2214:1000000, 5024:1000000,5178:1000000,2226:50000,5145:1000000,5026:1000000,2232:50000,2249:1000000,5019:1000000,5075:1000000,5048:1000000,5036:1000000,5080:1000000,5081:1000000,22 35:1000000,2250:50000,5082:1000000,5038:1000000,2273:1000000,5058:500000,2283:1000000,5015:10000,5146:1000000,2255:1000000,2207:100000,5047:1000000,5018:1000000,2215:1 000000,5061:1000000,5124:500000,5056:100000,2290:100000,5111:1000000,5144:1000000,2230:500000,2274:1000000,5063:1000000,5128:500000,2246:1000000,5007:1000000,2298:1000 000,5021:1000000,2210:10000,2282:1000000,2220:10000,5001:1000000,5041:1000000,5025:1000000,2228:100000 turbo_room,72,135,4 shop Upper Headgear 2 762,5072:1000000,5190:1000000,5010:1000000,5071:1000000,5209:1000000,2271:1000000,5002:1000000,5003:1000000,5020:1000000,5140:1000000,5069:1000000,2213:1000000,5084:10 00000,5139:1000000,5027:1000000,5045:1000000,5122:1000000,2256:1000000,5141:1000000,5031:1000000,2259:1000000,5073:1000000,2251:100000,5126:1000000,5127:1000000,5117:1 000000,5148:1000000,5099:1000000,2277:100000,5037:100000,2299:100000,5030:100000,5023:1000000,5060:1000000,5012:100000,2287:100000,2289:1000000,5035:1000000,2293:10000 00,5134:1000000,5182:1000000,5118:1000000,5008:100000,5033:1000000,5039:1000000,2275:1000000,5109:1000000,5083:1000000,5108:1000000,2208:10000,2247:500000,5009:1000000 ,2280:1000000,5100:1000000,5078:1000000,5133:1000000,5149:1000000,5064:1000000,5212:1000000,5067:1000000,2258:1000000,5029:1000000,2294:1000000,2272:1000000,5062:10000 00,5049:1000000,5066:1000000,5287:1000000,5032:1000000,5103:1000000,2253:1000000,2245:500000,5059:1000000,2234:1000000,5077:1000000,2222:100000,5123:500000,2257:500000 ,2206:100000,2248:500000,5044:1000000,5115:1000000,2252:1000000,5050:1000000,5079:1000000 turbo_room,70,134,6 shop Middle Headgear 899,5074:1000000,2276:1000000,2296:1000000,2295:500000,5040:1000000,5135:1000000,5104:1000000,2205:100000,2286:1000000,5068:1000000,2212:100000,5154:1000000,5014:10000 00,2243:100000,2203:100000,5006:100000,2291:1000000,2260:100000,2239:100000,5043:1000000,2242:100000,5248:1000000,5085:1000000,2201:100000,5101:1000000,2263:1000000 turbo_room,70,132,6 shop Lower Headgear shop 853,5113:1000000,5096:1000000,5110:1000000,2237:500000,2240:500000,2267:1000000,2262:1000000,5107:1000000,5156:1000000,5155:1000000,2218:500000,2265:1000000,2241:50000 0,2266:1000000,5004:1000000,2268:1000000,5051:1000000,2269:1000000,2270:1000000,5206:1000000 turbo_room,70,130,6 shop Upper/Middle/Lower Head 873,5086:1000000,5089:1000000,5005:10000005,5090:1000000,2297:1000000,5332:1000000,2288:1000000,2278:10000,2281:50000,5087:1000000,5203:1000000,5272:1000000,5088:10000 00,2292:1000000,5093:500000,5142:1000000,5091:1000000,5258:1000000,5276:1000000,5273:1000000,5274:1000000,2224:100000,5181:3000000,5094:1000000,5130:1000000,5151:10000 00,5152:1000000,5098:1000000,5121:1000000,5046:1000000,5131:1000000,5143:1000000,2264:1000000,5053:1000000 turbo_room,70,128,6 shop Armor Shop 752,2302:5000,2304:10000,2306:7500,2339:20000,2330:80000,2309:30000,2311:150000,2329:25000,2313:50000,2314:65000,2341:94000,2337:150000,2333:250000,2324:250000,2336:10 00000,2318:1000000,2320:1500000 turbo_room,70,126,0 shop Shield Shop 707,2101:5000,2103:15000,2105:60000,2107:60000,2118:150000,2111:150000,2131:200000,2110:250000,2120:1000000,2121:1000000,2108:1000000,2114:1000000,2130:1500000,2125:20 00000 turbo_room,72,126,0 shop Garment Shop 806,2507:82000,2502:10000,2503:5000,2505:50000,2522:50000,2514:1000000,2513:1000000,2508:1000000,2511:1000000 turbo_room,74,126,0 shop Footgear Shop 913,2402:10000,2403:10000,2405:25000,2407:50000,2413:50000,2408:50000,2411:60000,2415:80000,2432:100000,2422:700000 turbo_room,76,126,0 shop Accessory Shop 856,2607:100000,2601:50000,2602:50000,2604:50000,2605:50000,2619:50000,2627:20000,2617:10000,2616:1000000,2613:1000000,2641:1000000,2612:2000,2636:50000,2610:50000,261 8:10000,2645:500000,2603:50000,2658:1000000,2639:1000000,2638:1000000,2667:2000000,2608:20000,2615:1000000,2643:1000000,2654:1000000,2637:40000,2611:40000,2715:1000000 turbo_room,93,128,2 shop One-handed Sword Shop 733,1102:500,1105:2500,1108:5000,1111:10000,1113:17000,1125:24000,1146:42000,1127:49000,1123:50000,1129:60000,1119:51000,1143:150000,1130:250000,1136:450000,1141:50000 0,1133:500000,1142:1000000 turbo_room,93,130,2 shop Two-handed Sword Shop 734,1117:5000,1152:20000,1155:30000,1162:70000,1158:80000,1163:74000,1166:250000,1168:350000,1167:500000,1175:3000000 turbo_room,93,132,2 shop One-handed Spear Shop 767,1402:1000,1405:5000,1408:10000,1416:100000,1413:150000 turbo_room,93,134,2 shop Two-handed Spear Shop 780,1455:20000,1452:13000,1458:27000,1461:51000,1464:54000,1410:60000,1468:350000,1474:350000 turbo_room,93,136,2 shop One-handed Axe Shop 826,1302:5000,1304:100000,1305:350000 turbo_room,93,138,2 shop Two-handed Axe Shop 813,1352:10000,1355:15500,1358:34000,1361:55000,1364:500000,1366:1500000,1363:2000000 turbo_room,91,139,4 shop Katar Shop 885,1251:19500,1255:37200,1253:41000,1268:20000,1270:20000,1260:250000,1262:250000,1263:250000,1257:250000,1258:250000,1256:250000,1259:300000,1261:350000,1264:400000 turbo_room,93,126,2 shop Dagger Shop 884,1202:50,1208:2400,1217:19500,1232:50000,1231:100000,1246:40000,13004:52000,1241:80000,1205:1250,1242:120000,1226:49000,1211:8500,13001:100000,1223:100000,13002:100 000,1220:43000,1237:100000,1244:100000,13006:240000,1239:100000,1240:100000,1236:100000,1238:100000,1235:100000 turbo_room,89,139,4 shop Rod & Staff Shop 735,1602:2500,1605:5000,1608:15000,1611:45000,1614:300000,1472:350000,1619:100000, turbo_room,87,139,4 shop Bow Shop 832,1703:1000,1705:15000,1711:30000,1714:45000,1713:50000,1718:70000,1724:150000,1722:150000,1719:150000,1721:170000,1723:200000,1746:200000,1734:200000,1731:350000,17 32:350000,1733:370000,1730:400000 turbo_room,85,139,4 shop Mace Shop 821,1521:25000,1503:1000,1512:20000,1524:1000000,1529:1000000,1525:1000000,1506:3000,1515:45000,1527:1000000,1526:1000000,1509:10000,1523:1000000,1532:60000,1518:50000 ,1531:1000000,1528:3000000 turbo_room,83,139,4 shop Knuckle Shop 808,1816:1000000,1810:70000,1812:60000,1808:55000,1815:1000000,1813:1000000,1804:25000,1806:35000,1802:10000 turbo_room,81,139,4 shop Whip Shop 862,1969:1000000,1964:1000000,1971:1000000,1967:1000000,1966:1000000,1962:1000000,1970:1000000,1957:35000,1963:1000000,1965:1000000,1951:3000,1968:1000000,1959:45000,1 953:12000,1961:40000,1955:20000 turbo_room,79,139,4 shop Musical Instrument Shop 741,1914:1000000,1913:1000000,1917:1000000,1916:1000000,1908:50000,1912:55000,1910:65000,1915:1000000,1906:25000,1904:20000,1918:1000000,1902:5000 turbo_room,77,139,4 shop Book Shop 893,1551:80000,1550:50000,1552:55000,1553:50000,1556:80000,1554:80000,1555:80000,1557:150000,1558:5000,1561:1000000,1559:1000000,1560:1000000,1562:1000000 turbo_room,75,137,4 shop Gun Shop 852,13103:60000,13105:100000,13106:200000,13101:10000,13150:6000,13152:30000,13153:50000,13155:30000,13156:50000,13154:30000,13159:250000,13157:150000,13161:700000,131 62:1000000 turbo_room,106,128,6 shop Fuuma Shuriken 880,13302:100000,13303:150000,13300:200000,13304:1000000,7522:500,7521:500,7523:500 turbo_room,106,126,6 shop Ammunition 904,1766:150,1755:20,1750:10,1754:20,1761:20,1752:20,1760:20,1759:20,1757:100,1770:20,1769:30,1765:40,1763:30,1762:30,1767:30,1764:30,1751:20,1768:30,1753:30,1756:30,1 758:30,1771:500,13200:50,13202:100,13201:50,13206:500,13203:500,13207:500,13204:500,13205:500,13252:50,13254:500,13251:100,13253:300,13250:50,13256:50,13259:50,13258:5 0,13255:50,13257:50 turbo_room,106,130,6 shop Novice Shop 882,569:10,5055:1000,5125:10000,5112:50000,2340:100000,2352:40000,1243:50000,1621:80000,2112:10000,2113:50000,2512:100000,2510:50000,2414:1000,2416:50000,2628:50000,72 71:10000 turbo_room,108,139,4 shop Blacksmith Shop 869,717:600,716:600,715:600,1010:-1,1011:-1,613:1000,614:3000,615:5000,1005:-1,986:-1,987:-1,988:- 1,612:150,990:1500,991:1500,992:1500,993:1500,1003:-1,1002:-1,998:-1,1000:4500,1001:-1,733:-1,730:-1,731:-1,732:-1,719:-1,718:-1,724:-1,723:-1,725:-1,726:-1,727:- 1,728:-1,729:-1,721:-1,720:-1,722:-1,999:1000,984:1100,985:1100 turbo_room,106,134,6 shop Alchemist Shop 749,1092:50,7134:50,1093:100,7143:5000,7141:20000,7140:60000,12040:500000,7419:100000,7127:100000,7129:100000,7128:100000,7131:100000,7130:100000,7132:150000,7144:1500 00,7133:300000,7434:400000,7433:4000 turbo_room,106,138,6 shop Healing Item 72,505:5000,506:50,501:100,502:300,503:600,504:1200,522:9000 turbo_room,123,126,0 shop Santa Claus Shop 718,529:100,570:100,530:200,571:200,538:2000,572:2000,558:1000,561:100000,573:10000,596:5000,559:100000,560:100000,2236:250000 turbo_room,110,139,3 shop Creation 731,7129:5000000,7127:2000000,7128:5000000,7133:5000000,7434:100000,7419:5000000,7132:5000000,7131:1000000,7130:1000000,7144:1000000,1044:264,950:264,929:374,970:5000, 713:6,1051:450,1050:220,1032:196,1059:306,7134:8,1093:10,1092:3,1061:484,7472:1000,1061:484,7472:1000,7473:1000,7474:1000,7475:1000,7476:1000,7477:1000,7478:1000,7479: 1000,7480:1000,7481:1000,7456:1000,7452:1000,7454:700,7455:700,7453:700, turbo_room,125,126,0 shop Pet Store Shop 890,643:3000,619:2000,620:2000,621:2000,622:3000,623:4000,632:5000,627:7000,624:3000,625:3000,630:3000,631:3000,633:3000,629:3000,636:3000,637:3000,659:3000,626:3000,6 42:3000,640:3000,628:10000,641:3000,638:15000,635:3000,661:20000,639:20000,634:20000,10013:5000,10017:5000,10010:5000,10020:5000,10015:5000,10018:5000,10002:5000,10004 :5000,10008:5000,10019:5000,10014:5000,10007:5000,10001:5000,10011:5000,10012:5000,10003:5000,10005:5000,10009:5000 turbo_room,127,126,0 shop Wedding Shop 71,745:12000,2338:43000,2206:23000,2613:45000,7170:43000 turbo_room,112,139,4 shop Scroll Item 714,12016:15000,12114:60000,12115:60000,12117:60000,12116:60000 turbo_room,114,139,4 shop Skill Catalyst 429,7940:100,6144:5000,12333:1500,11513:5000,6145:50,6146:500,6147:10000,12392:5000,12393:5000,12394:5000,18000:100,18001:200,18002:200,18003:200,18004:500,6120:2000,6 123:5000,6128:100,7931:20000,7932:20000,7933:20000,7934:20000,7935:20000,7936:20000,7937:20000,709:10000,6189:10000000,6190:10000000,6191:10000000,6192:10000000,6193:1 0000000,6194:10000000,6197:10000000,6198:10000000,6199:10000000,6200:10000000,6201:10000000,6202:10000000,6203:10000000,6204:10000000,6205:10000000,7137:300,6210:600,6 211:800,6212:1000,6213:500,6214:500,6215:500,6216:1000,6297:10000,6244:500,6245:1000,6246:1000,6247:1000,6248:1000,6249:1000,6250:1000,6251:1000,6252:1000,6253:1000,62 54:1000,6255:1000,6256:1000,6257:1000,6258:1000,6259:1000,6260:1000,6261:1000,6262:1000,6263:1000,6264:1000,6265:1000,6279:1000000,6280:1000000,6281:1000000,6282:10000 00,6283:1000000,6284:1000000,6285:1000000,11022:10000000,11023:1000000,11024:1000000,12475:10000,6360:500,6361:500,6362:500,6363:500,12725:10000,12726:2000,12727:50000 ,12728:10000,12729:2700000,12730:10000,12731:2700000,12732:20000,2733:800000 turbo_room,106,136,6 shop Alche Ingredients Shop 749,507:18,508:40,509:120,510:60,717:600,716:600,715:600,1032:196,929:374,1059:306,713:6,950:264,1044:264,970:400,1051:450,1050:220,911:160,1057:138,7126:840,1012:250, 952:82,1017:106,1061:484,708:500,704:500,7033:114,905:46 turbo_room,110,139,4 shop Poison Bottle Shop 885,657:-1,713:6,937:148,939:32,952:82,972:400,7033:114 } please help me to solve this ..
  16. mark it as answered sir i have problem in your script can you help me to fix ?? my players cant click the sptrader ..
  17. i want to add identifier on our healer npc please help me to script that ?
  18. how to make refiner that required proof of donations example: +10 is 2 proof of donation +11 is 3 proof of donation +12 to +14 is 4 proof of donation +15 is 5 proof of donation +16 is 7 proof of donation +17 is 8 proof of donation +18 is 10 proof of donation +19 is 12 proof of donation +20 is 15 proof of donation PLEASE HELP ME !!
  19. how to add skill points trader !! and the requirements per skill points is 10 x fig leaf 10 x elder pixie's moustache 10 x manacle's 10 x honey pot please help me )
  20. When im adding this script we are always error
×
×
  • Create New...