Jump to content

Markyieee

Members
  • Posts

    134
  • Joined

  • Last visited

Everything posted by Markyieee

  1. Do i combine that with the previous skill_db.txt you modify? :-)
  2. Solved it. changed the classnum in iteminfo.lub :-) thanks for the help
  3. Solved it. changed the classnum in iteminfo.lub :-) thanks for the help
  4. Please do a little searching :-)) http://rathena.org/board/topic/79394-setup-thor-patcher/
  5. in here : rAthena: src/config/renewal.h Uncomment all pre-renewal and it can be all renewal
  6. Try this link here :-) http://rathena.org/board/topic/72687-soul-link-effects/
  7. I think you can refer to this link for some informations :-) http://rathena.org/board/topic/72687-soul-link-effects/
  8. Does it work? :-) please confirm.
  9. Do you mean that when you equipped the item there you got the error?
  10. In 2012 04 18 Client do i still have to configure weapontable.lub? or not anymore? :-)
  11. Did you also put sprites on the ¿© section? On accessoryid accname accname_eng. Try to put comma on the end ( sometimes small things do worst damages ) :-) Just try. Im not sure though.
  12. Check your grf :-) data > sprite > gender > male. I think you might have double some act files or missing some act.
  13. What position do you mean? Weapon ID? u say custom bow right? if not ur sprite wrong i think the positionin wrong place,example u can make headgear into ur foot so just arange the position of ur sprite i mean like if hit show in hand try using regular bow position and edit ur custom weapon sorry if im tell wrong because im not yet in the zone of editing sprite :-) miss take 1 more thing sorry bad english :-) hahaha You mean the location of the item? On which i could put them? Like Head Right Hand Left Hand?
  14. Sorry if i posted on the wrong section. I already tested meltdown a thousand times but it doesn't break the enemies weapon or armor. please help. thank you
  15. Maybe your addon is not compatible to your flux.
  16. Which one is it : PC_HATE_MOB_MOON PC_HATE_MOB_STAR PC_HATE_MOB_SUN ???
  17. What position do you mean? Weapon ID?
  18. I put my weapon sprite ( bow ) on /data/sprite/Àΰ£Á·/ÇåÅÍ folder Then also on drop folder. texture/collection texture/item Also the weapon id is in range 1742 My problem is when i attack it turns out that i do punching not using the custom bow as for sprite. The weapon is not showing when attacking. Please help me. I do search the google and forums for possible solutions but i can't seem to solve it yet. Bump
  19. 1. On your db/(pre/re)/skill_require_db.txt Find : 356,0,0,50,0,0,0,3,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //LK_PARRYING# Replace it by : 356,0,0,50,0,0,0,2:3,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //LK_PARRYING# 2. Try this : ( src/map/status.c ) Find : vit -= sc->data[SC_STOMACHACHE]->val1; if(sc->data[SC_KYOUGAKU]) vit -= sc->data[SC_KYOUGAKU]->val2; Add below : if(sc->data[SC_SPIRIT] && (sc->data[SC_SPIRIT]->val2 == SL_WIZARD || sc->data[SC_SPIRIT]->val2 == SL_SAGE)) vit += ((TBL_PC*)bl)->status.int_ / 5; Find : maxhp -= sc->data[SC_MYSTERIOUS_POWDER]->val1 / 100; if(sc->data[SC_EARTH_INSIGNIA] && sc->data[SC_EARTH_INSIGNIA]->val1 == 2) maxhp += 500; Add below : if(sc->data[SC_SPIRIT] && (sc->data[SC_SPIRIT]->val2 == SL_WIZARD || sc->data[SC_SPIRIT]->val2 == SL_SAGE)) maxhp += ((TBL_PC*)bl)->status.base_level * 200; 3. Is there a soul link for gunslinger ? Can i also do the renewal source script to pre renewal source?
  20. I have done this. i got no error when showing the weapons like doing magnum break. but when i attack a monster it automatically closes my client :-) I also checked the sprites and it's okay
  21. The problem is When i use the custom weapons to attack a monster or player it causes the error or force exit of the client. What is the cause of the problem? :-) Thank you
  22. Please also check the accname and accname_eng :-) regarding the 1354 item
×
×
  • Create New...