Jump to content

hikashin-rae

Members
  • Posts

    208
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by hikashin-rae

  1. Make sure you enable remote connection from your sql in server side.
  2. Make sure you use ascii. i believe.
  3. then mapflag on goldroom should be declared as 0;
  4. Change this to ,pl_sd->status.name);
  5. make an npc that has variable type. #variable ,1; if(#variable==100){ #variable++; } like that. only my example.
  6. 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
  7. 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?
  8. https://github.com/rathena/rathena/pull/3912 is your rA is updated?
  9. 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?.
  10. As i said you need to rework path.c the distance checker
  11. You need a lot of changes for that. Specially on path.cpp take note (as distance raises CPU time used significantly).
  12. This is good update nice keep our updates coming, Thank you as always.
  13. 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.
  14. Same here. haha almost 1year and 6months. Since i pm him. xD find good services on 3rd party service.
  15. I think xpro is just a littlebit busy. just take a wait also i am waiting for my server to be up on mobile.
  16. is your login char set up with group value 1? if (getgroupid() == 1) goto estender;
  17. It required source editing. for that example
  18. better support ask the one who gave you eamod.
  19. just add extra connection on the clientinfo.xml
  20. which one the logo? theme/default/img/
  21. hikashin-rae

    PVP Rank

    by using bindcmd and just a display bottom.
×
×
  • Create New...