A NPC that put you inside a guild

SyncMaster

New member
Messages
63
Points
0
I need an NPC that put you inside a guild. :/ I already try to make an NPC using SQL but it's not working.

 
I think it'd be better to do this by creating a custom script command via source. Any changes you try to perform via SQL would need guild information to be reloaded, which means server reboot in most cases.

 
I think it'd be better to do this by creating a custom script command via source. Any changes you try to perform via SQL would need guild information to be reloaded, which means server reboot in most cases.
I'm not good at source. Do you know if there is something like that already done? Doesn't matter the way the NPC will give the guild, but i'm trying to found the more simple possible.

 
you dont have to give them Access to the commands, but you can use it inside the script via atcommand

 
The problem is that my knowleges about source are almost zero and I don't want to complicate my SQL :/. What I want is an NPC putting the character inside the guild without asking the guild leader or anyone.

 
Well, then you need a custom command. So your going to need to edit src code.

 
Back
Top