• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

How to enter in a guild with a NPC?

mikeware

New Member
Joined
Jul 17, 2007
Messages
338
Reaction score
0
Location
Brazil
hey,

im trying to make a npc that join you to a guild but it seems not working, heres the error:
attempt to call global 'doPlayerSetGuildId' (a nil value)

here's what im trying:
Code:
guild1 = getGuildId(GUILD1)
doPlayerSetGuildId(cid, guild1)
doPlayerSetGuildRank(cid,1)

obs: obviously have the other part of the script but its all right

i guess im using this doPlayerSetGuildId wrong...

any sugestions or tips? thanks
 
I have problems with the guildsystem my server crashes when I type "!createguild" :S..

Can someone post an aac that works with a guild system?

/thanks
 
Back
Top