Compile not work properly need your help!

Petey Pablo

New member
Messages
224
Points
0
Emulator
I dont know what is the problem between src/map/atcommand.c and gcc linux compiler.

The problem if you change this line

{ MAP_PRONTERA,    156, 191, 3 }, //  0 = Prontera

to this


Code:
{ MAP_PRONTERA,    155, 175, 3 }, //  0 = Prontera
The compile is not work and the changes is still not change after sudo make clean > sudo make plugins > sudo make sql.


 
make clean

make all

^ these are enough and would make plugin too.

However, are you sure you closed previous server and opened it again? It might be possibility that old map server is still running

(Also, kinda silly, but be sure to save the file too(reupload, if you download the file and edit))

 
make clean

make all

^ these are enough and would make plugin too.

However, are you sure you closed previous server and opened it again? It might be possibility that old map server is still running

(Also, kinda silly, but be sure to save the file too(reupload, if you download the file and edit))
Still not working. I dont know what is the problem really need your help here!

 
Update: It works if the windows compiler but on gcc make on linux not working. Anyone can help? Please. Thanks!

 
Back
Top