Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Private Server > SRO PServer Guides & Releases
You last visited: Today at 14:36

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release] Mercenries scrolls ( main Fix method )

Discussion on [Release] Mercenries scrolls ( main Fix method ) within the SRO PServer Guides & Releases forum part of the SRO Private Server category.

Reply
 
Old   #1
 
ahmed4ever2u's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1,515
Received Thanks: 891
[Release] Mercenries scrolls ( main Fix method )

so today i'm going to share it ( its epic solution :-p )


reobjcommon
Code:
1	42043	ITEM_COS_GUILD_CH_SOLDIER5_105_1	?? ?? ?? ???	***	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	***	item\etc\drop_scroll.bsr	cos\guild_ch_soldier5_scroll.ddj	***	***	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	***	-1	***	-1	***	-1	***	-1	***	-1	***	-1	***	-1	***	-1	***	-1	***	-1	***	-1	***	-1	***	-1	***	-1	***	-1	***	-1	***	-1	***	-1	***	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
ahmed4ever2u is offline  
Thanks
6 Users
Old 06/16/2012, 14:03   #2
 
Kape7's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 3,210
Received Thanks: 6,301
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
Kape7 is offline  
Old 06/16/2012, 14:11   #3
 
ahmed4ever2u's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1,515
Received Thanks: 891
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

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 after death
ahmed4ever2u is offline  
Old 06/16/2012, 15:03   #4
 
Kape7's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 3,210
Received Thanks: 6,301
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

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 after death
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.
Kape7 is offline  
Old 06/16/2012, 15:25   #5
 
ahmed4ever2u's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1,515
Received Thanks: 891
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' )
ahmed4ever2u is offline  
Old 06/19/2012, 05:39   #6
 
elite*gold: 0
Join Date: May 2012
Posts: 190
Received Thanks: 66
great jop dude
ღ•Imagine• is offline  
Old 02/11/2014, 20:00   #7
 
elite*gold: 0
Join Date: Nov 2009
Posts: 3
Received Thanks: 0
ahmet pm me pls
canku is offline  
Old 02/11/2014, 20:14   #8

 
KingDollar's Avatar
 
elite*gold: 1117
Join Date: Dec 2013
Posts: 858
Received Thanks: 806
good job
KingDollar is offline  
Old 02/12/2014, 12:20   #9
 
elite*gold: 51
Join Date: Sep 2013
Posts: 358
Received Thanks: 158
great Job ahmed
blackway33 is offline  
Old 02/12/2014, 12:56   #10
 
elite*gold: 0
Join Date: Mar 2009
Posts: 2,748
Received Thanks: 2,010
are you guys retarded?

Nezekan is offline  
Thanks
3 Users
Reply


Similar Threads Similar Threads
WTT 3 Scrolls on Evengarda +450M for Items or scrolls or gold on archon
09/02/2011 - Archlord Trading - 2 Replies
Hey i Sell 3 Scrolls and 450M Gold On Evengarda for scrolls or items or gold on archon pm me pls greetz Porno
WTT my 3 marvel scrolls on cyr+eve for 2 scrolls +500wc on Brum+Gaia (Im lv 91)
11/12/2010 - Archlord Trading - 9 Replies
In german: Hallo, Wie der Titel bereits sagt suche ich einen Spieler der mir dabei hilft meine Marvel Scrolls von nach zu tauschen. Für den Aufwand bekommt ihr
Release New Method of Wallhack Bypasser by sQuare02 [No Need ISO Method]
08/05/2010 - Soldier Front Philippines - 5 Replies
100% Working sa Window XP Wallhack pero FREE.. Nakuha ko lng to sa ka shop ko at eto yung gamit nya na wall... and it's 100% working in PSF... Ito ang ginagamit nmin ngayon sa cafe.. Eto nga pala yng Download Link.. sQuare02 Wallhack Bypasser.rar sQuare02 Wallhack Bypasser.rar sQuare02 Wallhack Bypasser.rar Eto rin yng Proof..



All times are GMT +1. The time now is 14:37.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.