Jump to content

Recommended Posts

Posted

I am using hercules, btw how to diff via Tortoise? just givem e some idea. because i know to to use tortoise a little bit heheh.



Should i use WinSCP when diff/patching the files? guide please heheh..

thank you in advance

Posted

I'm sorry but Its impossible to diff it to Hercules. 



I am using hercules, btw how to diff via Tortoise? just givem e some idea. because i know to to use tortoise a little bit heheh.



Should i use WinSCP when diff/patching the files? guide please heheh..

thank you in advance

I already upload a copy that compatible in Hercules, check it out.

 

you can now add it manually or apply the patch

Posted

please show me a guide how to copy. I already tried copying it but i have a problem in compiling..



Also about the green and red colored Lines what are those mean? do i need to include them?

  • 1 month later...
Posted

Hello,  I'm having the following problem when compiling the system in my emulator. Does anyone know what could be the problem?
Thank you"!

CC pet.c

CC quest.c
CC script.c
script.c: In function âbuildin_costumeâ:
script.c:18159: error: too few arguments to function âlog_pick_pcâ
script.c:18174: error: too few arguments to function âlog_pick_pcâ
make[1]: *** [obj_sql/script.o] Error 1
make[1]: Leaving directory `/home/ragnaro/emulador/src/map'
make: *** [map_sql] Error 2

Posted

The latest revision at Github is different. i wish someone can help me about this one.


I got this error :( 

1>..\src\map\atcommand.c(1204): error C2059: syntax error : 'if'
Posted

Anyone here who has a working diff for rA rev.17696?

 

I encountered errors when I patched this..

 

ERRORS:

1>c:\users\owner\desktop files\ra\src\map\atcommand.c(1221): error C2223: left of '->equip' must point to struct/union
1>c:\users\owner\desktop files\ra\src\map\atcommand.c(1222): error C2223: left of '->equip' must point to struct/union
1>c:\users\owner\desktop files\ra\src\map\atcommand.c(1223): error C2223: left of '->equip' must point to struct/union
1>c:\users\owner\desktop files\ra\src\map\atcommand.c(1224): error C2223: left of '->equip' must point to struct/union
1>c:\users\owner\desktop files\ra\src\map\atcommand.c(1225): error C2223: left of '->equip' must point to struct/union
1>c:\users\owner\desktop files\ra\src\map\atcommand.c(1226): error C2223: left of '->equip' must point to struct/union

in line 1221 to 1226:

if( !(item_data->equip&EQP_HEAD_LOW) &&
!(item_data->equip&EQP_HEAD_MID) &&
!(item_data->equip&EQP_HEAD_TOP) &&
!(item_data->equip&EQP_COSTUME_HEAD_LOW) &&
!(item_data->equip&EQP_COSTUME_HEAD_MID) &&
!(item_data->equip&EQP_COSTUME_HEAD_TOP) )
  • 3 weeks later...
  • 2 weeks later...
  • 2 weeks later...
  • 2 weeks later...
Posted

I got error

pc.c:69: error: âEQP_COSTUME_GARMENTâ undeclared here (not in a function)
pc.c:69: warning: excess elements in array initializer
pc.c:69: warning: (near initialization for âequip_posâ)

+static unsigned short equip_pos[EQI_MAX]={EQP_ACC_L,EQP_ACC_R,EQP_SHOES,EQP_GARMENT,EQP_HEAD_LOW,EQP_HEAD_MID,EQP_HEAD_TOP,EQP_ARMOR,EQP_HAND_L,EQP_HAND_R,EQP_AMMO,EQP_COSTUME_HEAD_TOP,EQP_COSTUME_HEAD_MID,EQP_COSTUME_HEAD_LOW,EQP_COSTUME_GARMENT};

 

Did anybody solved this yet?

  • 1 month later...
  • 3 weeks later...
  • 3 weeks later...
  • 1 month later...
  • 1 month later...
Posted (edited)

my mistakes

 

pc.c:65: error: Б─≤EQP_COSTUME_HEAD_TOPБ─≥ undeclared here (not in a function)
pc.c:65: warning: excess elements in array initializer
pc.c:65: warning: (near initialization for Б─≤equip_posБ─≥)
pc.c:65: error: Б─≤EQP_COSTUME_HEAD_MIDБ─≥ undeclared here (not in a function)
pc.c:65: warning: excess elements in array initializer
pc.c:65: warning: (near initialization for Б─≤equip_posБ─≥)
pc.c:65: error: Б─≤EQP_COSTUME_HEAD_LOWБ─≥ undeclared here (not in a function)
pc.c:65: warning: excess elements in array initializer
pc.c:65: warning: (near initialization for Б─≤equip_posБ─≥)
pc.c:65: error: Б─≤EQP_COSTUME_GARMENTБ─≥ undeclared here (not in a function)
pc.c:65: warning: excess elements in array initializer
pc.c:65: warning: (near initialization for Б─≤equip_posБ─≥)

 

Eathena

 

static const unsigned short equip_pos[EQI_MAX]={EQP_ACC_L,EQP_ACC_R,EQP_SHOES,EQP_GARMENT,EQP_HEAD_LOW,EQP_HEAD_MID,EQP_HEAD_TOP,EQP_ARMOR,EQP_HAND_L,EQP_HAND_R,EQP_AMMO,EQP_COSTUME_HEAD_TOP,EQP_COSTUME_HEAD_MID,EQP_COSTUME_HEAD_LOW,EQP_COSTUME_GARMENT};

 

please assist
Edited by GodriK

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...