Jump to content

hikashin-rae

Members
  • Posts

    213
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by hikashin-rae

  1. Yes then add also a remote connection thru mysql database to your web host.
  2. What do you mean? do you mean BL_PC? skill or npc skill?
  3. enable also the error to true and debug mode please on it. then paste here.
  4. i have a latest of this one. https://github.com/coookie1010/Server-Patches/blob/main/rA-jumptosell.diff here i created a working one.
  5. try this. https://github.com/llchrisll/ROenglishRE
  6. Make sure you enable remote connection from your sql in server side.
  7. Make sure you use ascii. i believe.
  8. then mapflag on goldroom should be declared as 0;
  9. What are you using re or pre-re?
  10. Change this to ,pl_sd->status.name);
  11. make an npc that has variable type. #variable ,1; if(#variable==100){ #variable++; } like that. only my example.
  12. https://github.com/rathena/rathena/blob/master/conf/battle/items.conf#L13 Here. // The highest value at which an item can be sold via the merchant vend skill. (in zeny) vending_max_value: 1000000000
  13. it seems that base on your error feed from console it is clear that you has a invalid item or the array start's on -1? maybe?
  14. https://github.com/rathena/rathena/pull/3912 is your rA is updated?
  15. First identify what diff's did you implement to your server. if it has a affection about walk direction packets. Check also your client if its match?.
  16. As i said you need to rework path.c the distance checker
  17. You need a lot of changes for that. Specially on path.cpp take note (as distance raises CPU time used significantly).
  18. This is good update nice keep our updates coming, Thank you as always.
  19. Ramod works client is 2010. if you want to work all other things just rip some parts lol. then apply it to latest. -You can add supports manually in 2010 to 2015. but expect a lot of bugs will appear.
  20. haha. We dont know.
  21. Same here. haha almost 1year and 6months. Since i pm him. xD find good services on 3rd party service.
  22. November 3 our last convo.
  23. I think xpro is just a littlebit busy. just take a wait also i am waiting for my server to be up on mobile.
  24. is your login char set up with group value 1? if (getgroupid() == 1) goto estender;
  25. It required source editing. for that example
×
×
  • Create New...