Register for your free account! | Forgot your password?

You last visited: Today at 00:29

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

Advertisement



How to change mob level

Discussion on How to change mob level within the SRO Private Server forum part of the Silkroad Online category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Mar 2015
Posts: 175
Received Thanks: 16
How to change mob level

How to change mob level in media.Pk2 ?
Duty* is offline  
Old 03/28/2015, 20:29   #2

 
elite*gold: 77
Join Date: Jan 2015
Posts: 1,314
Received Thanks: 856
characterdata_xxxxx
Aaron* is offline  
Old 03/29/2015, 00:17   #3
 
blapanda's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 1,860
Received Thanks: 757
Quote:
Originally Posted by Leonius* View Post
characterdata_xxxxx
And that is it? No kind of "you have to be careful where you change what exactly" and such?

I suggest you using "_GetMediaLine" procedure (google for it), insert your changed level from your mob on the database, copy the given characterdata line(s) - insert it to the respective txt file on your media.pk2.
blapanda is offline  
Old 03/29/2015, 01:51   #4
 
Eslam Galull's Avatar
 
elite*gold: 85
Join Date: Aug 2010
Posts: 1,278
Received Thanks: 521
To Change mob Level

1. Get mob CodeName128 From Media (textdata_object.txt) search with mob name
2. use this query

Quote:
Declare @MOBCODE VARCHAR(max)
SET @MOBCODE = 'MOB_CH_TIGERWOMAN'

Update _RefObjChar
Set lvl = '110' where ID IN ( Select Link From _RefObjCommon Where CodeName128 like @MOBCODE)
Select Link From _RefObjCommon Where CodeName128 like @MOBCODE
its a noob one but its okai

mob id will appear to you take it & search in txts Characterdataxxx.txt and Change lvl To your new lvl like that

pet2\pet_kingkong_a_saddle.bsr *** pet2\item\item_pet2_scroll_pro_silverback_a.ddj *** *** 110
Eslam Galull is offline  
Old 03/29/2015, 01:56   #5
 
elite*gold: 41
Join Date: Oct 2012
Posts: 2,216
Received Thanks: 1,195
Quote:
Originally Posted by its.soul View Post
To Change mob Level

1. Get mob CodeName128 From Media (textdata_object.txt) search with mob name
2. use this query


its a noob one but its okai

mob id will appear to you take it & search in txts Characterdataxxx.txt and Change lvl To your new lvl like that

pet2\pet_kingkong_a_saddle.bsr *** pet2\item\item_pet2_scroll_pro_silverback_a.ddj *** *** 110
you can simply do it like that w/o any declare

update _refobjchar set lvl = *** where id in (select link from _refobjcommon where codename128 like 'acting like a pro')
Crue* is offline  
Thanks
1 User
Old 03/29/2015, 03:08   #6
 
Eslam Galull's Avatar
 
elite*gold: 85
Join Date: Aug 2010
Posts: 1,278
Received Thanks: 521
Quote:
Originally Posted by Crue* View Post
you can simply do it like that w/o any declare

update _refobjchar set lvl = *** where id in (select link from _refobjcommon where codename128 like 'acting like a pro')
shutup kiddyy
Eslam Galull is offline  
Old 03/29/2015, 03:31   #7
 
elite*gold: 41
Join Date: Oct 2012
Posts: 2,216
Received Thanks: 1,195
Quote:
Originally Posted by its.soul View Post
shutup kiddyy
don't acting like a pro and you don't know anyshit isn't enough for you, you don't know how to change fb page link from your index
Crue* is offline  
Old 03/29/2015, 05:49   #8
 
blapanda's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 1,860
Received Thanks: 757
BITX FAAAAHIIIIGHT!
LETS RUMBLE!

Stay on topic.
blapanda is offline  
Old 03/29/2015, 11:33   #9

 
elite*gold: 77
Join Date: Jan 2015
Posts: 1,314
Received Thanks: 856
Quote:
Originally Posted by blapanda View Post
And that is it? No kind of "you have to be careful where you change what exactly" and such?

