NPC Mad+Buy Full Items

Status
Zamknięty.

DamicUP

User
Zarejestrowany
Dołączył
Kwiecień 16, 2009
Posty
32
Liczba reakcji
2
Wiek
31
Siemka!-co? na wst?p ;p
Chcia?bym przedstawi? skrypt w 100% napisany przezemnie!
Jest to NPC kt?ry kupuje "no prawie wszystkie itemki z EQ, naprawde z ma?ymi wyj?tkami!";)-i odrazu m?wie ?e nie kupuje ring?w!
Oto i on:

focus = 0
talk_start = 0
target = 0
following = false
attacking = false

function onThingMove(creature, thing, oldpos, oldstackpos)

end


function onCreatureAppear(creature)

end


function onCreatureDisappear(cid, pos)
if focus == cid then
selfSay('Zegnaj.')
focus = 0
talk_start = 0
end
end


function onCreatureTurn(creature)

end


function msgcontains(txt, str)
return (string.find(txt, str) and not string.find(txt, '(%w+)' .. str) and not string.find(txt, str .. '(%w+)'))
end


function onCreatureSay(cid, type, msg)
msg = string.lower(msg)

if (msgcontains(msg, 'siema') and (focus == 0)) and getDistanceToCreature(cid) < 4 then
selfSay('Witaj ' .. creatureGetName(cid) .. '! Kupuje miecze, cluby, topory, helmy, buty, spodnie, tarcze, zbroje i amulety.')
focus = cid
talk_start = os.clock()

elseif msgcontains(msg, 'siema') and (focus ~= cid) and getDistanceToCreature(cid) < 4 then
selfSay('Sorry, ' .. creatureGetName(cid) .. '! Poczekaj minutke.')

elseif focus == cid then

talk_start = os.clock()


if msgcontains(msg, 'royal helmet') then
sell(cid,2498,1,20000)
elseif msgcontains(msg, 'warrior helmet') then
sell(cid,2475,1,3000)
elseif msgcontains(msg, 'crusader helmet') then
sell(cid,2497,1,3000)
elseif msgcontains(msg, 'crown helmet') then
sell(cid,2491,1,2000)
elseif msgcontains(msg, 'devil helmet') then
sell(cid,2462,1,2000)
elseif msgcontains(msg, 'mystic turban') then
sell(cid,2663,1,500)
elseif msgcontains(msg, 'chain helmet') then
sell(cid,2458,1,35)
elseif msgcontains(msg, 'iron helmet') then
sell(cid,2459,1,30)
elseif msgcontains(msg, 'steel helmet') then
sell(cid,2457,1,2000)
elseif msgcontains(msg, 'brass helmet') then
sell(cid,2460,1,30)
elseif msgcontains(msg, 'leather helmet') then
sell(cid,2461,1,10)
elseif msgcontains(msg, 'golden helmet') then
sell(cid,2471,1,50000)
elseif msgcontains(msg, 'viking helmet') then
sell(cid,2473,1,50)
elseif msgcontains(msg, 'winged helmet') then
sell(cid,2474,1,25000)
elseif msgcontains(msg, 'strange helmet') then
sell(cid,2479,1,2000)
elseif msgcontains(msg, 'legion helmet') then
sell(cid,2480,1,50)
elseif msgcontains(msg, 'solider helmet') then
sell(cid,2481,1,1500)
elseif msgcontains(msg, 'studded helmet') then
sell(cid,2482,1,25)
elseif msgcontains(msg, 'dark helmet') then
sell(cid,2490,1,2500)
elseif msgcontains(msg, 'demon helmet') then
sell(cid,2493,1,35000)
elseif msgcontains(msg, 'horned helmet') then
sell(cid,2496,1,40000)
elseif msgcontains(msg, 'lady helmet') then
sell(cid,2499,1,2500)
elseif msgcontains(msg, 'dwarven helmet') then
sell(cid,2502,1,2500)
elseif msgcontains(msg, 'dragon scale') then
sell(cid,2506,1,30000)

