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] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).

Newbie Spellweaver
Joined
Dec 28, 2013
Messages
57
Reaction score
8
Does anyone have the illusion fix the temple?
I'm looking for the source code, please have someone help us.
 
Newbie Spellweaver
Joined
Apr 13, 2016
Messages
10
Reaction score
0
I will hire a programmer to fix bugs Season 6 Episode 3, anyone can report all bugs .
 
Newbie Spellweaver
Joined
May 29, 2014
Messages
8
Reaction score
0
Can someone help me please I am with this bug in x401 season 4
put the full item in the chaos machine to add Option 380 pink it back noob
Does anyone know how to solve the problem, descupe my english?

IrukaSennin - [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8). - RaGEZONE Forums

IrukaSennin - [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8). - RaGEZONE Forums

IrukaSennin - [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8). - RaGEZONE Forums
 
(づ。◕‿‿◕。)
Loyal Member
Joined
Jun 23, 2014
Messages
1,853
Reaction score
423
it wont add the 380 option because it doesnt has that option, only venom, dragon knight, sunlight and the armors of that kind can have it

 
Newbie Spellweaver
Joined
May 29, 2014
Messages
8
Reaction score
0
it wont add the 380 option because it doesnt has that option, only venom, dragon knight, sunlight and the armors of that kind can have it

someone can tell me how to fix this bug pro item that does not have this option flag not be allowed to go in chaos machine
 
Newbie Spellweaver
Joined
Mar 29, 2013
Messages
9
Reaction score
0
hi guys, I have a question, I'm trying to get Exe items have a chance of dropping two exe options, eg + 5% Reflect + HP or any option random, try to understand the "ItemOptionRate.txt in section 4 and not I achievement dropeen with 2 options. someone has the "itemoptionrate.txt"?
 
Newbie Spellweaver
Joined
Aug 4, 2015
Messages
39
Reaction score
0
QWkW3t8 - [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8). - RaGEZONE Forums


Anyone have a guide on the index of this?
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Apr 13, 2016
Messages
10
Reaction score
0
Hi dears, i create this post to recopilate information for all develop to report bugs.
I will note one by one the bugs and if any have the solution, i will add the solution in the main post.
The contribution is needed for all to all. If you find any bug, is necesary report in this area to fix the problem. This forum has the best programmers and testers.

Season 4 Episode 2:
- Trade Zen BUG.
- No minimap BUG.
- No separate chat BUG.
- Lvl party BUG.
- /addcom won't work (fix, change data\Message.txt (num 38) /addcom to /addcmd)
- Problem ip setting (no always, only main emu - source)
- OffAttack or Custom Attack Bug (Reconnect Server)

Fix IP Setting (Thank locaoo):


Fix OffAttack or Custom Attack (Thank board123):

Fix CustomAttack in Reconnect System
After reconnecting the char did not return attack.

Reconnect system add

GS ->
Reconnect.h
Add:


Reconnect.cpp
Function: void CReconnect::SetReconnectInfo(LPOBJ lpObj)
Add:


Function: void CReconnect::ResumeCommand(LPOBJ lpObj,RECONNECT_INFO* lpInfo)
Add:


Season 6 Episode 3:
- Check TAB BUG.
- Blood Castle and Chaos Castle BUG (buff not working before to start the event).
- Chaos Castle Drop BUG.
- /store (bless, soul, etc.) crash main

FIX /store (Thank josesp)
:


on void CCustomStore::OpenCustomStore(LPOBJ lpObj,int type) find


and replace complete IF to


bellow find and comment



Ex803:
- Arrows and bolts can be upgraded with jewels.
- /mreset not work.
- Season 8 box of kundus visual bug
- Arca war npc not working
- Master buff of Strengthener and Defense Success Rate Strengthener have bad the formula i think.. and the Chaos Machine rate is posible, have problem.
- Itemmove.txt is wrong (cant add more talisman to machine)


how these bug happens?
Check TAB BUG , Chaos Castle Drop BUG.
 
Novice C++
Joined
Feb 14, 2011
Messages
576
Reaction score
230
i m trying to change some items name and looks like i m not doing it right.... do i need to change other files than Item.txt from serv files and Item_eng.bmd from client side?
 
Back
Top