Jump to content

karazu

Members
  • Content Count

    1115
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by karazu

  1. Hello bro, Costume Item v2 is not working with the current revision.. please update. if( ep == EQP_SHADOW_SHIELD )/* are there conditions for those? */ return EQP_SHADOW_WEAPON|EQP_SHADOW_SHIELD; }+ if( battle_config.reserved_costume_id &&+ sd->status.inventory[n].card[0] == CARD0_CREATE &&+ (char_id = MakeDWord(sd->status.inventory[n].card[2],sd->status.inventory[n].card[3])) == battle_config.reserved_costume_id )+ { // Costume Item - Converted+ if( ep&EQP_HEAD_TOP ) { ep &= ~EQP_HEAD_TOP; ep |= EQP_COSTUME_HEAD_TOP; }+ if( ep&EQP_HEAD_LOW ) { ep &= ~EQP_HEAD_LOW; ep |= EQP_COSTUME_HEAD_LOW; }+ if( ep&EQP_HEAD_MID ) { ep &= ~EQP_HEAD_MID; ep |= EQP_COSTUME_HEAD_MID; }+ } return ep; } Current look sd->inventory_data[n]->look == W_1HAXE) { if( (pc->checkskill(sd,AS_LEFT) > 0 || (sd->class_&MAPID_UPPERMASK) == MAPID_ASSASSIN || (sd->class_&MAPID_UPPERMASK) == MAPID_KAGEROUOBORO) ) { //Kagerou and Oboro can dual wield daggers. [Rytech] if( ep == EQP_HAND_R ) return EQP_ARMS; if( ep == EQP_SHADOW_WEAPON ) return EQP_SHADOW_ARMS; }
  2. Thank you, I was looking for this thread i just dont know where to find it.. Thank you again.
  3. This topic did not solve mine.. already updated the trunk/tools and trunk src/plugins folder [Info]: Server supports up to '1024' concurrent connections.[Warning]: HPM:plugin_load: failed to retrieve 'HPMDataCheckLen' for 'plugins/identifyall.so', most likely not including HPMDataCheck.h, skipping...[Warning]: HPM:plugin_load: failed to retrieve 'HPMDataCheckLen' for 'plugins/autoattack.so', most likely not including HPMDataCheck.h, skipping...[Warning]: HPM:plugin_load: failed to load 'plugins/afk.so', skipping...[Warning]: HPM:plugin_load: failed to retrieve 'HPMDataCheckLen' for 'plugins/manner.so', most likely not including HPMDataCheck.h, skipping...[Warning]: HPM:plugin_load: failed to retrieve 'HPMDataCheckLen' for 'plugins/itemmap.so', most likely not including HPMDataCheck.h, skipping...[Warning]: HPM:plugin_load: failed to retrieve 'HPMDataCheckLen' for 'plugins/VisibleMonstersHP.so', most likely not including HPMDataCheck.h, skipping...
  4. In the latest REV this has a problem
  5. I fixed, I did change all the files inside the src folder
  6. anyone? the folder is fresh, please explain love you!
  7. I have fixed the problem already, but the error in recompiling still there. MKDIR obj_sql CC atcommand.cIn file included from atcommand.c:48:HPMmap.h:25: warning: 'struct s_HPMDataCheck' declared inside parameter listHPMmap.h:25: warning: its scope is only this definition or declaration, which is probably not what you wantatcommand.c: In function 'atcommand_reloadatcommand':atcommand.c:3548: error: 'libconfig' undeclared (first use in this function)atcommand.c:3548: error: (Each undeclared identifier is reported only onceatcommand.c:3548: error: for each function it appears in.)atcommand.c: In function 'atcommand_exec':atcommand.c:9854: error: 'sockt' undeclared (first use in this function)atcommand.c: In function 'atcommand_config_read':atcommand.c:9965: error: 'libconfig' undeclared (first use in this function)make[1]: *** [obj_sql/atcommand.o] Error 1 make[1]: Warning: File `atcommand.c' has modification time 2.5e+04 s in the future is now gone
  8. src/map/ atcommand.c make[1]: Warning: File `atcommand.c' has modification time 2.5e+04 s in the future MKDIR obj_sql CC atcommand.cIn file included from atcommand.c:48:HPMmap.h:25: warning: 'struct s_HPMDataCheck' declared inside parameter listHPMmap.h:25: warning: its scope is only this definition or declaration, which is probably not what you wantatcommand.c: In function 'atcommand_reloadatcommand':atcommand.c:3548: error: 'libconfig' undeclared (first use in this function)atcommand.c:3548: error: (Each undeclared identifier is reported only onceatcommand.c:3548: error: for each function it appears in.)atcommand.c: In function 'atcommand_exec':atcommand.c:9854: error: 'sockt' undeclared (first use in this function)atcommand.c: In function 'atcommand_config_read':atcommand.c:9965: error: 'libconfig' undeclared (first use in this function)make[1]: *** [obj_sql/atcommand.o] Error 1make[1]: Leaving directory `/home/trincli0082/trunk/src/map'make: *** [map_sql] Error 2trincli0082@spoonfeedro:~/trunk$ all is fresh already but still getting that error. EDIT: Fixed the title
  9. Thank you very much man.. Thank you! +1
  10. Hello, I already made a topic about this. please dont double post. EDIT: it was just yesterday so its still very fresh EDIT: Link here http://herc.ws/board/topic/4529-convert-this-facebook-share-system-script-please/
  11. Hello, I would like to request a party warper, This NPC will check an Item 1st, Two items possible with different quantity. ex: 10 apple 1 grape Party Leader may talk to the NPC, if the item is confirm the whole party will be warp to a certain map.. Please
  12. Question: Where to get the prize? I was outside the castle when the KOE ends because I died but we are the owner of the Hill, Where to get the prize? the NPC going to the map is gone already
  13. error in compiling... I just forgot to copy it but its talking about in atcommand.c
  14. http://rathena.org/board/topic/92423-facebook-share-system-new/#entry245689 Facebook Share
  15. What I want to run this script 2 times a week? what should be in the configuration? Work Flawlessly
  16. Whoahh, Thank you for this. gonna test this soon, Thank you very much
  17. Yes, I already have the SRC/Plugin, but I only want the command to be available on a player who has this item..
  18. { Id: 5474 AegisName: "Notice_Board" Name: "AFK Hat" Type: 5 Buy: 20 Weight: 700 Def: 4 Upper: 63 Loc: 256 EquipLv: 10 Refine: false View: 471}, That Item will enable @afk in that character when worn. or lets say just carrying it in inventory
  19. Thank you for the fast response Annie but what i mean is script in ITEM
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.