elseif msgcontains(msg, 'helmy') then
selfSay('Kupuje royal (20k),warrior (3k),crusader (3k),crown (2k),devil (2k),chain (35gp),iron (30gp),mystic turban (500gp),steel (2k),brass (30gp),leather (10gp),golden (50k),viking (50gp),winged (25k),strange (2k),legion (50gp),solider (1,5k),studded (25gp),dark (2,5k),demon (35k),horned (40k),lady (2,5k),dwarven (2,5k) i dragon scale helmet (30k).')


elseif msgcontains(msg, 'steel boots') and focus == cid then
sell(cid,2645,1,20000)
elseif msgcontains(msg, 'boh') or msgcontains(msg, 'boots of haste') and focus == cid then
sell(cid,2195,1,4000)
elseif msgcontains(msg, 'traper boots') and focus == cid then
sell(cid,2641,1,2000)
elseif msgcontains(msg, 'sandals') and focus == cid then
sell(cid,2642,1,100)
elseif msgcontains(msg, 'leather boots') and focus == cid then
sell(cid,2643,1,25)
elseif msgcontains(msg, 'bunny slippers') and focus == cid then
sell(cid,2644,1,50)
elseif msgcontains(msg, 'golden boots') and focus == cid then
sell(cid,2646,1,30000)
elseif msgcontains(msg, 'crocodile boots') and focus == cid then
sell(cid,3982,1,1000)

elseif msgcontains(msg, 'buty') then
selfSay('Wyprzedaz butow z serii GoodBoot!Kupuje steel boots (20k),boots of haste (4k),traper boots (2k),sandals (100gp),leather boots (25gp),bunny slippers (50gp),golden (30k) i crocodile boots (1k).')



elseif msgcontains(msg, 'magic plate armor') or msgcontains(msg, 'mpa') then
sell(cid,2472,1,100000)

elseif msgcontains(msg, 'dragon scale mail') or msgcontains(msg, 'dsm') then
sell(cid,2492,1,30000)

elseif msgcontains(msg, 'golden armor') then
sell(cid,2466,1,10000)

elseif msgcontains(msg, 'crown armor') then
sell(cid,2487,1,5000)

elseif msgcontains(msg, 'knight armor') then
sell(cid,2476,1,3000)

elseif msgcontains(msg, 'blue robe') then
sell(cid,2656,1,3000)
elseif msgcontains(msg, 'lady armor') then
sell(cid,2500,1,1000)

elseif msgcontains(msg, 'plate armor') then
sell(cid,2463,1,300)

elseif msgcontains(msg, 'brass armor') then
sell(cid,2465,1,200)

elseif msgcontains(msg, 'chain armor') then
sell(cid,2464,1,100)
elseif msgcontains(msg, 'leather armor') then
sell(cid,2467,1,25)
elseif msgcontains(msg, 'scale armor') then
sell(cid,2483,1,150)
elseif msgcontains(msg, 'studded armor') then
sell(cid,2484,1,50)
elseif msgcontains(msg, 'doublet') then
sell(cid,2485,1,15)
elseif msgcontains(msg, 'noble armor') then
sell(cid,2486,1,400)
elseif msgcontains(msg, 'dark armor') then
sell(cid,2489,1,250)
elseif msgcontains(msg, 'demon armor') then
sell(cid,2494,1,35000)
elseif msgcontains(msg, 'dwarven armor') then
sell(cid,2503,1,350)
elseif msgcontains(msg, 'elven armor') then
sell(cid,2505,1,75000)
elseif msgcontains(msg, 'jacket') then
sell(cid,2650,1,10)
elseif msgcontains(msg, 'coat') then
sell(cid,2651,1,15)
elseif msgcontains(msg, 'green tunic') then
sell(cid,2652,1,15)
elseif msgcontains(msg, 'red tunic') then
sell(cid,2653,1,15)
elseif msgcontains(msg, 'cape') then
sell(cid,2654,1,20)
elseif msgcontains(msg, 'red robe') then
sell(cid,2655,1,25)
elseif msgcontains(msg, 'simple dress') then
sell(cid,2657,1,15)
elseif msgcontains(msg, 'dress') then
sell(cid,2658,1,15)
elseif msgcontains(msg, 'ball gown') then
sell(cid,2659,1,20)
elseif msgcontains(msg, 'hidden turban') then
sell(cid,2660,1,25)
elseif msgcontains(msg, 'leopard armor') then
sell(cid,3968,1,250)

