NewestCoServer Command Tokens

06/28/2013 14:19 Ciarda#1
Hello I am currently putting in moonbox quest but I dont know how to add the GuardianGod and the Ghost npcs that tell you what token is which and if you have that token you can leave. I have done Calmed tactic because when I type "/item CommandToken 1" it creates a calmed token, Does anyone know how I can make the other tokens too? :pimp:

EDIT - I know how to add the npcs just dont know how to find out which npc is what for each tactic because I cant create each token
06/28/2013 15:28 2slam#2
If client.inventory contains (token)

"you have the token"

else
"i will not tell you any secret about this tactic"
06/28/2013 15:32 Ciarda#3
Quote:
Originally Posted by 2slam View Post
If client.inventory contains (token)

"you have the token"

else
"i will not tell you any secret about this tactic"
I have the dialog etc all working I just need to know how to generate each token on my GM account so when I talk to the npc it will tell me what tactic they are. /item CommandToken 1 creates me a calmed token so I kept adding npcs in till I had the right ones for that token and that is how I completed Calmed tactic but I cant make any of the other tokens /item CommandToken 2 makes Calmed token too same as 3,4,5 etc Please help ;)
06/28/2013 16:51 abdoumatrix#4
use itemid
06/28/2013 20:14 Ciarda#5
How do I spawn an item with itemid /item "id"? That didnt work I have no idea how too. :D
06/28/2013 21:17 2slam#6
In ur cheat.cs or whatever handle ur command change the item id to what u want
06/28/2013 22:36 pro4never#7
And people complained that in all my sources my item commands were based around ID's...

This is why ;)

Spawning items by name is a poor practice for anything besides gear. Most other things get messy pretty quickly if you don't use their actual static id.
06/29/2013 03:51 Ciarda#8
Lol thanks for the help :)

Gave you all a thanks just cus I can