Jump to content

Tonetzkii

Members
  • Posts

    323
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Tonetzkii

  1. Try to set default no changes. check mo kung makaka connect sila and dont forget off firewall.
  2. Instruction how to port forward. medyo old pero working po yan. http://www.eathena.ws/board/index.php?showtopic=179309
  3. char_athena login_ip: 192.168.1.223 char_ip: 86.77.238.73 map_athena char_ip: 192.168.1.223 map_ip: 86.77.238.73 clientinfo.xml 86.77.238.73 You dont need to change subnet make it default.
  4. pakipost sa rathena bug tracker.
  5. Free to post your problem here maraming tutulong sayo just post.
  6. Thank you its working now.
  7. Thnx ill try this later.
  8. Can you put delay after command usage?
  9. This is posible command? a lot of player have a problem in flag command thats why i have an idea. For example @emotion flg1 = CTRL + 1 flg2 = CTRL + 2 flg3 = CTRL + 3 etc etc...
  10. Baka makatulong. http://ratemyserver.net/index.php?iname=alice+doll&page=re_item_db&quick=1&isearch=Search
  11. Lates SVN release found here. http://rathena-tools.appspot.com/tools/svn-status.py
  12. grf problem yan gawa ka ng sarili mong grf na babasahin ng client.exe mo.
  13. Check mo muna ISP kung dynamic, Dynamic ISP lang kasi pwede mag host ng server pero pag smartbro or wireless internet connection hindi un dynamic IP means hindi pwede mag host.
  14. Yep! everyone is right test mo muna sa own pc mo best way para matutunan mo muna then transfer to your vps.
  15. Microsoft Visual Studio / C++ is a offline program but the requirments for installation you need internet connection.
  16. Thank you! its working but i can't change job because i have skill points remain. Any other way to removed effect of discount and overcharge? Nvm i configure it out with my own. thanks anyway. src/pc.c /*========================================== * Update buying value by skills *------------------------------------------*/ int pc_modifybuyvalue(struct map_session_data *sd,int orig_value) { int skill,val = orig_value,rate1 = 0,rate2 = 0; if((skill=pc_checkskill(sd,MC_DISCOUNT))>0) // merchant discount rate1 = 5+skill*2-((skill==10)? 1:0); if((skill=pc_checkskill(sd,RG_COMPULSION))>0) // rogue discount rate2 = 5+skill*4; if(rate1 < rate2) rate1 = rate2; if(rate1) //val = (int)((double)orig_value*(double)(100-rate1)/100.); if(val < 0) val = 0; if(orig_value > 0 && val < 1) val = 1; return val; } /*========================================== * Update selling value by skills *------------------------------------------*/ int pc_modifysellvalue(struct map_session_data *sd,int orig_value) { int skill,val = orig_value,rate = 0; if((skill=pc_checkskill(sd,MC_OVERCHARGE))>0) //OverCharge rate = 5+skill*2-((skill==10)? 1:0); if(rate) //val = (int)((double)orig_value*(double)(100+rate)/100.); if(val < 0) val = 0; if(orig_value > 0 && val < 1) val = 1; return val; }
  17. Good day! How to removed discount skill of merchant classes.?
  18. How to fix disconnecting from server while i changing map or @go position.?
  19. Bro can you make an screenshots of errors that you got and also make a screenshot for map server if he got an packet error. Bro would you release hex normal camera zoom and Skip License Screen?
  20. Maraming guide dito na natatabunan nalang dahil hindi binabasa. Use eye for searching http://rathena.org/board/topic/53291-guidehow-to-setup-a-ragnarok-onlineserver-side-only/
  21. Its works thank you! but now i have a problem in column database. Check this picture.
×
×
  • Create New...