elseif msgcontains(msg, 'zbroje') then
selfSay('Kupuje golden (10k),crown (5k),knight (3k),lady (1k),plate (300gp),brass (200gp),chain (100gp),mpa (100k), dsm (30k),blue robe (3k),leather (25gp),scale (150gp),studded (50gp),doublet (15gp),noble (400gp),dark (250gp),demon (35k),dwarven (350gp),elven (75k),jacket (10gp),coat (15gp),green tunic (15gp),red tunic (15gp),cape (20gp),red robe (25gp),simple dress (15gp),dress (15gp),ball gown (20gp),hidden turban (25gp) i leopard armor (250gp).')


elseif msgcontains(msg, 'golden legs') then
sell(cid,2470,1,80000)

elseif msgcontains(msg, 'crown legs') then
sell(cid,2488,1,5000)

elseif msgcontains(msg, 'knight legs') then
sell(cid,2477,1,3000)

elseif msgcontains(msg, 'plate legs') then
sell(cid,2647,1,500)
elseif msgcontains(msg, 'brass legs') then
sell(cid,2478,1,100)
elseif msgcontains(msg, 'chain legs') then
sell(cid,2478,1,50)
elseif msgcontains(msg, 'studded legs') then
sell(cid,2468,1,25)
elseif msgcontains(msg, 'dsl') then
sell(cid,2469,1,20000)
elseif msgcontains(msg, 'demon legs') then
sell(cid,2495,1,15000)
elseif msgcontains(msg, 'dwarven legs') then
sell(cid,2504,1,550)
elseif msgcontains(msg, 'elven legs') then
sell(cid,2507,1,55000)
elseif msgcontains(msg, 'leather legs') then
sell(cid,2649,1,15)

elseif msgcontains(msg, 'spodnie') then
selfSay('Kupuje golden (80k),crown (5k),knight (3k),plate (500gp),brass (100gp),chain (50gp),studded (25gp),dsl (20k),demon (15k),dwarven (550gp),elven (55k) i leather legs (15gp).')

CI?G DALSZY NAST?PI...
 
Odp: NPC Mad+Buy Full Items

CI?G DALSZY NAST?PI?...


