if( i == EQI_HAND_R && sd->equip_index[EQI_HAND_L] == index ) continue;
if( i == EQI_HEAD_MID && sd->equip_index[EQI_HEAD_LOW] == index ) continue;
if( i == EQI_HEAD_TOP && (sd->equip_index[EQI_HEAD_MID] == index || sd->equip_index[EQI_HEAD_LOW] == index) ) continue;
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_HEAD_TOP_C,
I downloaded a ready made server named Ragnarok Super Saiyan and im using this server because its too hard for me to make one :3... the client is 20100707 (checked using NEMO-master) also data files are in .lub. but i already converted it into lua
*This problem about costumes is what, server sided or client? or both?:3 *Is it possible to add custom items w/o editting acce files? *Im using notepad ++ to edit src files, is it enough to use it for pc.h and pc.c
Question
Dr_Jackal
PC.C
if(pos & EQP_HEAD_LOW|EQP_HEAD_LOW_C) {
pc.h
example item as in the thumbnail
5574,Well-Chewed_Pencil,Well Chewed Pencil,5,,,100,,0,,0,0xFFFFFFFF,7,2,4096,,10,1,555,{ bonus bHit,3; if(isequipped(5073)) { bonus bDex,2; bonus bDef,2; } },{},{}
I downloaded a ready made server named Ragnarok Super Saiyan and im using this server because its too hard for me to make one :3... the client is 20100707 (checked using NEMO-master) also data files are in .lub. but i already converted it into lua
*This problem about costumes is what, server sided or client? or both?:3
*Is it possible to add custom items w/o editting acce files?
*Im using notepad ++ to edit src files, is it enough to use it for pc.h and pc.c
help please

Edited by Dr_JackalLink to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.