Dastgir
Members-
Posts
331 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Dastgir
-
Error Using BeaEngine version 4.1 revision 172. Read 939 packets up to version 30. Finding packet startup routine... Packet startup rountine not found!
-
Nvm, my code was messed with changebase.
-
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.
-
Can you give me a translated one?
-
Where to get these things translated? IMages: Uploaded with ImageShack.us Help PLease
-
2012-04-10
-
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.
-
Battle function not working!!
-
but it works?
-
Till which client does the rathena support?? Can anyone plz reply.
-
Eden / Cavern d'Bastion - FULL Release (Maps, Sprites, Scripts, Data)
Dastgir replied to jTynne's topic in Database Releases
I can't find it free, it ask for 20$. anyways this was free before and there's many ppl giving this for free. -
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.
-
FluxCP Renewal: http://rathena.org/board/topic/60255-fluxcp-renewal-finally-native-rathena-support/
-
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
-
Scr Logo: Click Here Banner: Thanks.
-
scr_logo and Loading Screen and Log In Screen
Dastgir replied to Jhosef's question in Graphics Requests
Do you still want scr_logo and loading screen? -
Working, Tested on 16141
-
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
-
Have you recompiled the server and tried? What Error do you get? Can you show us the error?
-
[#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?