elseif msgcontains(msg, 'shield of the mastermind') or msgcontains(msg, 'mms') then
sell(cid,2514,1,80000)
elseif msgcontains(msg, 'demon shield') then
sell(cid,2520,1,40000)
elseif msgcontains(msg, 'vampire shield') then
sell(cid,2534,1,4000)
elseif msgcontains(msg, 'medusa shield') then
sell(cid,2536,1,3500)
elseif msgcontains(msg, 'amazon shield') then
sell(cid,2537,1,3000)
elseif msgcontains(msg, 'crown shield') then
sell(cid,2519,1,2000)
elseif msgcontains(msg, 'tower shield') then
sell(cid,2528,1,2000)
elseif msgcontains(msg, 'dragon shield') then
sell(cid,2516,1,1500)
elseif msgcontains(msg, 'guardian shield') or msgcontains(msg, 'guardians shield') then
sell(cid,2515,1,1200)
elseif msgcontains(msg, 'beholder shield') then
sell(cid,2518,1,1000)
elseif msgcontains(msg, 'dwarven shield') then
sell(cid,2525,1,100)
elseif msgcontains(msg, 'steel shield') then
sell(cid,2509,1,35)
elseif msgcontains(msg, 'plate shield') then
sell(cid,2510,1,25)
elseif msgcontains(msg, 'brass shield') then
sell(cid,2511,1,30)
elseif msgcontains(msg, 'wooden shield') then
sell(cid,2512,1,15)
elseif msgcontains(msg, 'battle shield') then
sell(cid,2513,1,80)
elseif msgcontains(msg, 'shield of honour') then
sell(cid,2517,1,200)
elseif msgcontains(msg, 'dark shield') then
sell(cid,2521,1,85)
elseif msgcontains(msg, 'great shield') then
sell(cid,2522,1,100000)
elseif msgcontains(msg, 'blessed') then
sell(cid,2523,1,110000)
elseif msgcontains(msg, 'ornamented shield') then
sell(cid,2524,1,2000)
elseif msgcontains(msg, 'studded shield') then
sell(cid,2526,1,20)
elseif msgcontains(msg, 'rose shield') then
sell(cid,2527,1,100)
elseif msgcontains(msg, 'black shield') then
sell(cid,2529,1,55)
elseif msgcontains(msg, 'copper shield') then
sell(cid,2530,1,30)
elseif msgcontains(msg, 'viking shield') then
sell(cid,2531,1,65)
elseif msgcontains(msg, 'ancient shield') then
sell(cid,2532,1,200)
elseif msgcontains(msg, 'griffin shield') then
sell(cid,2533,1,120)
elseif msgcontains(msg, 'castle shield') then
sell(cid,2535,1,110)
elseif msgcontains(msg, 'eagle shield') then
sell(cid,2538,1,250)
elseif msgcontains(msg, 'phoenix shield') then
sell(cid,2539,1,500)
elseif msgcontains(msg, 'scarab shield') then
sell(cid,2540,1,150)
elseif msgcontains(msg, 'bone shield') then
sell(cid,2541,1,90)
elseif msgcontains(msg, 'plasma shield') then
sell(cid,2542,1,2000)
elseif msgcontains(msg, 'sentinel shield') then
sell(cid,3974,1,300)
elseif msgcontains(msg, 'salamder shield') then
sell(cid,3975,1,200)

elseif msgcontains(msg, 'tarcze') then
selfSay('Kupuje demon (40k),vampire (4k),medusa (3.5k),amazon (3k),crown (2k),tower (2k),dragon (1.5k),guardian (1.2k),beholder (1k),dwarven (100gp),mms (80k),steel (35gp),plate (25gp),brass (30gp),wooden (15gp),battle (80gp),shield of honour (200gp),dark (85gp),great (100k),blessed (110k),ornamented (2k),studded (20gp),rose (100gp),black (55gp),copper (30gp),viking (65gp),ancient (200gp),griffin (120gp),castle (110gp),eagle (250gp),phoenix (500gp),scarab (150gp),bone (90gp),plasma (2k),sentinel (300gp),salamnder (200gp).')


elseif msgcontains(msg, 'giant sword') then
sell(cid,2393,1,10000)

elseif msgcontains(msg, 'bright sword') then
sell(cid,2407,1,6000)

elseif msgcontains(msg, 'ice rapier') then
sell(cid,2396,1,4000)

elseif msgcontains(msg, 'fire sword') then
sell(cid,2392,1,3000)

elseif msgcontains(msg, 'serpent sword') then
sell(cid,2409,1,1500)

elseif msgcontains(msg, 'spike sword') then
sell(cid,2383,1,800)
elseif msgcontains(msg, 'two handed sword') then
sell(cid,2377,1,400)
elseif msgcontains(msg, 'broad sword') then
sell(cid,2413,1,70)
elseif msgcontains(msg, 'short sword') then
sell(cid,2406,1,30)

