Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to Enable Mercenary From Guild NPC

Experienced Elementalist
Joined
Jul 1, 2012
Messages
215
Reaction score
83
PHP:
USE [SRO_VT_SHARD]
UPDATE _RefObjCommon SET
[TypeID1]= 3,
[TypeID2]= 2,
[TypeID3]= 1,
[TypeID4]= 1,
ReqLevelType1 = 1,
ReqLevel1 = 0,
AssocFile1_128 = 'xxx'
WHERE ID Between 9280 and 9285
UPDATE _RefObjItem SET Desc1_128 = 'COS_GUILD_CH_SOLDIER1_120' WHERE ID = 5753
UPDATE _RefObjItem SET Desc1_128 = 'COS_GUILD_CH_SOLDIER2_120' WHERE ID = 5754
UPDATE _RefObjItem SET Desc1_128 = 'COS_GUILD_CH_SOLDIER3_120' WHERE ID = 5755
UPDATE _RefObjItem SET Desc1_128 = 'COS_GUILD_CH_SOLDIER4_120' WHERE ID = 5756
UPDATE _RefObjItem SET Desc1_128 = 'COS_GUILD_CH_SOLDIER5_120' WHERE ID = 5757
UPDATE _RefObjItem SET Desc1_128 = 'COS_GUILD_CH_SOLDIER6_120' WHERE ID = 5758
EXEC _GetMediaLines,2,'%ITEM_GUILD%SOLDIER%'
 
Initiate Mage
Joined
Mar 23, 2013
Messages
1
Reaction score
0
thanks, they summon
but they don't attack.

i think there is something wrong in ObjChar params :)

do you have a solution ? i am to lazy to find one :p
 
kaju
Joined
Nov 8, 2011
Messages
833
Reaction score
96
they work fine but problem is... player can buze on CTF/BA ... and need to find a solution for this...
 
Back
Top