Jump to content

stiflerxx

Members
  • Content Count

    125
  • Joined

  • Last visited

Everything posted by stiflerxx

  1. Hello Herculisnianos '-' are two doubts: 1 (already exists but does not know where there seems to be the (Eamod)) System of conquest (sistema de conquista(br)): link(br):http://www.i9ro.com/wiki/index.php?title=Sistema_de_Conquistas picture: description: And like a quest when you reach the goal you get 1 achievement. 2nd New Insurance System. would be equal to the normal trade could however only runs every 24 hours and another window that is would be similar to the system of two kafras. I do not know if it is possible to duplicate the system of trade.
  2. yes more new attack button a script but okay ^^ obg
  3. npc.c:4020:71: warning: character constant too long for its type npc.c: In function 'npc_parse_mapflag': npc.c:4020: warning: comparison is always true due to limited range of data type ? help?
  4. yes but there is no way for a new one? I attacked an NPC maybe '-' obs: sou br se quiser dialogar em pt esta tudo bem.
  5. pode ignorar esse erro, o importante é q o map, char, login e mapcache foram compilados com sucesso, esse erro já foi reportado e eles vão corrigi-lo em breve but this error can not create future problems? não vai criar não ^^ e pode falar português pois eu sou brasileiro tbm kkkkkk amen kkkkkkkk e tenso acha um br kkkkk e pq não costumo fica atualizando o emulador toda hora.
  6. pode ignorar esse erro, o importante é q o map, char, login e mapcache foram compilados com sucesso, esse erro já foi reportado e eles vão corrigi-lo em breve but this error can not create future problems?
  7. I think the error is in item_db.conf I think it wrong to write! alright so? sc_start SC_CONVERT_AGUA,10000,0; sc_start SC_CONVERT_FOGO,10000,0; sc_start SC_CONVERT_VENTO,10000,0; sc_start SC_CONVERT_TERRA,10000,0;
  8. hello did not quite understand what u want ... Was like this: <ITEM>Butterfly Wing<INFO>602</INFO></ITEM>"; "+ Getitemname (ID) +" =)
  9. how do I add a new option? anyone have any ideas?
  10. hello did not quite understand what u want ...
  11. where I went wrong? thank you link guide>>>http://herc.ws/board/topic/7526-guide-adding-new-status-icons/#entry46157 @edit petrifies but he did not put the status icon does not appear.
  12. Any working with 5.0.2? try grf editorhttp://herc.ws/board/files/file/138-grf-editor/ thank you
  13. hello goodnight When the player uses the skill (MO_EXTREMITYFIST,Asura Strike) however it usually appears if the player has but 150 "DEX" / "standcast" sprite / .tga the asura no longer appears. and some skill does not happen this how do I get the .tga show him asura / sprite always with the same standcast or 150 DEX?
  14. to forgive me and cuz my English is not very good then bad .... interpreite sorry and thanks for the support. have a good night +1
  15. // 32 - SC considered as debuff and be removed by Gospel and etc. it is not written for 32- and gospel? and to not quit when using tarot card (CG_TAROTCARD, Tarot Card of Fate)?
  16. int skill_delay_check (struct map_session_data *sd, uint16 skill_id, uint16 skill_lv,uint16 flag) { switch (skill_id) { case AS_SONICBLOW: case GC_CROSSIMPACT: case CG_ARROWVULCAN: if (sd->last_skill == skill_id){ if(( DIFF_TICK(sd->canskill_tick2, timer->gettick()) > 0 )) sd->state.skill_check_double = 1 ; }else{ sd->canskill_tick2 = timer->gettick() + 1500; } break; case RK_DRAGONBREATH: case RK_DRAGONBREATH_WATER: if (sd->last_skill == skill_id){ if(( DIFF_TICK(sd->canskill_tick2, timer->gettick()) > 0 )) sd->state.skill_check_double = 1 ; }else{ sd->canskill_tick2 = timer->gettick() + 1000; } break; default: break; } sd->last_skill = skill_id; return 1; }
  17. but has a diff for Hercules or someone who can do it even if paid $$?
  18. // 32 - SC considered as debuff and be removed by Gospel and etc. SC_PROTECTWEAPON, 32 SC_PROTECTSHIELD, 32 SC_PROTECTARMOR, 32 SC_PROTECTHELM, 32 nothing has changed ... SKILL still comes out .. the paladin keeps losing (Full Protection) when using PA_GOSPEL,Battle Chant
  19. [Warning]: status_readdb_sc_conf: Invalid status type SC_FULLPROTECTION specified. [Error]: sv_readdb: Could not process contents of line 445 of "db/sc_config.txt". SC_FULLPROTECTION, 32 ?
  20. hello is there any diff for new customers not to close the hexed when selecting another account? or there is this command for hercules? ex: http://rathena.org/board/files/file/3043-go-to-login-window-disconnect/ and too bad not use the pincode and yet the customer all the time close. Thank you
  21. how not to lose the skill (CR_FULLPROTECTION,Full Protection) when using the skill (PA_GOSPEL,Battle Chant) and one of the letters of skill (CG_TAROTCARD,Tarot Card of Fate)?
  22. hello could you tell me where u put if ( pc_get_group_level(sd) < 99 )? int buildin_maprespawnguildid_sub_pc(struct map_session_data* sd, va_list ap){ int16 m=va_arg(ap,int); int g_id=va_arg(ap,int); int flag=va_arg(ap,int); if(!sd || sd->bl.m != m) return 0; if(pc_get_group_level(sd) == 99) return 0; if( (sd->status.guild_id == g_id && flag&1) //Warp out owners || (sd->status.guild_id != g_id && flag&2) //Warp out outsiders || (sd->status.guild_id == 0) // Warp out players not in guild [Valaris] ) pc->setpos(sd,sd->status.save_point.map,sd->status.save_point.x,sd->status.save_point.y,CLR_TELEPORT); return 1;} +1
×
×
  • Create New...

Important Information

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