Jump to content

rans

Members
  • Content Count

    358
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by rans

  1. So all my custom robe sprite went missing (in-game view) but on alt+q and character select it shows. spriterobename.lub spriterobeid.lub but all default sprite robes seems to be working fine. only the custom have problem. is there added steps in adding sprite robes?
  2. I see the patch being "successful" for 2018 clients but im not so sure about if its already fixed because last month i tried 2017 clients with enable 64k but after 30+ hstyle in-game will randomly crash. I dont really know how to exactly reproduce but it just happen randomly. anyone here already tried the patch in newer clients?
  3. Hi, Im not really familiar with Git or i mean im newbie. I just want to know how could I create my own repository of hercules but will still get update from the main repository of hercules when i git pull? if you could elaborate of what and how to do it specifically it would be very appreciated. thank you!
  4. try comparing it with a default npc and slowly rotate it. there is a offset where the custom added will face direction quicker than it should be. just like in the photo i posted.
  5. here npc_bascojin.act npc_bascojin.spr
  6. the poring is a default one and the bascojin i downloaded. i've also encountered this problem to other custom npc from the download section.
  7. This duplicate npc (the bascojin and poring) is facing the same direction in the script (4) but if you rotate camera there is a small offset. the custom added npc will switch face faster than the normal.
  8. wondering if anyone has 2018 version for this?
  9. I'm a little bit confuse on this How can i use the env MYPLUGINS? all the guides about adding plugin uses the MYPLUGIN = I'm just curious. thank you
  10. rans

    Hercules.ws

    Cleaned up my browser so i forgot that hercules change their domain long time ago from hercules.ws to herc.ws but when i tried to use hercules.ws it redirected me to rathena lol
  11. hello, its seems that when my spritefile name has "_" in the converted iteminfo it's translated into space. is it normal? or there is a settings also for that?
  12. I ddnt notice that. thanks i change it to 2016
  13. I use the tool mergeidnum.bat to convert my idnum into iteminfo but after it i'm getting this 7th argument is must number error. i've attached my iteminfo.lub itemInfo_new.lub
  14. i did try to add a dummy sprite to that missing file. and it seems to be a job sprite. but when i try to change to another job it resulted to another missing file error.
  15. Sorry i'm not really getting what your trying to explain to me. but a few test i've already done is to use other account/ create new account reset the setup.exe and use other client folder using hercules too but different server just trying to connect with clientinfo.xml all the same result for just this one trunk. but on the older trunk it works just fine.
  16. I did check and its missing a file but the thing is the same client side works on rathena. or older version of hercules. i'm not so sure why is the job sprite suddenly require to be inside of "costume_1" folder and have _1 on their ending name.
  17. Usually i can setup a hercules server a few months ago now i tried the same method i used to and it seems i'm getting error Resource File Loading fail Àΰ£Á·\¸öÅë\³²\costume_1\Ãʺ¸ÀÚ_³²_1.act sprite\Àΰ£Á·\¸öÅë\³²\costume_1\Ãʺ¸ÀÚ_³²_1.act this sprite is the job sprite. i'm not so sure why it's happening i tried switching between clients (2015 and 2016 clients) but the same result. tried different version of nemo. then i tried setting up rAthena server using the same Client side. and it works just fine. no error I'm using latest herc and Rathena (as of today) to do the testing. Thanks in advance!
  18. hi, i had this issue back years ago, it has something to do with exp or atcommand i don't really remember. have you check for map-server error / warning message during startup of your server?
  19. Try to let your player wear undead property
  20. Hi thanks for taking notice of my post. I wanted to edit the content of skill.c where if (temp == AS_SONICBLOW) pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking. else if (temp == PF_SPIDERWEB) //Special case, due to its nature of coding. type = CAST_GROUND; change into if (temp == PF_SPIDERWEB) //Special case, due to its nature of coding. type = CAST_GROUND; but using a plugin instead of directly editing the file.
  21. Hi is it possible to make a plugin for continues sonic blow? I don't really want to edit my src using this method: if (temp == AS_SONICBLOW) pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking. else if (temp == PF_SPIDERWEB) //Special case, due to its nature of coding. type = CAST_GROUND; to if (temp == PF_SPIDERWEB) //Special case, due to its nature of coding. type = CAST_GROUND; because i regularly update my trunk with the latest version of hercules. so I was thinking of using a plugin but i really don't know how to make a plugin. Thanks!
  22. If you guys don't have gepard, You can use Rocred. it generates mac id which you can use in your script.
×
×
  • Create New...

Important Information

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