elseif msgcontains(msg, 'sabre') then
sell(cid,2385,1,25)
elseif msgcontains(msg, 'sword') then
sell(cid,2376,1,25)
elseif msgcontains(msg, 'dagger') then
sell(cid,2379,1,15)
elseif msgcontains(msg, 'rapier') then
sell(cid,2384,1,30)
elseif msgcontains(msg, 'magic longsword') then
sell(cid,2390,1,32000)
elseif msgcontains(msg, 'carlin sword') or msgcontains(msg, 'carlinsword') then
sell(cid,2395,1,40)
elseif msgcontains(msg, 'longsword') then
sell(cid,2397,1,300)
elseif msgcontains(msg, 'magic sword') then
sell(cid,2400,1,8000)
elseif msgcontains(msg, 'knife') then
sell(cid,2403,1,5)
elseif msgcontains(msg, 'combat knife') then
sell(cid,2404,1,15)
elseif msgcontains(msg, 'warlord sword') or msgcontains(msg, 'warlord') then
sell(cid,2408,1,12000)
elseif msgcontains(msg, 'serpent sword') then
sell(cid,2409,1,300)
elseif msgcontains(msg, 'throwing knife') then
sell(cid,2410,1,5)
elseif msgcontains(msg, '100 throwing knife') then
sell(cid,2410,100,500)
elseif msgcontains(msg, 'poison dagger') then
sell(cid,2411,1,170)
elseif msgcontains(msg, 'katana') then
sell(cid,2412,1,50)
elseif msgcontains(msg, 'scimitar') then
sell(cid,2419,1,200)
elseif msgcontains(msg, 'apocalipsis') then
sell(cid,2438,1,1700)
elseif msgcontains(msg, 'pharaoph sword') or msgcontains(msg, 'the pharaoph sword') or msgcontains(msg, ' pharao sword') or msgcontains(msg, 'the pharao sword') then
sell(cid,2446,1,8000)
elseif msgcontains(msg, 'bone sword') then
sell(cid,2450,1,150)
elseif msgcontains(msg, 'djinn blade') then
sell(cid,2451,1,1600)
elseif msgcontains(msg, 'heavy machete') then
sell(cid,2442,1,300)
elseif msgcontains(msg, 'cleaver') then
sell(cid,2568,1,15)

elseif msgcontains(msg, 'miecze') then
selfSay('Kupuje giant (10k),bright (6k),fire (3k),serpent (1.5k),spike (800gp),two handed (400gp),ice rapier (4k),broad (70gp),short (30gp),sabre (25gp),sword (25gp),dagger (15gp),rapier (30gp),magic longsword (32k),carlin (40gp),longsword (300gp),magic (8k),knife (5gp),combat knife (15gp),warlord (12k),serpent (300gp),throwing knife (5gp),100 throwing knife (500gp),poison dagger (170gp),katana (50gp),scimitar (200gp),apocalipsis (1,7p),pharaoph (1,8gp),bone (150gp),djinn blade (1,6k),heavy machete (300gp) i cleaver (15gp).')


elseif msgcontains(msg, 'dragon lance') then
sell(cid,2414,1,10000)
elseif msgcontains(msg, 'obisdian lance') then
sell(cid,2414,1,8000)
elseif msgcontains(msg, 'fire axe') then
sell(cid,2432,1,10000)

elseif msgcontains(msg, 'knight axe') then
sell(cid,2430,1,2000)

elseif msgcontains(msg, 'double axe') then
sell(cid,2387,1,200)

elseif msgcontains(msg, 'halberd') then
sell(cid,2381,1,200)

