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!

[P4F] IA Julia Season 4.6 + Improvements + Fixes+ Source

Play4Free™
Joined
Aug 8, 2007
Messages
469
Reaction score
277
Hmm okay now localizaion work for me (thanks 16BITBAZUKA for tests) but i want to rewrite this module and fix some potential stupid places =)
 
Experienced Elementalist
Joined
Nov 30, 2010
Messages
208
Reaction score
8
Kill, can u share full working Eng/Jpn server files and source of'em ?
coz links dead
 
Play4Free™
Joined
Aug 8, 2007
Messages
469
Reaction score
277
New update:
1) Full worked localization module
2) fixed crashes with duel system
3) fixed many potential crashes

Please re-download sources
 
Custom Title Activated
Loyal Member
Joined
Apr 6, 2007
Messages
1,806
Reaction score
483
You can add this line in the ResetSystem.ini?



This option was available in RMST Tornado

Thanks!

It's not just adding the line....it would need to code the npc server-side as well...but it's completely possible (with the right sources.)
This would be a nice add-on.
As well as some kind of visual bug fix for new wings add.....but that's only me dreaming...lol
 
Skilled Illusionist
Joined
Jan 17, 2013
Messages
326
Reaction score
19
¿What is this error? o_O

Kirgston - [P4F] IA Julia Season 4.6 + Improvements + Fixes+ Source - RaGEZONE Forums


And localization module not work (latest src)
 
Last edited:
Experienced Elementalist
Joined
Jul 23, 2012
Messages
201
Reaction score
128
You can add this line in the ResetSystem.ini?



This option was available in RMST Tornado

Thanks!

1. Open Reset.h


In struct Conf add this line: int ResetNPC;

2. Open Reset.cpp

after last #include "name" add this #include "ResetSystem.h"

Find: RConf.MaximumReset = Configs.GetInt(0, 65535, 50, "Customs", "MaximumResets", IAResetSystem);
After That Add: RConf.ResetNPC = Configs.GetInt(0, 500, 241, "Customs", "ResetNPCID", IAResetSystem);

3. Open Monster.cpp

Find: (gObjNPC->Class ==241)
Replace To: if (gObjNPC->Class == ResetSystem.RConf.ResetNPC)

Compile and Done!

Note: first code was easier but it was bad, because i forgot it was called every time you click on npc :D
 
Last edited:
Skilled Illusionist
Joined
Jan 17, 2013
Messages
326
Reaction score
19

1. Open Reset.h


In struct Conf add this line: int ResetNPC;

2. Open Reset.cpp

after last #include "name" add this #include "ResetSystem.h"

Find: RConf.MaximumReset = Configs.GetInt(0, 65535, 50, "Customs", "MaximumResets", IAResetSystem);
After That Add: RConf.ResetNPC = Configs.GetInt(0, 500, 241, "Customs", "ResetNPCID", IAResetSystem);

3. Open Monster.cpp

Find: (gObjNPC->Class ==241)
Replace To: if (gObjNPC->Class == ResetSystem.RConf.ResetNPC)

Compile and Done!

Note: first code was easier but it was bad, because i forgot it was called every time you click on npc :D

I can spend the same src but with the added line please?
 
Last edited:
Experienced Elementalist
Joined
Feb 5, 2009
Messages
225
Reaction score
173
@marksync try with other characters... not only with summoner.

Kirgston - [P4F] IA Julia Season 4.6 + Improvements + Fixes+ Source - RaGEZONE Forums


now... nothing :/
 
Last edited:
Initiate Mage
Joined
Jun 5, 2013
Messages
1
Reaction score
0
Can someone put the working ser correct files are already with updates and customer for them ?
 
Initiate Mage
Joined
Dec 20, 2010
Messages
4
Reaction score
0
Hello,
can anybody upload the update where is duel fixed?
Thanks
 
Back
Top