nirwannirwan Posted February 27, 2015 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 03/25/14 Last Seen: February 14 Share Posted February 27, 2015 I want to create a usable item that can use the NPC script, and it's unlimited usable itemsThe NPC is an example can sell items and can also teleport sorry for my bad english example picture in attach file Quote Link to comment Share on other sites More sharing options...
Stolao Posted February 27, 2015 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Sunday at 01:58 PM Share Posted February 27, 2015 (edited) an example Item_db.txt 512,Apple,Apple,11,15,,20,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "Cell-Phone"; },{},{} npc function script Cell-Phone { message strcharinfo(0),"[Cell-Phone]: What would you like?"; swithc(select("Warp:Call Pawn Shop")){ case 2: close2; callshop "Tool Dealer#alb",<option>; //callshop "<name>",<option>; //The options are: // 0 = The normal window (buy, sell and cancel) // 1 = The buy window // 2 = The sell window break; case 1: warp "Random",0,0; break; } end; } Edited February 27, 2015 by Stolao 1 Quote Link to comment Share on other sites More sharing options...
nirwannirwan Posted February 28, 2015 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 03/25/14 Last Seen: February 14 Author Share Posted February 28, 2015 (edited) an example Item_db.txt 512,Apple,Apple,11,15,,20,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "Cell-Phone"; },{},{} npc function script Cell-Phone { message strcharinfo(0),"[Cell-Phone]: What would you like?"; swithc(select("Warp:Call Pawn Shop")){ case 2: close2; callshop "Tool Dealer#alb",<option>; //callshop "<name>",<option>; //The options are: // 0 = The normal window (buy, sell and cancel) // 1 = The buy window // 2 = The sell window break; case 1: warp "Random",0,0; break; } end; } I've saved npc script on the server, i try to click the item but it does not work. I keep in npc/prime/kota/Cell-Phone.txt bump Edited February 27, 2015 by nirwannirwan Quote Link to comment Share on other sites More sharing options...
Question
nirwannirwan
I want to create a usable item that can use the NPC script, and it's unlimited usable items
The NPC is an example can sell items and can also teleport
sorry for my bad english
example picture in attach file
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.