elseif msgcontains(msg, 'battle axe') then
sell(cid,2378,1,100)
elseif msgcontains(msg, 'hatchet') then
sell(cid,2388,1,20)
elseif msgcontains(msg, 'hand axe') then
sell(cid,2380,1,20)
elseif msgcontains(msg, 'axe') then
sell(cid,2386,1,20)
elseif msgcontains(msg, 'great axe') then
sell(cid,2315,1,5000)
elseif msgcontains(msg, 'orcish axe') then
sell(cid,2328,1,30)
elseif msgcontains(msg, 'barbarian axe') then
sell(cid,2429,1,1000)
elseif msgcontains(msg, 'stonecutter axe') or msgcontains(msg, 'sca') then
sell(cid,2431,1,20000)
elseif msgcontains(msg, 'dwarfish axe') then
sell(cid,2435,1,3000)
elseif msgcontains(msg, 'darmanian axe') then
sell(cid,2440,1,10000)
elseif msgcontains(msg, 'small axe') then
sell(cid,2441,1,25)
elseif msgcontains(msg, 'twin axe') then
sell(cid,2447,1,15000)
elseif msgcontains(msg, 'war axe') then
sell(cid,2454,1,5000)
elseif msgcontains(msg, 'hatchet lizard') then
sell(cid,3962,1,2500)

elseif msgcontains(msg, 'topory') then
selfSay('Kupuje fire (10k),knight (2k),double (200gp),battle (100gp),dragon lance (10k),halberd (200gp),hatchet (20gp),hand (20gp),axe (20gp),great (5k),orcish (30gp),barbarian (1k),sca (20k),dwarfish (3k),daramanian (10k),small (25gp),twin (15k),war (5k),hatchet lizard (2,5k) i obisidan lance (8k).')




elseif msgcontains(msg, 'war hammer') then
sell(cid,2391,1,4000)

elseif msgcontains(msg, 'skull staff') then
sell(cid,2436,1,4000)
elseif msgcontains(msg, 'dragon hammer') then
sell(cid,2434,1,2000)
elseif msgcontains(msg, 'clerical mace') then
sell(cid,2423,1,200)
elseif msgcontains(msg, 'battle hammer') then
sell(cid,2417,1,60)
elseif msgcontains(msg, 'mace') then
sell(cid,2398,1,30)
elseif msgcontains(msg, 'thunder hammer') then
sell(cid,2421,1,6000)
elseif msgcontains(msg, 'iron hammer') then
sell(cid,2422,1,4500)
elseif msgcontains(msg, 'silver mace') then
sell(cid,2424,1,8000)
elseif msgcontains(msg, 'daramanian mace') then
sell(cid,2439,1,5000)
elseif msgcontains(msg, 'crystal mace') then
sell(cid,2445,1,5000)
elseif msgcontains(msg, 'studded club') then
sell(cid,2448,1,20)
elseif msgcontains(msg, 'bone club') then
sell(cid,2449,1,25)
elseif msgcontains(msg, 'unkown mace') then
sell(cid,2452,1,10000)
elseif msgcontains(msg, 'liche staff') then
sell(cid,3961,1,8000)
elseif msgcontains(msg, 'banana staff') then
sell(cid,3966,1,4000)
elseif msgcontains(msg, 'morning star') then
sell(cid,2394,1,250)
elseif msgcontains(msg, 'staff') then
sell(cid,2401,1,125)


elseif msgcontains(msg, 'cluby') then
selfSay('Kupuje war (4k),dragon (2k),battle,(60gp),skull staff (4k),clerical mace (200gp),thunder (6k),silver mace (8k),daramanian mace (5k),crystal mace (5k),studded (20gp),bone (25gp),unkown mace (10k),liche staff (8k),banana staff (4k),iron hammer (4,5k),morning star (250gp) i staff (125gp).')



elseif msgcontains(msg, 'platinum amulet') then
sell(cid,2171,1,2000)

