Jump to content

Mikegyver

Members
  • Posts

    399
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Mikegyver

  1. this client use itemInfo.lub / iteminfo.lua. 1st. on nemo patcher. find this patch. Load Custom lua file instead of iteminfo*.lub. change to -> System/itemInfo.lub 2nd. if u want to use ItemConverter tool, u need to change to above to System/itemInfo.lua & use below tool.
  2. First of all.. what client date u r using? Coz got 2 method of adding custom items depending on the client date itself. Either using idnum2table.txt or itemInfo.lub
  3. phew... as i thought.. u r using svn rather than git.. i'm not sure about this.. but i think there is a way how to convert svn to git.. i think u need to open new topic.. xD
  4. i really think this guide should be include in rathena wiki at github.. very usefull especially for beginner...
  5. i guess the dex is 1.. that's why always miss on any mobs.. xD
  6. i guess ur question posted in the topic did not mention in detail either can run 2 login server that can connect to a single char & map server lol...
  7. i think u need to ask the owner to rebuild back the vps. thanks for the idea
  8. well.. back to the topic.. i'm glad the error can be solve.. while i still clueless with the vps i've tried.. 1GB RAM.. ram usage at idle state around 20%.. but, got error in starting the map server..
  9. well.. i'm not sure about this.. hahaha.. i just reallize we have almost same signature when u reply to my topic previously.. i think it is just a co-incident.. ^-^ but no worries.. i'm thinking on changing my signature.. xD.. not changing.. but upgrade it.. hahaha..
  10. yeah.. i would agree with u.. RAM efficiency & HPM.. those 2 are advantages on hercules.. but, i really can't wait for rathena to upgrade to c++... really hope this upgrade could improve the efficiency in RAM usage..
  11. haha.. but, if u trying on hercules u not encounter this RAM issue.. i did put test on RAM consumption on hercules.. not even 200MB use to run hercules.. about RAM efficiency, i guess hercules has the advantage.. vps with 512MB is enough..
  12. Well.. rathena on idle state already consume 420 MB if i'm not mistaken.. u should upgrade to 1GB ram instead
  13. but if u want to have 2 servers but with single login port.. it gonna be different way. in this can u just use one login-server, 2 char-servers and 2 map-servers. server 1 login_athena.conf bind_ip: 192.168.1.xxx login_port: 6900 char_athena.conf userid: s1 passwd: p1 login_ip: 192.168.1.xxx login_port: 6900 char_ip: 192.168.1.xxx char_port: 6121 map_athena.conf userid: s1 passwd: p1 char_ip: 192.168.1.xxx char_port: 6121 map_ip: 192.168.1.xxx map_port: 5121 server 2 login_athena.conf bind_ip: 192.168.1.xxx login_port: 6900 char_athena.conf userid: s2 passwd: p2 login_ip: 192.168.1.xxx login_port: 6900 char_ip: 192.168.1.xxx char_port: 6122 map_athena.conf userid: s2 passwd: p2 char_ip: 192.168.1.xxx char_port: 6122 map_ip: 192.168.1.xxx map_port: 5122 in this case, you'll need to remove the login-server on one of the start scripts before executing them as ./athena start will start login / char / map servers server 1 -> athena start will start login / char / map server server 2-> athena start will start char/ map server
  14. yup. it is possible.. just assign the login_athena.conf, char_athena.conf & map_athena.conf different port for each server.. server 1 login_athena.conf bind_ip: 192.168.1.xxx login_port: 6900 char_athena.conf userid: s1 passwd: p1 login_ip: 192.168.1.xxx login_port: 6900 char_ip: 192.168.1.xxx char_port: 6121 map_athena.conf userid: s1 passwd: p1 char_ip: 192.168.1.xxx char_port: 6121 map_ip: 192.168.1.xxx map_port: 5121 server 2. login_athena.conf bind_ip: 192.168.1.xxx login_port: 6901 char_athena.conf userid: s2 passwd: p2 login_ip: 192.168.1.xxx login_port: 6901 char_ip: 192.168.1.xxx char_port: 6122 map_athena.conf userid: s2 passwd: p2 char_ip: 192.168.1.xxx char_port: 6122 map_ip: 192.168.1.xxx map_port: 5122 these are separate 2 servers. work independently..
  15. What ubuntu version u r using previously which having configure issue anyway?
  16. i'm thinking of this one... i think i'll let know the server owner to change vps.. much more better. xD
  17. well.. i'm host running rathena on digital ocean too... but never had come with this configure permission issue.. even no need to set the permission.. anyway i'm running on ubuntu... but, i don't this causing the issue..
  18. i already run apt-get update & apt-get -y upgrade. all packages are in newest version. do u have any reference / link how to implement this.. i'm very glad if could get this.. xD
  19. well.. i think i get this.. the trunk folder was transfer from windows OS.. so by dos2unix, it will convert it to be read in linux..
  20. not yet tried log.. anyway, how to check this log?
  21. i have that feeling too.. i setup quite few rathena on vps.. this is the first time i encounter this problem.. i've been thinking all night what i've done wrong.. the same step taken to install rathena in VPS. 1. update & upgrade 2. install prerequisite @ required program associated or needed to run rathena 3. setting mmo.h (using default setting, 20130807) & conf files (just setting IP to localhost + db name, user & password) 4. compile & start rathena. i just run out of idea & clueless why this error come...
  22. try to clone latest rathena repo? coz i see it stated there nothing to be done. go back to home / user directory & execute this command git clone https://github.com/rathena/rathena.git ~/rAthena Noted: do not run emulator on root user..
  23. 1GB of RAM.. but as can see on terminal. before starting rathena, RAM consumption 153/1024 MB after starting rathena, RAM consumpion 187/1024 MB i think rathena mostly required around 500 MB to startup.. my idle RAM consumption not even 20% in idle state..
×
×
  • Create New...