Ardrich Posted December 27, 2014 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 26 Reputation: 0 Joined: 01/19/13 Last Seen: June 1, 2024 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 Group: Members Topic Count: 140 Topics Per Day: 0.03 Content Count: 562 Reputation: 111 Joined: 10/05/12 Last Seen: February 12, 2024 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 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM 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...
Question
Ardrich
Can anybody help me with this?
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
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.