• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • If you're using Gesior 2012 or MyAAC, please review this thread for information about a serious security vulnerability and a fix.

Feature Reborn System | Reset level, increase power, set exclusive items, spells, houses, web and more!

OP
OP
Stellow

Stellow

C++/C#/PHP/LUA
Joined
Oct 23, 2008
Messages
1,102
Reaction score
211
Location
Germany
GitHub
eubrunomiguel
kYO2XAl.png

There is probably some line missing. Did you try to mess with the code?

i have a problem
I compile everything but I'm not reborn when I level up?

Reborn is trigged by something, like an npc. It is not automatic
 

ijuchia

New Member
Joined
Dec 30, 2014
Messages
17
Reaction score
1
pls need help...
how to reborn when I level up ? i need npc to do it? somebody has it

 

Kavalor

(Real)Creator of ChaosOT
Joined
Dec 13, 2007
Messages
251
Reaction score
47
Location
Washington State, USA
For some reason when I used this and placed it into a tfs 1.2 1098 server....

When a player hits anything the server puts up the value of the damage multiplier on the server consol.

I hit a monster with my gm and I was seeing 1.15 with 5 rebirths on him then I logged out and changed it to like 50 and was seeing 2.65 on the console every hit.

What is calling this? because with a lot of players hunting it would be massive server spam and result in lag.

Other things worth mention!

It also spams 1 eg 100% or regular dmg or 0 rebirth dmg - for every time a monster or summon hit a monster or summon....

It also spams 1 for every hit when a player is hit by a monster or by poison dmg, fire dmg, ect ect any damage.

Please help if you see a reason this is happening
 

Kavalor

(Real)Creator of ChaosOT
Joined
Dec 13, 2007
Messages
251
Reaction score
47
Location
Washington State, USA
I am pretty sure I found and fixed the bug I was experiencing.
By removing ...
std::cout << bonusRebirth << std::endl;

example: Basic Input/Output - C++ Tutorials

To be honest, I am not positive as I am not a programmer. So this may be right or it may blow up the entire human race somehow?! But thats what I did... Bahahaha....
 
OP
OP
Stellow

Stellow

C++/C#/PHP/LUA
Joined
Oct 23, 2008
Messages
1,102
Reaction score
211
Location
Germany
GitHub
eubrunomiguel
For some reason when I used this and placed it into a tfs 1.2 1098 server....

When a player hits anything the server puts up the value of the damage multiplier on the server consol.

I hit a monster with my gm and I was seeing 1.15 with 5 rebirths on him then I logged out and changed it to like 50 and was seeing 2.65 on the console every hit.

What is calling this? because with a lot of players hunting it would be massive server spam and result in lag.

Other things worth mention!

It also spams 1 eg 100% or regular dmg or 0 rebirth dmg - for every time a monster or summon hit a monster or summon....

It also spams 1 for every hit when a player is hit by a monster or by poison dmg, fire dmg, ect ect any damage.

Please help if you see a reason this is happening

I am pretty sure I found and fixed the bug I was experiencing.
By removing ...
std::cout << bonusRebirth << std::endl;

example: Basic Input/Output - C++ Tutorials

To be honest, I am not positive as I am not a programmer. So this may be right or it may blow up the entire human race somehow?! But thats what I did... Bahahaha....

You right, I may have forgotten some std::cout along the way, please remove then and those message will be removed. Thanks Kavalor, and sorry for the inconvenience.
 

~X~

LoA Founder
Joined
Oct 30, 2007
Messages
367
Reaction score
62
Location
USA
@Stellow I tried working this into a fresh 1.3 setup and had some weird issues in the weapons.cpp file. Would it be possible to set up a time to talk with you about it?
 
Top