elseif msgcontains(msg, 'scarf') then
sell(cid,2661,1,50)
elseif msgcontains(msg, 'strange talizman') then
sell(cid,2161,1,20)
elseif msgcontains(msg, 'silver amulet') then
sell(cid,2170,1,1500)
elseif msgcontains(msg, 'bronze amulet') then
sell(cid,2172,1,1000)
elseif msgcontains(msg, 'amulet of loss') or msgcontains(msg, 'aol') then
sell(cid,2173,1,200)
elseif msgcontains(msg, 'strange symbol') or msgcontains(msg, 'strange symbol.') then
sell(cid,2174,1,30)
elseif msgcontains(msg, 'broken amulet') then
sell(cid,2196,1,150)
elseif msgcontains(msg, 'stone skin amulet') then
sell(cid,2197,1,1500)
elseif msgcontains(msg, 'elven amulet') then
sell(cid,2198,1,700)
elseif msgcontains(msg, 'protection amulet') then
sell(cid,2200,1,600)
elseif msgcontains(msg, 'golden amulet') then
sell(cid,2130,1,2500)
elseif msgcontains(msg, 'star amulet') then
sell(cid,2131,1,1500)
elseif msgcontains(msg, 'scarab amulet') then
sell(cid,2135,1,1000)
elseif msgcontains(msg, 'plate amulet') then
sell(cid,2136,1,300)
elseif msgcontains(msg, 'egipcian amulet') then
sell(cid,2139,1,700)
elseif msgcontains(msg, 'eagle amulet') then
sell(cid,2141,1,600)
elseif msgcontains(msg, 'ancient amulet') then
sell(cid,2142,1,800)

elseif msgcontains(msg, 'amulety') then
selfSay('Kupuje platinum amulet (2k),scarfs (50gp),strange talizman (20gp),silver (1,5k),bronze (1k),aol (200gp),strange symbol (30gp),broken (150gp),stone skin (200gp),elven (700gp),protection (600gp),golden (2,5k),star (1,5k),scarab (1k),plate (300gp),egipcian (700gp),eagle (600gp) i ancient amulet (800gp).')

elseif string.find(msg, '(%a*)zegnaj(%a*)') and getDistanceToCreature(cid) < 4 then
selfSay('Zegnaj, ' .. creatureGetName(cid) .. '!')
focus = 0
talk_start = 0
end
end
end


function onCreatureChangeOutfit(creature)

end


function onThink()
if (os.clock() - talk_start) > 15 then
if focus > 0 then
selfSay('Juz wiecej od ciebie nie kupie gnoju!')
end
focus = 0
end
if focus ~= 0 then
if getDistanceToCreature(focus) > 4 then
selfSay('Spadaj noobie.')
focus = 0
end
end
end

KONIEC

Jeszcze NPC kt?ry b?dzie te itemki kupowa?:

<?xml version="1.0"?>
<npc name="Mad" script="data/npc/scripts/loot.lua" access="3">
<look type="134" head="87" body="81" legs="87" feet="81"/>
</npc>

I to by by?o na tyle!
W razie problem?w prosz? o wiadomo?? lub post!
Je?li skorzysta?e? z tego skryptu, i przyda? ci si?,Daj Reputa!;)
 
Odp: NPC Mad+Buy Full Items

Fajny npc... 8/10
Cz?owieku stosuj

Kod:
Code


Bo trudno odr??ni? skrypt od tekstu...




PoZdro
 
Odp: NPC Mad+Buy Full Items

Super Skrypt Polecam
 
Odp: NPC Mad+Buy Full Items

Widz? ?e si? troch? napracowa?e?, nawet to fajnie rozdzieli?e? ?eby u?atwi? nam "?ycie"... Wa?ne jest jednak, aby? stosowa? "Code" i m?g?by? poprosi? jakiego? moda o sklejenie.

Pozdrawiam,
Sassin
 
Odp: NPC Mad+Buy Full Items

Dzi?ki Ci za npc szuka?em u wujka google ale nie znalaz?em. Wchodz? na tibia.net.pl i widz? gotowy kodzik. ocena 10/10:)
 
Status
Zamknięty.
Back
Do góry