Error
Using BeaEngine version 4.1 revision 172.
Read 939 packets up to version 30.
Finding packet startup routine...
Packet startup rountine not found!
Well Changebase code =
*changebase <job ID number>;
This will change the appearance of the invoking character to that of a specified
job class. Nothing but appearance will change. This command is used in item
scripts for "Wedding Dress" and "Tuxedo" so the character like job 22, which is
the job number of the wedding sprites.
According to it it will change only appearance..
but when I use it on custom item
29999,Baseball_Cap,Baseball Cap,5,0,,200,,3,,1,0xFFFFFFFF,7,2,256,,0,1,216,{ changebase 4032;},{},{}
It totally changes my job not only appearance.
See When i tested, i click battle function then a window appear, then i clicked a button(that was a korean name..ah)and it get disconnected with error on map-server with unknown packet version 0x4 something..
Well i edited body relocation and it works fine.
carts don't appear to be a problem.
I added a monster with id 3394 with name mgolem and when it dies it automatically gives error of wav/mgolem.wav not found.
But I haven't added any sound script for it.
Please Help.
Change Emperium Line in mob_db.txt to
1288,EMPELIUM,Emperium,Emperium,90,700,1,0,0,1,60,73,64,50,1,17,80,50,26,20,10,12,0,8,26,0x120,300,1288,288,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Skill Casting rate is never instant even when my
casting_rate: 100
delay_dependon_dex: yes
castrate_dex_scale: 225
Even if i set casting rate to 0 , still there is delay casting skills
And my dex is 255.
Any Solution?
Apply Patch Properly,
As I think, This problem is caused because there is no
#ifndef TXT_ONLY
#include "achievement.h"
#endif
In atcommand,clif,map,mob,pc,quest,script.c
[#103139] Você não tem permissão para visualizar este fórum.
It Means
[# 103139] You do not have permission to view this forum
So Register And See the topic.
Btw,Wrong Forum you posted.
You should post in http://rathena.org/b...source-support/
Have you recompiled the server and tried?
What Error do you get?
Error Help:
achievement.c: In function âachievement_update_mobâ:
achievement.c:623: warning: passing argument 2 of âachievementDB->foreachâ from incompatible pointer type
achievement.c: In function âachievement_update_mob_subâ:
achievement.c:641: warning: passing argument 2 of âachievementDB->foreachâ from incompatible pointer type
achievement.c: In function âachievement_update_itemfindâ:
achievement.c:654: warning: passing argument 2 of âachievementDB->foreachâ from incompatible pointer type
achievement.c: In function âachievement_update_itemuseâ:
achievement.c:665: warning: passing argument 2 of âachievementDB->foreachâ from incompatible pointer type
achievement.c: In function âachievement_update_exploreâ:
achievement.c:676: warning: passing argument 2 of âachievementDB->foreachâ from incompatible pointer type
achievement.c: In function âachievement_update_questâ:
achievement.c:687: warning: passing argument 2 of âachievementDB->foreachâ from incompatible pointer type
achievement.c: In function âachievement_loadDBâ:
achievement.c:1330: warning: passing argument 2 of âachievementDB->foreachâ from incompatible pointer type
Any Idea how to fix it?