• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Latest inititem

Helper for everyone
[VIP] Member
Joined
Oct 30, 2010
Messages
1,181
Reaction score
228
Hello,

Looking for latest int inititem serverside,not client! :) thx
Want to work on it ;)
 
Junior Spellweaver
Joined
Jan 2, 2008
Messages
159
Reaction score
169
hm? what's the difference ? xD

Since the released Mainsrv. is from 2003 it does not read the new phrases of the actual inititem inside the config.pk of int.
This means those phrases like (mark 3), (monsterspawn) etc. need to be removed to make the inititem work serverside as well.

I had to do it as well last week. It is not that difficult to do, so you should just sit down 1 hour and do it yourself, then you can be sure that it includes everything u want.

Cheers,
DreameR
 
Upvote 0
Joined
Oct 10, 2012
Messages
798
Reaction score
292
Since the released Mainsrv. is from 2003 it does not read the new phrases of the actual inititem inside the config.pk of int.
This means those phrases like (mark 3), (monsterspawn) etc. need to be removed to make the inititem work serverside as well.

I had to do it as well last week. It is not that difficult to do, so you should just sit down 1 hour and do it yourself, then you can be sure that it includes everything u want.

Cheers,
DreameR

there is a program which selecting all of the one word you looking for , which you can easily delete , rename or what ever you want :)
 
Upvote 0
Junior Spellweaver
Joined
Jan 2, 2008
Messages
159
Reaction score
169
there is a program which selecting all of the one word you looking for , which you can easily delete , rename or what ever you want :)

That program wont be smart enough to filter out all different phrases at once. so basically if 1 number in that phrase aint the same like before, it wont track it.
Example:

Line 1: (MonsterSpawn (225 1 256))
Line 2: (MonsterSpawn (225 1 257))

This would mean if you look for lines with "(MonsterSpawn (225 1 256))" it would not show you or replace line 2.
Ofc you could filter out all items which have "(MonsterSpawn" inside of it at all. But this way you might end in problems if you actually want to keep the items, but just remove the phrase which annoys the Mainsrv.

I Also correct something I said before. As I heard by Skipy, the MainSrv. is actually from 2006, not 2003.

Cheers,
DreameR
 
Upvote 0
Back
Top