Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Development] Community Edition Season6 Episode3 z-Team

Junior Spellweaver
Joined
Sep 5, 2012
Messages
148
Reaction score
2
lucky items /hegatons are tradable and can store on this files? :D
 
Joined
Sep 4, 2007
Messages
883
Reaction score
110
RacRac - [Development] Community Edition Season6 Episode3 z-Team - RaGEZONE Forums




please HELP


FixeD++
 
Last edited:
Newbie Spellweaver
Joined
Sep 28, 2014
Messages
9
Reaction score
0
Hello, why custom items that drop can be put into effect? In addition to think through the custom control set who can help me, thank you!!
 
Banned
Banned
Joined
Sep 1, 2004
Messages
43
Reaction score
1
Some angel could fix it, or know what causes it?

 
Joined
Sep 4, 2007
Messages
883
Reaction score
110
Mee too Please help! And how chanche in main ip?
Помогите ктото как в майне ип поменять ?

1. Open Server>Tools>Encoder

2. Open Common.txt

3. Edit your IP , save file

4. Drag the file Common.txt to Econder.exe

5. Copy Common.z to Client>data>custom
6. Delete .txt ​in common.txt file
 
Banned
Banned
Joined
Sep 1, 2004
Messages
43
Reaction score
1
i just rewrited User::DrawSome() function and hooked it like DrawPartyHp, like this: SetOp((LPVOID)0x005B96E8, (LPVOID)this->DrawSome, ASM::CALL);

and for now it looks like this:

Could you help please, on what u rewrote to get the life bar in all viewing mobs? =/
I get it working only on targeting ones.
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Nov 26, 2013
Messages
270
Reaction score
90
Could you help please, on what u rewrote to get the life bar in all viewing mobs? =/
I get it working only on targeting ones.

make it like this:

Code:
void User::DrawSome()
{
blabla..
for( int PartySlot = 0; PartySlot < 75; PartySlot++ )
	{
             you'r lifebar function..
        }
}



:p:
всёравно хреновый репак,багов дофига

Тебе даны исходники - бери и исправляй. Часть фиксов тут понемногу постят, остальное (если позволяют навыки программирования) правь сам или с кем-то.
 
Joined
Sep 4, 2007
Messages
883
Reaction score
110
how aktivate Rage Fighter ?
wichout Card

sorry for bad english

как разблокировать Rage Fighter ,сделать без использования карты?
 
Newbie Spellweaver
Joined
Oct 20, 2014
Messages
24
Reaction score
2
Hey, anyone ever had this problem?
 
Initiate Mage
Joined
Nov 25, 2014
Messages
1
Reaction score
0
Need a Programm to change Text! Help

Thanks a lot!

Use zFileManager.



And edit 'Client -> Configuration -> ServerList.bmd' which located in '\Data\Local\ServerList.bmd'.
 
Last edited:
Back
Top