• 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!

Lua [Easy] Clone with Guild System

russogracie

New Member
Joined
Sep 9, 2010
Messages
205
Reaction score
2
Could someone explain me how to clone with the Guild System In-Game? The process line?

Is it necessary to test if I can correct the error by sources but do not know how to clone, to actually see if I corrected.
 
Delete in talactions--

<!-- Guilds -->
<talkaction words="!createguild" event="function" value="guildCreate"/>
<talkaction words="!joinguild" event="function" value="guildJoin"/>

and confic.lua ingameguild manger--> false.

and fixed.
 
Could someone explain me how to clone with the Guild System In-Game? The process line?

Is it necessary to test if I can correct the error by sources but do not know how to clone, to actually see if I corrected.

We'll not say how to do that.
The fix, like Elexonic said, its only you delete guild commands in talkactions and put false in config.lua.
you should use Guild on WebSite.
;)
 
We'll not say how to do that.
The fix, like Elexonic said, its only you delete guild commands in talkactions and put false in config.lua.
you should use Guild on WebSite.
;)

there should be other ways to fix it.
I think the bug is like this:
A player makes a guild
Throws any item to the ground
Disbands the guild
and logout
then login and bum!
someone correct me if I'm wrong.
 
Back
Top