Jump to content

iamhyd

Members
  • Posts

    64
  • Joined

  • Last visited

Everything posted by iamhyd

  1. Do you have any gameguard installed on your server? EDIT: Deleted the SQL Query.
  2. Check picklog table and look for unique_id if you cant find it you need to add it. ALTER TABLE picklog ADD COLUMN `unique_id` bigint(20) unsigned NOT NULL default '0' AFTER `option_parm4`;
  3. Send me a message on Discord ( iamhyd#8789 ) and i'll help you.
  4. iamhyd

    Web Config

    Did you change anything on the theme after installing it?
  5. Are you using cPanel as your webhost software? If yes, Then you don't need to mess with the SMTP settings. Just disable it and try to send a mail from FluxCP.
  6. Click Me - This one might help you.
  7. iamhyd

    please help

    then i get this error pc.c: In function ‘pc_addspiritball’: pc.c:212: error: ‘MAX_SPIRITBALL’ undeclared (first use in this function) pc.c:212: error: (Each undeclared identifier is reported only once pc.c:212: error: for each function it appears in.) pc.c:234: warning: passing argument 1 of ‘clif_millenniumshield’ from incompatib le pointer type pc.c: In function ‘pc_delspiritball’: pc.c:261: error: ‘MAX_SPIRITBALL’ undeclared (first use in this function) pc.c:277: warning: passing argument 1 of ‘clif_millenniumshield’ from incompatib le pointer type pc.c: At top level: pc.c:442: error: conflicting types for ‘pc_setrestartvalue’ pc.h:815: error: previous declaration of ‘pc_setrestartvalue’ was here pc.c:481: error: conflicting types for ‘pc_inventory_rental_clear’ pc.h:1050: error: previous declaration of ‘pc_inventory_rental_clear’ was here pc.c: In function ‘pc_rental_expire’: pc.c:499: error: ‘ITEMID_LOVE_ANGEL’ undeclared (first use in this function) pc.c:500: error: ‘struct mmo_charstatus’ has no member named ‘font’ pc.c:501: error: ‘struct mmo_charstatus’ has no member named ‘font’ pc.c:505: error: ‘ITEMID_SQUIRREL’ undeclared (first use in this function) pc.c:506: error: ‘struct mmo_charstatus’ has no member named ‘font’ pc.c:507: error: ‘struct mmo_charstatus’ has no member named ‘font’ pc.c:511: error: ‘ITEMID_GOGO’ undeclared (first use in this function) pc.c:512: error: ‘struct mmo_charstatus’ has no member named ‘font’ pc.c:513: error: ‘struct mmo_charstatus’ has no member named ‘font’ pc.c:517: error: ‘ITEMID_PICTURE_DIARY’ undeclared (first use in this function) pc.c:518: error: ‘struct mmo_charstatus’ has no member named ‘font’ pc.c:519: error: ‘struct mmo_charstatus’ has no member named ‘font’ pc.c:523: error: ‘ITEMID_MINI_HEART’ undeclared (first use in this function) pc.c:524: error: ‘struct mmo_charstatus’ has no member named ‘font’ pc.c:525: error: ‘struct mmo_charstatus’ has no member named ‘font’ pc.c:529: error: ‘ITEMID_NEWCOMER’ undeclared (first use in this function) pc.c:530: error: ‘struct mmo_charstatus’ has no member named ‘font’ pc.c:531: error: ‘struct mmo_charstatus’ has no member named ‘font’ pc.c:535: error: ‘ITEMID_KID’ undeclared (first use in this function) pc.c:536: error: ‘struct mmo_charstatus’ has no member named ‘font’ pc.c:537: error: ‘struct mmo_charstatus’ has no member named ‘font’ pc.c:541: error: ‘ITEMID_MAGIC_CASTLE’ undeclared (first use in this function) pc.c:542: error: ‘struct mmo_charstatus’ has no member named ‘font’ pc.c:543: error: ‘struct mmo_charstatus’ has no member named ‘font’ pc.c:547: error: ‘ITEMID_BULGING_HEAD’ undeclared (first use in this function) pc.c:548: error: ‘struct mmo_charstatus’ has no member named ‘font’ pc.c:549: error: ‘struct mmo_charstatus’ has no member named ‘font’ pc.c: At top level: pc.c:624: error: conflicting types for ‘pc_makesavestatus’ pc.h:816: error: previous declaration of ‘pc_makesavestatus’ was here pc.c:674: error: conflicting types for ‘pc_setnewpc’ pc.h:818: error: previous declaration of ‘pc_setnewpc’ was here pc.c:724: error: conflicting types for ‘pc_setinventorydata’ pc.h:827: error: previous declaration of ‘pc_setinventorydata’ was here pc.c:847: error: conflicting types for ‘pc_isequipped’ pc.h:869: error: previous declaration of ‘pc_isequipped’ was here pc.c: In function ‘pc_isequipped’: pc.c:855: warning: implicit declaration of function ‘pc_is_same_equip_index’ pc.c: At top level: pc.c:1020: error: conflicting types for ‘pc_isequip’ pc.h:825: error: previous declaration of ‘pc_isequip’ was here pc.c: In function ‘pc_authok’: pc.c:1138: error: ‘struct map_session_data’ has no member named ‘expiration_tid’ pc.c:1139: error: ‘struct map_session_data’ has no member named ‘autotrade_tid’ pc.c:1156: error: ‘MAX_SPIRITBALL’ undeclared (first use in this function) pc.c:1199: error: ‘struct map_session_data’ has no member named ‘delayed_damage’ pc.c:1210: error: incompatible types in assignment pc.c:1256: error: ‘struct map_session_data’ has no member named ‘expiration_time ’ pc.c:1278: error: ‘struct map_session_data’ has no member named ‘sc_display’ pc.c:1279: error: ‘struct map_session_data’ has no member named ‘sc_display_coun t’ pc.c:1284: error: ‘struct map_session_data’ has no member named ‘last_addeditem_ index’ pc.c: At top level: pc.c:1336: error: conflicting types for ‘pc_reg_received’ pc.h:821: error: previous declaration of ‘pc_reg_received’ was here pc.c: In function ‘pc_reg_received’: pc.c:1423: error: ‘SCO_FIRST’ undeclared (first use in this function) pc.c:1423: error: ‘SCO_FORCE’ undeclared (first use in this function) pc.c:1458: warning: implicit declaration of function ‘pc_check_expiration’ pc.c:1462: error: ‘struct map_session_data’ has no member named ‘autotrade_tid’ pc.c:1462: error: ‘struct Battle_Config’ has no member named ‘feature_autotrade_ open_delay’ pc.c:1462: error: ‘pc_autotrade_timer’ undeclared (first use in this function) pc.c: At top level: pc.c:1497: error: conflicting types for ‘pc_calc_skilltree’ pc.h:833: error: previous declaration of ‘pc_calc_skilltree’ was here pc.c: In function ‘pc_calc_skilltree’: pc.c:1665: warning: implicit declaration of function ‘pc_is_taekwon_ranker’ pc.c: At top level: pc.c:1846: error: conflicting types for ‘pc_updateweightstatus’ pc.h:873: error: previous declaration of ‘pc_updateweightstatus’ was here pc.c: In function ‘pc_bonus_item_drop’: pc.c:2063: warning: implicit declaration of function ‘itemdb_group_exists’ pc.c: In function ‘pc_exeautobonus’: pc.c:2201: error: ‘SCO_NONE’ undeclared (first use in this function) pc.c: In function ‘pc_endautobonus’: pc.c:2214: error: ‘SCO_NONE’ undeclared (first use in this function) pc.c: In function ‘pc_itemgrouphealrate’: pc.c:2289: error: ‘struct map_session_data’ has no member named ‘itemgrouphealra te_count’ pc.c:2290: error: invalid type argument of ‘->’ pc.c:2294: error: ‘struct map_session_data’ has no member named ‘itemgrouphealra te_count’ pc.c:2295: error: invalid type argument of ‘->’ pc.c:2304: warning: implicit declaration of function ‘ers_alloc’ pc.c:2304: error: expected expression before ‘struct’ pc.c:2304: warning: assignment makes pointer from integer without a cast pc.c:2305: error: dereferencing pointer to incomplete type pc.c:2306: error: dereferencing pointer to incomplete type pc.c:2308: error: ‘struct map_session_data’ has no member named ‘itemgrouphealra te_count’ pc.c:2308: error: incompatible types in assignment pc.c:2309: error: ‘struct map_session_data’ has no member named ‘itemgrouphealra te_count’ pc.c: In function ‘pc_itemgrouphealrate_clear’: pc.c:2317: error: ‘struct map_session_data’ has no member named ‘itemgrouphealra te_count’ pc.c:2321: error: ‘struct map_session_data’ has no member named ‘itemgrouphealra te_count’ pc.c:2322: warning: implicit declaration of function ‘ers_free’ pc.c:2323: error: ‘struct map_session_data’ has no member named ‘itemgrouphealra te_count’ pc.c:2325: error: incompatible types in assignment pc.c: At top level: pc.c:2337: error: conflicting types for ‘pc_bonus’ pc.h:880: error: previous declaration of ‘pc_bonus’ was here pc.c: In function ‘pc_bonus’: pc.c:2446: warning: implicit declaration of function ‘CHK_ELEMENT’ pc.c:2588: warning: implicit declaration of function ‘CHK_RACE’ pc.c:2595: warning: implicit declaration of function ‘CHK_CLASS’ pc.c: At top level: pc.c:2942: error: conflicting types for ‘pc_bonus2’ pc.h:881: error: previous declaration of ‘pc_bonus2’ was here pc.c: In function ‘pc_bonus2’: pc.c:2976: warning: implicit declaration of function ‘CHK_MOBSIZE’ pc.c:3362: warning: implicit declaration of function ‘CHK_RACE2’ pc.c:3393: error: ‘SP_ADD_ITEMGROUP_HEAL_RATE’ undeclared (first use in this fun ction) pc.c: At top level: pc.c:3608: error: conflicting types for ‘pc_bonus3’ pc.h:882: error: previous declaration of ‘pc_bonus3’ was here pc.c:3724: error: conflicting types for ‘pc_bonus4’ pc.h:883: error: previous declaration of ‘pc_bonus4’ was here pc.c: In function ‘pc_bonus4’: pc.c:3757: error: ‘SP_SET_DEF_RACE’ undeclared (first use in this function) pc.c:3766: error: ‘SP_SET_MDEF_RACE’ undeclared (first use in this function) pc.c: At top level: pc.c:3791: error: conflicting types for ‘pc_bonus5’ pc.h:884: error: previous declaration of ‘pc_bonus5’ was here pc.c: In function ‘pc_skill’: pc.c:3851: error: ‘SCO_NONE’ undeclared (first use in this function) pc.c: At top level: pc.c:3995: error: conflicting types for ‘pc_checkadditem’ pc.h:845: error: previous declaration of ‘pc_checkadditem’ was here pc.c:4031: error: conflicting types for ‘pc_inventoryblank’ pc.h:846: error: previous declaration of ‘pc_inventoryblank’ was here pc.c:4053: error: conflicting types for ‘pc_payzeny’ pc.h:848: error: previous declaration of ‘pc_payzeny’ was here pc.c:4195: error: conflicting types for ‘pc_getzeny’ pc.h:850: error: previous declaration of ‘pc_getzeny’ was here pc.c:4228: error: conflicting types for ‘pc_search_inventory’ pc.h:847: error: previous declaration of ‘pc_search_inventory’ was here pc.c: In function ‘pc_additem’: pc.c:4308: error: ‘struct map_session_data’ has no member named ‘last_addeditem_ index’ pc.c: At top level: pc.c:4349: error: conflicting types for ‘pc_delitem’ pc.h:851: error: previous declaration of ‘pc_delitem’ was here pc.c:4381: error: conflicting types for ‘pc_dropitem’ pc.h:867: error: previous declaration of ‘pc_dropitem’ was here pc.c:4425: error: conflicting types for ‘pc_takeitem’ pc.h:866: error: previous declaration of ‘pc_takeitem’ was here pc.c: In function ‘pc_isUseitem’: pc.c:4520: error: ‘ITEM_NOUSE_SITTING’ undeclared (first use in this function) pc.c:4529: error: ‘struct <anonymous>’ has no member named ‘dead_branch’ pc.c:4616: error: ‘struct <anonymous>’ has no member named ‘group’ pc.c:4618: error: ‘ITEM_CANT_OBTAIN_WEIGHT’ undeclared (first use in this functi on) pc.c:4663: error: ‘struct <anonymous>’ has no member named ‘dead_branch’ pc.c: In function ‘pc_useitem’: pc.c:4740: error: ‘COLOR_YELLOW’ undeclared (first use in this function) pc.c:4762: error: ‘ITEM_CANT_USE_AREA’ undeclared (first use in this function) pc.c: At top level: pc.c:4817: error: conflicting types for ‘pc_cart_additem’ pc.h:860: error: previous declaration of ‘pc_cart_additem’ was here pc.c: In function ‘pc_cart_additem’: pc.c:4833: error: ‘BOUND_ACCOUNT’ undeclared (first use in this function) pc.c: At top level: pc.c:4886: error: conflicting types for ‘pc_cart_delitem’ pc.h:861: error: previous declaration of ‘pc_cart_delitem’ was here pc.c:4911: error: conflicting types for ‘pc_putitemtocart’ pc.h:862: error: previous declaration of ‘pc_putitemtocart’ was here pc.c:4956: error: conflicting types for ‘pc_getitemfromcart’ pc.h:863: error: previous declaration of ‘pc_getitemfromcart’ was here pc.c:4985: warning: ‘enum bound_type’ declared inside parameter list pc.c:4985: warning: its scope is only this definition or declaration, which is p robably not what you want pc.c:4985: error: parameter 2 (‘type’) has incomplete type pc.c: In function ‘pc_steal_item’: pc.c:5097: error: ‘BC_DEFAULT’ undeclared (first use in this function) pc.c: At top level: pc.c:5146: error: conflicting types for ‘pc_setpos’ pc.h:840: error: previous declaration of ‘pc_setpos’ was here pc.c: In function ‘pc_setpos’: pc.c:5159: error: ‘struct Battle_Config’ has no member named ‘revive_onwarp’ pc.c:5160: error: too many arguments to function ‘pc_setstand’ pc.c:5253: error: ‘struct Battle_Config’ has no member named ‘teleport_on_portal ’ pc.c:5287: warning: implicit declaration of function ‘hom_is_active’ pc.c: At top level: pc.c:5315: error: conflicting types for ‘pc_randomwarp’ pc.h:842: error: previous declaration of ‘pc_randomwarp’ was here pc.c: In function ‘pc_randomwarp’: pc.c:5329: error: ‘struct Battle_Config’ has no member named ‘teleport_on_portal ’ pc.c: At top level: pc.c:5342: error: conflicting types for ‘pc_memo’ pc.h:843: error: previous declaration of ‘pc_memo’ was here pc.c:5424: error: conflicting types for ‘pc_checkskill’ pc.h:829: error: previous declaration of ‘pc_checkskill’ was here pc.c:5523: error: conflicting types for ‘pc_checkequip2’ pc.h:831: error: previous declaration of ‘pc_checkequip2’ was here pc.c: In function ‘pc_checkbaselevelup’: pc.c:6141: error: ‘SCO_NONE’ undeclared (first use in this function) pc.c:6147: error: ‘SCO_FORCE’ undeclared (first use in this function) pc.c: In function ‘pc_checkjoblevelup’: pc.c:6207: error: ‘SCO_FORCE’ undeclared (first use in this function) pc.c: At top level: pc.c:6521: error: conflicting types for ‘pc_statusup’ pc.h:909: error: previous declaration of ‘pc_statusup’ was here pc.c: In function ‘pc_statusup’: pc.c:6552: error: ‘SCO_NONE’ undeclared (first use in this function) pc.c: In function ‘pc_statusup2’: pc.c:6596: error: ‘SCO_NONE’ undeclared (first use in this function) pc.c: In function ‘pc_skillup’: pc.c:6626: warning: implicit declaration of function ‘hom_skillup’ pc.c:6642: error: ‘SCO_NONE’ undeclared (first use in this function) pc.c: In function ‘pc_allskillup’: pc.c:6710: error: ‘SCO_NONE’ undeclared (first use in this function) pc.c: In function ‘pc_resetlvl’: pc.c:6800: error: ‘SCO_FORCE’ undeclared (first use in this function) pc.c: In function ‘pc_resetstate’: pc.c:6865: error: ‘SCO_NONE’ undeclared (first use in this function) pc.c: In function ‘pc_resetskill’: pc.c:6917: warning: implicit declaration of function ‘hom_vaporize’ pc.c:6978: error: ‘SCO_FORCE’ undeclared (first use in this function) pc.c: In function ‘pc_respawn’: pc.c:7066: error: too many arguments to function ‘pc_setstand’ pc.c: In function ‘pc_damage’: pc.c:7097: error: too many arguments to function ‘pc_setstand’ pc.c: In function ‘pc_dead’: pc.c:7215: warning: implicit declaration of function ‘mercenary_delete’ pc.c:7267: error: ‘SCO_NONE’ undeclared (first use in this function) pc.c:7331: error: ‘it’ undeclared (first use in this function) pc.c:7331: error: ‘count’ undeclared (first use in this function) pc.c:7331: error: too many arguments to function ‘map_addflooritem’ pc.c:7335: error: ‘BSF_REM_ON_DEAD’ undeclared (first use in this function) pc.c: In function ‘pc_revive’: pc.c:7478: error: too many arguments to function ‘pc_setstand’ pc.c: In function ‘pc_setparam’: pc.c:7664: error: ‘SCO_NONE’ undeclared (first use in this function) pc.c: In function ‘pc_itemheal’: pc.c:7828: warning: implicit declaration of function ‘pc_get_itemgroup_bonus’ pc.c: At top level: pc.c:7945: error: conflicting types for ‘pc_jobchange’ pc.h:934: error: previous declaration of ‘pc_jobchange’ was here pc.c: In function ‘pc_jobchange’: pc.c:8012: error: ‘struct Battle_Config’ has no member named ‘transcendent_statu s_points’ pc.c:8015: error: ‘struct Battle_Config’ has no member named ‘transcendent_statu s_points’ pc.c:8019: error: ‘struct Battle_Config’ has no member named ‘transcendent_statu s_points’ pc.c:8118: error: ‘SCO_FORCE’ undeclared (first use in this function) pc.c: In function ‘pc_setoption’: pc.c:8230: error: ‘SCO_NONE’ undeclared (first use in this function) pc.c:8275: error: ‘BSF_REM_ON_MADOGEAR’ undeclared (first use in this function) pc.c: In function ‘pc_setcart’: pc.c:8337: warning: implicit declaration of function ‘clif_status_change2’ pc.c:8344: error: ‘SCO_NONE’ undeclared (first use in this function) pc.c: In function ‘pc_setregistry’: pc.c:8622: error: ‘SCO_NONE’ undeclared (first use in this function) pc.c: At top level: pc.c:9087: error: conflicting types for ‘pc_equipitem’ pc.h:918: error: previous declaration of ‘pc_equipitem’ was here pc.c: In function ‘pc_equipitem’: pc.c:9264: error: ‘SCO_NONE’ undeclared (first use in this function) pc.c: In function ‘pc_unequipitem’: pc.c:9438: error: ‘SCO_NONE’ undeclared (first use in this function) pc.c: In function ‘pc_checkitem’: pc.c:9504: error: ‘SCO_NONE’ undeclared (first use in this function) pc.c: In function ‘map_day_timer’: pc.c:9875: error: ‘BC_DEFAULT’ undeclared (first use in this function) pc.c: In function ‘map_night_timer’: pc.c:9896: error: ‘BC_DEFAULT’ undeclared (first use in this function) pc.c: At top level: pc.c:9906: error: conflicting types for ‘pc_setstand’ pc.h:986: error: previous declaration of ‘pc_setstand’ was here pc.c:9952: error: conflicting types for ‘pc_isautolooting’ pc.h:1055: error: previous declaration of ‘pc_isautolooting’ was here pc.c:10023: error: conflicting types for ‘pc_add_talisman’ pc.h:1065: error: previous declaration of ‘pc_add_talisman’ was here pc.c:10054: error: conflicting types for ‘pc_del_talisman’ pc.h:1066: error: previous declaration of ‘pc_del_talisman’ was here pc.c:10542: error: conflicting types for ‘pc_readdb’ pc.h:1028: error: previous declaration of ‘pc_readdb’ was here pc.c:10800: warning: conflicting types for ‘pc_check_expiration’ pc.c:1458: warning: previous implicit declaration of ‘pc_check_expiration’ was h ere pc.c: In function ‘pc_check_expiration’: pc.c:10803: error: ‘struct map_session_data’ has no member named ‘expiration_tim e’ pc.c:10804: error: ‘struct map_session_data’ has no member named ‘expiration_tim e’ pc.c:10810: warning: implicit declaration of function ‘pc_expire_check’ pc.c: In function ‘pc_expiration_timer’: pc.c:10819: error: ‘struct map_session_data’ has no member named ‘expiration_tid ’ pc.c: In function ‘pc_autotrade_timer’: pc.c:10835: error: ‘struct map_session_data’ has no member named ‘autotrade_tid’ pc.c: In function ‘pc_global_expiration_timer’: pc.c:10857: error: ‘struct map_session_data’ has no member named ‘expiration_tim e’ pc.c: At top level: pc.c:10865: warning: conflicting types for ‘pc_expire_check’ pc.c:10810: warning: previous implicit declaration of ‘pc_expire_check’ was here pc.c: In function ‘pc_expire_check’: pc.c:10867: error: ‘struct map_session_data’ has no member named ‘expiration_tid ’ pc.c:10871: error: ‘struct map_session_data’ has no member named ‘expiration_tim e’ pc.c:10880: error: ‘struct map_session_data’ has no member named ‘expiration_tid ’ pc.c:10880: error: ‘struct map_session_data’ has no member named ‘expiration_tim e’ pc.c: In function ‘pc_bonus_script_timer’: pc.c:10994: warning: passing argument 1 of ‘pc_bonus_script_remove’ from incompa tible pointer type pc.c:10994: error: too few arguments to function ‘pc_bonus_script_remove’ pc.c:10995: error: ‘SCO_NONE’ undeclared (first use in this function) pc.c: At top level: pc.c:11004: warning: ‘struct s_bonus_script’ declared inside parameter list pc.c:11004: error: conflicting types for ‘pc_bonus_script_remove’ pc.h:1081: error: previous declaration of ‘pc_bonus_script_remove’ was here pc.c: In function ‘pc_bonus_script_remove’: pc.c:11008: error: dereferencing pointer to incomplete type pc.c:11009: error: dereferencing pointer to incomplete type pc.c:11010: error: dereferencing pointer to incomplete type pc.c:11011: error: dereferencing pointer to incomplete type pc.c:11011: error: dereferencing pointer to incomplete type pc.c:11012: error: dereferencing pointer to incomplete type pc.c:11013: error: dereferencing pointer to incomplete type pc.c:11014: error: dereferencing pointer to incomplete type pc.c:11015: error: dereferencing pointer to incomplete type pc.c:11016: error: dereferencing pointer to incomplete type pc.c:11017: error: dereferencing pointer to incomplete type pc.c: In function ‘pc_bonus_script_clear’: pc.c:11034: error: ‘BSF_REM_BUFF’ undeclared (first use in this function) pc.c:11035: error: ‘BSF_REM_DEBUFF’ undeclared (first use in this function) pc.c:11039: warning: passing argument 1 of ‘pc_bonus_script_remove’ from incompa tible pointer type pc.c:11043: error: ‘BSF_REM_ON_LOGOUT’ undeclared (first use in this function) pc.c:11044: error: ‘SCO_NONE’ undeclared (first use in this function) pc.c: In function ‘pc_bonus_script_clear_all’: pc.c:11061: error: ‘BSF_PERMANENT’ undeclared (first use in this function) pc.c:11064: warning: passing argument 1 of ‘pc_bonus_script_remove’ from incompa tible pointer type pc.c:11067: error: ‘SCO_NONE’ undeclared (first use in this function) pc.c: At top level: pc.c:11122: error: conflicting types for ‘pc_get_itemgroup_bonus’ pc.c:7828: error: previous implicit declaration of ‘pc_get_itemgroup_bonus’ was here pc.c: In function ‘pc_get_itemgroup_bonus’: pc.c:11126: error: ‘struct map_session_data’ has no member named ‘itemgrouphealr ate_count’ pc.c:11128: error: ‘struct map_session_data’ has no member named ‘itemgrouphealr ate_count’ pc.c:11129: error: invalid type argument of ‘->’ pc.c:11131: warning: assignment makes pointer from integer without a cast pc.c:11136: error: invalid type argument of ‘->’ pc.c: In function ‘pc_get_itemgroup_bonus_group’: pc.c:11154: error: ‘struct map_session_data’ has no member named ‘itemgrouphealr ate_count’ pc.c:11156: error: ‘struct map_session_data’ has no member named ‘itemgrouphealr ate_count’ pc.c:11157: error: invalid type argument of ‘->’ pc.c:11158: error: invalid type argument of ‘->’ pc.c: At top level: pc.c:11170: error: conflicting types for ‘pc_is_same_equip_index’ pc.c:855: error: previous implicit declaration of ‘pc_is_same_equip_index’ was h ere pc.c: In function ‘do_final_pc’: pc.c:11198: warning: implicit declaration of function ‘ers_destroy’ pc.c: At top level: pc.c:11202: error: conflicting types for ‘do_init_pc’ pc.h:1029: error: previous declaration of ‘do_init_pc’ was here pc.c: In function ‘do_init_pc’: pc.c:11240: warning: implicit declaration of function ‘ers_new’ pc.c:11240: error: invalid application of ‘sizeof’ to incomplete type ‘struct sc _display_entry’ pc.c:11240: error: ‘ERS_OPT_NONE’ undeclared (first use in this function) pc.c:11240: warning: assignment makes pointer from integer without a cast pc.c:11241: error: invalid application of ‘sizeof’ to incomplete type ‘struct s_ pc_itemgrouphealrate’ pc.c:11241: warning: assignment makes pointer from integer without a cast make[1]: *** [obj_sql/pc.o] Error 1 make[1]: Leaving directory `/root/rAthena/src/map' make: *** [map] Error 2 Please put that on a Quote Form. I think you edit something on your src folder.
  8. iamhyd

    please help

    Please type this command. make clean make sql make server then try again
  9. Do you use Latest rAthena emulator? Cause on my Test Server 20100730 it doesn't happen. using other emulator. Gonna try this later
  10. Please create a download.php on module/main/ Code
  11. Testingin Muna Natin is the Character name and the message is POGI KO. You can do that by typing @me <message>
  12. I don't edit anything. this is a fresh copy of rAthena emulator. BTW im running 1 Login 2 Character 2 Map
  13. Please close this topic already solve it Thanks.
  14. Have you tried to replace athena-start in your Host? If not try to Download and replace it.
  15. I think hindi pwede yung sinasabi mo na " khit mag save sila sa ibang town like payon , automatic pa din sila ibabato sa izlude town? " About sa vend pwede sya lagyan mo lang mapflag yung map na bawal mag vend
  16. /config/application.php //'Donations' => array( //'Donate' => array('module' => 'donate'), //'Purchase' => array('module' => 'purchase'), //), //'Information' => array( //'Server Info' => array('module' => 'server', 'action' => 'info'), //'Server Status' => array('module' => 'server', 'action' => 'status'), //'WoE Hours' => array('module' => 'woe'), //'Castles' => array('module' => 'castle'), //"Who's Online" => array('module' => 'character', 'action' => 'online'), //'Map Statistics'=> array('module' => 'character', 'action' => 'mapstats'), //'Ranking Info' => array('module' => 'ranking', 'action' => 'character'), //), Just put // to disable that.
  17. Harmony é inativo e não fornecer último patch para (eAthena / rAthena / Hercules). Sugiro que contratar alguém que pode instalá-lo corretamente. Thanks Google Translate.
  18. Hello rAthena how to fix this one. [Warning]: pc_bonus2: unknown type 0 1 30! im using latest rAthena
  19. I can help you. Drop me a message here or in Skype: iam.hyd00
×
×
  • Create New...