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

Compiling Monsters don't walking on new corpse (3777)

warriorfrog

Active Member
Joined
Jul 29, 2015
Messages
334
Reaction score
35
Hello guys im using trunk3777...

The BUG:
When u kill a monster, others dont walk on it, only if u walk on it..

SGPdkE.jpg


I made many changes on this souces
No use changing the code every source
Until 3777 because it is more stable than 3884

Then...

Any know how i need change to fix it?

I search so much and i find it:


They are not the same, 3884 do have some bugs fixed compared to 3777 that you will have to fix things, like monsters not walking over corpses.

According to Elf, Stian (the 2 who did the most on 0.4) 3777 is alot more stable on linux compared to 3884. But you can use both on both ofc.

Cyk, please help me brother

I've been working for 5+ hours here trying to fix this FU*** bug, but no success

The bug was fixed in rev 3814, they've changed these files:

/trunk/configmanager.cpp
/trunk/creature.cpp
/trunk/creature.h
/trunk/game.cpp

I've applied every change in creature.cpp and creature.h from REV 3777 to 3820, and didn't fuck*** work, also applied changes in game.cpp and configmanager.cpp of REV 3814, but didn't do it for previous versions

Can you please tell me how to fix this? Really appreciate.


So where? Whats i need change to fix it?
someone very experienced to help me?
If u help me u will help so much peoples :( ALL LOVE 3777! :D
 
Last edited:
i fixed this bug ((
Monsters don't walking on new corpse
))

EDIT

1: player can walk on othere player. this id "11063" for dp spot

2: show player level and vocation when login.

3:change mana and hp in (% precent) if u use hight exp server.



enjoy this source work 100%

Whats files u change to fix monsters dont walking on new corpse

And where u edit show player level and vocation when login :S

I changed monsters.cpp, monsters.h, monster.cpp and monster.h




My mistake.

I try use your files
monsters.cpp have a error

Line 903 error
Code:
if((item = items->at(i)) && item->hasProperty(MOVABLE) &&

Code:
In member function 'void Monster::pushItems(Tile*)':
'MOVEABLE' was not declared in this scope (903)
[Bluid Error] [obj//monster.o] Error 1
 
Last edited by a moderator:
i fixed this bug ((
Monsters don't walking on new corpse
))

EDIT

1: player can walk on othere player. this id "11063" for dp spot

2: show player level and vocation when login.

3:change mana and hp in (% precent) if u use hight exp server.



enjoy this source work 100%

I want only
0: Monsters don't walking on new corpse

Whats files i need copy to my sources?
 
Back
Top