• 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.

Guides

Skilled Illusionist
Joined
Feb 22, 2010
Messages
352
Reaction score
31
Hi guys, hope this helps you, tomorrow I'll update this with more things I find. Ofcourse there is more and more and more , but I won't post anything that everyone knows. :p:

Before you try to change anything, make a folder called "Backups" and put there the files you will edit! Do it if you want.

........................................................................

Change name color and pk setting; (This works for non-pk and pk server, atleast I tryed both and worked)

First go to you Resource folder and search for "PKSetting.inc", open it.

So, what we got?

GENERAL_COLOR = Default color is white (Normal color name)
READY_COLOR = When you attack anyone without killing him!
CHAO_COLOR = When you have killed anyone.
GENERAL_ATTACK_TIME =
READY_ATTACK_TIME = The time when you attack anyone without killing him is 8 seconds.
LIMITE LEVEL = You can't be killed or pk anyone below lvl 20

[Colors]:

FtwHoly - Guides - RaGEZONE Forums


(There are only some colors!)

.................................................................

[Removing eggs from dropping and food]

Go to you resource folder and open "propDropEvent.inc"(wordpad, notebook whatever you want), "propitem.txt"(Open this one with excel if you have it), "propitem.txt.txt" (wordpad or notebook whatever you want), something like that.

Go to propitem.txt.txt and press "Ctrl+F" write "Egg" and copy the text behing it. (It should look like the ingame name!)

[IDS_PROPITEM_TXT_008466] This is for eggs.

Now you should have the propitem.txt open, do "Ctrl+F" it may not work, so press "Find". and copy the egg text "IDS_PROPITEM_TXT_008466".[It's the second column] Behind it something this should appear "II_PET_EGG". So you are almost there! If you don't have the "propDropEvent.inc" open, do it now, and do once again "Ctrl+F" and paste "II_PET_EGG", you got it, now just delete the lines! Do same steps for food :)

.................................................................

[Rain and Snow event!]

Go to you Resource folder and open "Event.lua", scroll down...

In the end you should put this:

AddEvent( "Rain & Snow Event" )
--{
SetRainEvent( 10, "ºñ°¡¿À¸é °æÇèÄ¡°¡ 2¹è~!" )
SetSnowEvent( 10, "´«ÀÌ¿À¸é °æÇèÄ¡°¡ 2¹è~!" )
--}

10 This is the ammount of exp or drop you want.

[Event List]

SetExpFactor( fFactor )
SetItemDropRate( fFactor )
SetPieceItemDropRate( fFactor )
SetGoldDropFactor( fFactor )
SetAttackPower( nAttackPower )
SetDefensePower( nDefensePower )
SetCouponEvent( SEC(n) )
SetLevelUpGift( nLevel, "all", ItemId, nNum, byFlag )
SetCheerExpFactor( fFactor )
SetSpawn( TYPE, strId, nNum )
SetKeepConnectEvent( nTime, strItemId, nItemNum )
SetRainEvent( fExpFactor, strTitle )
SetSnowEvent( fExpFactor, strTitle )

.................................................................

Hi again guys, please let me know if something don't work or is wrong, I don't have my server here to test everything once again!

I'll update this tomorrow with more features:thumbup:

Going sleep. Night ;)

Please no wars! Once again no wars, if mods want to delete this with any valied reason no problem :thumbup::sleep:

[Fail english sorry]

Just other files.
oh, and the format for name colours:
0xAARRGGBB
AA= transparent? FF = highest value which means, no, you can't look trhu it.
RR= Red. 11-99 AA-FF 11=lowerst FF=highest.
GG= Green
BB= Blue

so, from the down to the top, it is
11,22,33,44,55,66,77,88,99,AA,BB,CC,DD,EE,FF

UPDATED:::::::::::::::

BY DENICHU


oh, and the format for name colours:
0xAARRGGBB
AA= transparent? FF = highest value which means, no, you can't look trhu it.
RR= Red. 11-99 AA-FF 11=lowerst FF=highest.
GG= Green
BB= Blue

so, from the down to the top, it is
11,22,33,44,55,66,77,88,99,AA,BB,CC,DD,EE,FF

propitem added:

Rms and knights may now wear shield, (acrobats too I guess, not sure)

DL LINK:

 
Last edited:
We are Maverick!
Loyal Member
Joined
Feb 27, 2009
Messages
2,915
Reaction score
1,000
For event list, do you know nMax? Me and Denichu were trying to remember what nMax does :p
 
Skilled Illusionist
Joined
Feb 22, 2010
Messages
352
Reaction score
31
Thanks, I'll put my server online, and make a guide on how to make guild siege more than one time a week!
 
Last edited:
Mythic Archon
Joined
Mar 26, 2009
Messages
713
Reaction score
123
Maybe a mod could merge this thread with mine, i got a guide similar to this.
http://forum.ragezone.com/f457/lets-take-look-official-files-updates-requests-666632/

Just other files.
oh, and the format for name colours:
0xAARRGGBB
AA= transparent? FF = highest value which means, no, you can't look trhu it.
RR= Red. 11-99 AA-FF 11=lowerst FF=highest.
GG= Green
BB= Blue

so, from the down to the top, it is
11,22,33,44,55,66,77,88,99,AA,BB,CC,DD,EE,FF

Could come in handy when ur mixing colors ;)
 
Last edited:
Skilled Illusionist
Joined
Feb 22, 2010
Messages
352
Reaction score
31
Thread updated with a custom "propitem".

Added some more info about colors (By denichu)
:thumbup1:

Any errors in the propitem just post :)

And yey for sig XD pwned :p
 
Newbie Spellweaver
Joined
Nov 9, 2010
Messages
12
Reaction score
1
[Removing eggs from dropping and food]


.................................................................

[Removing eggs from dropping and food]

Go to you resource folder and open "propDropEvent.inc"(wordpad, notebook whatever you want), "propitem.txt"(Open this one with excel if you have it), "propitem.txt.txt" (wordpad or notebook whatever you want), something like that.

Go to propitem.txt.txt and press "Ctrl+F" write "Egg" and copy the text behing it. (It should look like the ingame name!)

[IDS_PROPITEM_TXT_008466] This is for eggs.

Now you should have the propitem.txt open, do "Ctrl+F" it may not work, so press "Find". and copy the egg text "IDS_PROPITEM_TXT_008466".[It's the second column] Behind it something this should appear "II_PET_EGG". So you are almost there! If you don't have the "propDropEvent.inc" open, do it now, and do once again "Ctrl+F" and paste "II_PET_EGG", you got it, now just delete the lines! Do same steps for food :)

.................................................................


dude can i have some picture of this one, on how to do it? XD the step.XD tnx a lot :)
 
Initiate Mage
Joined
Mar 17, 2011
Messages
4
Reaction score
0
Is it possible , when rain start , it shows a message then , like "rain event has started"
 
Newbie Spellweaver
Joined
Jan 24, 2011
Messages
65
Reaction score
21
now you need to post how to make the skills work for the knight and other normally two handed classes. also you should post up that if they use that then the skills will not work.
 
Back
Top