I suggest you using "_GetMediaLine" procedure (google for it), insert your changed level from your mob on the database, copy the given characterdata line(s) - insert it to the respective txt file on your media.pk2.
Quote:
Originally Posted by its.soul View Post
To Change mob Level

1. Get mob CodeName128 From Media (textdata_object.txt) search with mob name
2. use this query


its a noob one but its okai

mob id will appear to you take it & search in txts Characterdataxxx.txt and Change lvl To your new lvl like that

pet2\pet_kingkong_a_saddle.bsr xxx pet2\item\item_pet2_scroll_pro_silverback_a.ddj xxx xxx 110
He said : in media.pk2 only he didn't mention db and if he read the whole line everything will be simple and easy to understand if brain.exe exists, if it does not exists then he will never change it
Aaron* is offline  
Old 03/30/2015, 08:13   #10
 
Eslam Galull's Avatar
 
elite*gold: 85
Join Date: Aug 2010
Posts: 1,278
Received Thanks: 521
Quote:
Originally Posted by Crue* View Post
don't acting like a pro and you don't know anyshit isn't enough for you, you don't know how to change fb page link from your index

wow now im Interesting !! what is your "index" exactly ?!
Eslam Galull is offline  
Old 03/30/2015, 10:06   #11
 
elite*gold: 375
Join Date: Mar 2015
Posts: 75
Received Thanks: 26
use xFire_MobEditor, lol
*--* is offline  
Old 03/30/2015, 12:39   #12
 
elite*gold: 0
Join Date: Mar 2015
Posts: 175
Received Thanks: 16
Unhappy

Quote:
Originally Posted by *--* View Post
use xFire_MobEditor, lol
Yeah But what about media.Pk2 -_-
i cant find characterdata_xxxxx :3
Duty* is offline  
Old 03/30/2015, 21:27   #13

 
elite*gold: 77
Join Date: Jan 2015
Posts: 1,314
Received Thanks: 856
Quote:
Originally Posted by Duty* View Post
Yeah But what about media.Pk2 -_-
i cant find characterdata_xxxxx :3
characterdata_xxxxx, xxxxx = number, 45000 for example.
Aaron* is offline  
Old 03/31/2015, 00:36   #14
 
elite*gold: 41
Join Date: Oct 2012
Posts: 2,216
Received Thanks: 1,195
Quote:
Originally Posted by Duty* View Post
Yeah But what about media.Pk2 -_-
i cant find characterdata_xxxxx :3
wtf ?
Crue* is offline  
Old 03/31/2015, 11:27   #15
 
elite*gold: 0
Join Date: Mar 2015
Posts: 175
Received Thanks: 16
Angry

Quote:
Originally Posted by Crue* View Post
wtf ?
OMG ? -_-
Duty* is offline  
Reply


Similar Threads Similar Threads
Change level
01/17/2015 - Shaiya PServer Development - 1 Replies
how can i change the level cap of the ep 6 PS Game exe without HP bug?
How can I change the level of death under level 15?
03/27/2013 - Metin2 Private Server - 0 Replies
Hello everyone, I'm looking for help, to find a way to change the level of death when a character below level 15 is in your own city. I have a private server and I need to make this change. I appreciate all kind of help. Thanks for all. Regards. :mofo:
[Release] how to Change Level Up exp to next Level
07/31/2012 - SRO PServer Guides & Releases - 7 Replies
hello guys again you can change Level up exp easy like 251334 from lv 24 to lv 25 you can change it like that Go To SRO_VT_SHARD go to table _RefLevel
Change Max Level
08/09/2011 - Rappelz - 9 Replies
Hello, I know how to change the max level I wrote in Gameserver.opt "T game.max_level:170" but when i usel #learn_all_skill I get to level 300 -.- Where is the failure? and yes i Compressed the Gameserver.opt
[Request] Edit the Highest Level & Change the Item Level
10/23/2010 - CO2 Private Server - 2 Replies
Hello Together , I have a question, how can i change the Highest level Like from 137 to 150. And the Second question how an i change the level of a Item like from 132 to 135 and from 137 to 140 =) I hope u understand my bad English*



All times are GMT +2. The time now is 00:29.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

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