Jump to content

ohyono

Members
  • Posts

    56
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by ohyono

  1. I try to modificate the skill "KO_GENWAKU", i want this skill give any points of stats(it's working) and switch whit other player(not work). My skill change position with mobs but not work for players and i no idea whats happen. My configurations are: The skill.c: case RC_SWITCH: if ( !map_flag_gvg(src->m) ) { int x = src->x, y = src->y; if( sd && rnd()%100 > ((45+5*skill_lv) - status_get_int(bl)/10) ){//[(Base chance of success) - (Intelligence Objectives / 10)]%. clif_skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0); break; } if (unit_movepos(src,bl->x,bl->y,0,0)) { clif_skill_nodamage(src,src,skill_id,skill_lv,1); clif_slide(src,bl->x,bl->y) ; sc_start(src,src,SC_CHANGE,80,skill_lv,skill_get_time(skill_id,skill_lv)); if (unit_movepos(bl,x,y,0,0)) { clif_skill_damage(bl,bl,tick, status_get_amotion(src), 0, -30000, 1, skill_id, -1, 6); if( bl->type == BL_PC && pc_issit((TBL_PC*)bl)) clif_sitting(bl,true); //Avoid sitting sync problem clif_slide(bl,x,y) ; sc_start(src,bl,SC_CHANGE,80,skill_lv,skill_get_time(skill_id,skill_lv)); } } } break; Skill_db.txt: 1106,5:6:7:8:9,6,16,0,0x1,0,5,1,no,0,0x400,0,none,0, RC_SWITCH,Switch skill_require.txt 1106,0,0,40:44:48:52:56,0,0,0,99,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //RC_SWITCH#Switch# skill_cast.txt //-- RC_SWITCH 1106,500,0,0,5000,0,0,0 I hope the information be suficient, if you need more data only say it
  2. The problem I have is that when you open the storage, in any manner, either bycommand or by kafra causes the client to exit automatically. I have updated to 22.11.2011 Lua_files I use the client made ​​by Judas I use the well updated packet_ver.txt and the mmo.h I have: # define PACKETVER 20111122 Use a good current data folder If anyone has any idea how to solve the problem, agraderecia much. Or even if I may say that applying diffs to create one like the use of any other date in late 2011 orearly 2012. or a guide or whatever would greatly appreciate it.
×
×
  • Create New...