[Release] Mercenries scrolls ( main Fix method )

06/16/2012 13:19 ahmed4ever2u#1
so today i'm going to share it ( its epic solution :-p )


reobjcommon
Code:
1	42043	ITEM_COS_GUILD_CH_SOLDIER5_105_1	?? ?? ?? ???	xxx	SN_ITEM_COS_GUILD_CH_SOLDIER5_105_1	SN_ITEM_COS_GUILD_CH_SOLDIER5_105_1_TT_DESC	0	0	3	2	1	1	180000	3	0	1	1	1	223	0	1	0	0	1	0	100000	0	0	0	600	20000	1	0	-1	0	-1	0	-1	0	-1	0	0	0	0	0	0	0	100	0	0	0	xxx	item\etc\drop_scroll.bsr	cos\guild_ch_soldier5_scroll.ddj	xxx	xxx	1999
refobjitem
Code:
1999	1	2	0	0	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	20	COS_GUILD_CH_SOLDIER5_105	0	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	0	0	0
prov.

for noobs don't ask about how to add it ( most of you already knows how ) how ever i have been working on them long time ago and tried to make them controllable and i failed
so would be gr8 if some one knows how and share it
06/16/2012 14:03 Kape7#2
Well it is not really a "mercenary". You just made a wolf scroll that summons one of the mercenaries (the lv 105 to be exact). Its a nice try but still not really called a mercenary. Unless you limit the level everyone is able to summon it so it can be exploited. Also since it is based on wolf... you can level it up and res it when it dies? XD

EDIT: I just found that you copied it from Rage zone. Duh
06/16/2012 14:11 ahmed4ever2u#3
Quote:
Originally Posted by Synx7 View Post
Well it is not really a "mercenary". You just made a wolf scroll that summons one of the mercenaries (the lv 105 to be exact). Its a nice try but still not really called a mercenary. Unless you limit the level everyone is able to summon it so it can be exploited. Also since it is based on wolf... you can level it up and res it when it dies? XD

EDIT: I just found that you copied it from Rage zone. Duh
i haven't copied it from any one its my pure work and its already in my server and have just posted them in RZ
[Only registered and activated users can see links. Click Here To Register...]
and they work as the normal mercenary
also it won't get any exp's to level up or even resing them while death !
but you can resummon them again :D after death :D
06/16/2012 15:03 Kape7#4
Quote:
Originally Posted by ahmed4ever2u View Post
i haven't copied it from any one its my pure work and its already in my server and have just posted them in RZ
[Only registered and activated users can see links. Click Here To Register...]
and they work as the normal mercenary
also it won't get any exp's to level up or even resing them while death !
but you can resummon them again :D after death :D
I see... yeah, in the end you are using the original mercenary COS lines, the only thing that changes is the spawn scroll, so it could work well...

A solution for avoid the abuse of the re-spawning of the mercenarys could be add a delay on the use of the mercenary scrolls. It is easy to do.

Thanks for the release then, I didn't know you was egsro.
06/16/2012 15:25 ahmed4ever2u#5
Quote:
Originally Posted by Synx7 View Post
I see... yeah, in the end you are using the original mercenary COS lines, the only thing that changes is the spawn scroll, so it could work well...

A solution for avoid the abuse of the re-spawning of the mercenarys could be add a delay on the use of the mercenary scrolls. It is easy to do.

Thanks for the release then, I didn't know you was egsro.
you welcome i have also tried this but it do nothing :(
Code:
use SRO_VT_SHARD
update _RefObjCommon
set TypeID1= 3 ,
TypeID2= 2 ,
TypeID3= 1 , 
TypeID4= 1 
where CodeName128 like 'ITEM_ETC_GUILD_CH_SOLDIER4_SCROLL';
USE SRO_VT_SHARD 
--Usage:
--exec _ADD_ITEM_EXTERN 'CharName','ItemsCodeName',Count,OptLvl
declare @CharName varchar(64) 
 
set @CharName = 'Admin'
 
exec _ADD_ITEM_EXTERN @CharName,'ITEM_ETC_GUILD_CH_SOLDIER4_SCROLL',1,1

select * from _RefObjCommon where CodeName128 like 'ITEM_ETC_GUILD_CH_SOLDIER4_SCROLL';
select * from _RefObjItem where ID = ( select Link from _RefObjCommon where CodeName128 like 'ITEM_ETC_GUILD_CH_SOLDIER4_SCROLL' )
06/19/2012 05:39 ღ•Imagine•#6
great jop dude ;)
02/11/2014 20:00 canku#7
ahmet pm me pls
02/11/2014 20:14 KingDollar#8
good job
02/12/2014 12:20 blackway33#9
great Job ahmed
02/12/2014 12:56 Nezekan#10
are you guys retarded?

[Only registered and activated users can see links. Click Here To Register...]