Ardrich Posted December 27, 2014 Share Posted December 27, 2014 Can anybody help me with this? - shop Armor::shop -1,2306:100000,2315:1000000,2310:50000,2302:5000,2320:1000000,2317:1000000,2319:1000000,2354:1000000,2373:1000000,2304:10000,2342:1000000,2318:1000000,2372:1000000,2308:1000000,2311:1000000,2359:1000000,2353:1000000,2313:1000000,2371:10000,2360:1000000,2326:1000000,2324:1000000,2322:500000,2333:500000,2336:1000000,2331:1000000,2338:1000000,2329:50000 turbo_room,75,140,4 script Armor 752,{ callshop "Armor::shop",0; end; OnInit: waitingroom "Sale!",0; end; } Everytime i click the npc its show error in my server. Here's the error [Error]: buildin_callshop: Shop [Armor::shop] not found (or NPC is not shop type) Quote Link to comment Share on other sites More sharing options...
iraciz Posted December 27, 2014 Share Posted December 27, 2014 (edited) BE SURE TO DELETE BOTH COLONS ":" those are used in script language for other purposes such as separating references and stuff. shop Armorshopcallshop "Armorshop",0; end; Edited December 27, 2014 by iraciz 1 Quote Link to comment Share on other sites More sharing options...
Emistry Posted December 29, 2014 Share Posted December 29, 2014 anything after the "::" in a npc name will become the main npc name. in your case, the npc name should be shop callshop "shop"; 1 Quote Link to comment Share on other sites More sharing options...
Can anybody help me with this?
- shop Armor::shop -1,2306:100000,2315:1000000,2310:50000,2302:5000,2320:1000000,2317:1000000,2319:1000000,2354:1000000,2373:1000000,2304:10000,2342:1000000,2318:1000000,2372:1000000,2308:1000000,2311:1000000,2359:1000000,2353:1000000,2313:1000000,2371:10000,2360:1000000,2326:1000000,2324:1000000,2322:500000,2333:500000,2336:1000000,2331:1000000,2338:1000000,2329:50000 turbo_room,75,140,4 script Armor 752,{ callshop "Armor::shop",0; end; OnInit: waitingroom "Sale!",0; end; }Everytime i click the npc its show error in my server.
Here's the error
[Error]: buildin_callshop: Shop [Armor::shop] not found (or NPC is not shop type)
Link to comment
Share on other sites