-
Posts
399 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Mikegyver
-
why not copy it from itemInfo.lub / idnum2resnametable?
-
Try to practice the tutorial below. Perhaps by renting unmamage vps or by using VM install on ur computer in order to host linux OS.
-
how do i make a private ragnarok rathena server?
Mikegyver replied to cheewei30's question in General Support
Basically got 3 way.. By using dedicated server (ro hosting) or unmanage vps or own hosting. Each would have pro & con Dedicated server (ro hosting), basically ready made server.. made u job much easier.. plus, some would provide u anti ddos feature.. however it depend on region. If US / Europe region.. perhaps price doesn't much differ with unmanage vps. But, for asia especially south east asia.. i've seen several ro hosting, in term of rental fees.. slightly expensive to US / Europe rate. Not all ro hosting. But some.. Unmanage vps. Can be said clean machine. U need to setup everything from scratch.. compiler, webserver, mysql server & etc.. normally OS used is linux (either centos or debian distribution). It might give u headache to setup everything. But, no worries. As this OS practically open source software, everything u need to know can be obtain by google around. for those who farmiliar with linux OS + would like to have custom setup with root access. Unmanage vps is the best choice.. Own hosting... same like unmanage vps.. but, the difference here. U have the physical server in front of u.. it would even not cost u a single cent to host the ro server. U can use ur current laptop. But, to achieve this. It will involving some networking knowledge. Port forwarding, basic firewall filter & ipban feature.. just want to secure ur server.. it depend on what build & what u audience.. which mean.. how these two will bring tendency for people to hack ur server.. if the tendency is high, u might need some powerful modem / router so that it last long during DDoS / can ban the ip of port scanner / DDoS. Yup. For starting. Buying a hosting isn't good way to do.. (u might need to get use with emulator first). try to make it offline first.. then expand it, by make it online (this is can be considered as own hosting, it depend on how u advertise ur server). Some may taking longer time to build the community. Thus own hostinf may be cost efficient to sustain & running the server.. later when the community grow & u need some better specs, feature & security. Can choose either unmanage vps / ro hosting.. Sorry for my bad english.. this language is not my primary language.. hope this explanation will give u better idea.. anyway, goodluck!. EDIT - just recalled i've bookmarked this tutorial.. hopefully u won't lost in setup ur server. -
anything that u need is can be obtained from zackdreaver's github.. try to look there.. from client resouces, clientside translation, even sprite.. https://github.com/zackdreaver/RO-Clientresources https://github.com/zackdreaver/ROenglishRE
-
if u don't have any custom item, by default u can use itemInfo.lub from this english clientside translation. simply applied a patch from NEMO - Load Custom lua file instead of iteminfo*.lub (Recommended) - System/itemInfo.lub & place the itemInfo.lub file inside the system folder of kRO directory. https://github.com/ROClientSide/Translation however, if u have so many custom item, u can convert idnumtables into itemInfo.lua by using item converter below https://rathena.org/board/topic/66795-itemconverter/ this converter generate lua file extension. in that case, just apply a patch from NEMO - Load Custom lua file instead of iteminfo*.lub (Recommended) - System/itemInfo.lua i think by using this item converter is much easier rather than this method. by please be sure to put all item_db.txt in the same folder (directory) with idnumtables
-
When can we expect a 2016 ragexe with extracted english msgstringtable?
Mikegyver replied to anjasoleil1's question in Client-side Support
what client date u r using? i'm using 2016-12-28aRagexeRE client.. seems all english translated.. try to set langtype to 1, it will read msgstringtable.txt -
any guide by using github software? i try to follow the guide provided. but got stuck in middle halfway. https://github.com/rathena/rathena/blob/master/.github/CONTRIBUTING.md How to create Pull Requests ?? 1. Make sure you have a GitHub account. 2. Next, you will need to fork rAthena to your account. 3. Before making changes, make sure you create a new branch for your working tree. 4. After completing your changes, commit and push it to your branch. 5. Now you are ready to create a Pull Request for rAthena! As on number 4. I already commit, which in the new branch. so, here's the question. should i commit in new branch or commit in the master branch.? what i did is i commit in the new branch. upon commit in the new branch, I create the PR.. but, somehow, my PR have checks failed. this is the failed message. Add more commits by pushing to the expanded-baby-job branch on hazimjauhari90/rathena. but, another question i would like to ask, how would it should be done. commit new branch & push to master branch. is that so? anyway, sorry for a such very simple & basic question. any guide & help are much appreciate. thank you.
-
hi everyone, i tried to add custom job (expanded baby job which originally from @Rytech dev of 3CeAM).. I manage to implement most of the custom jobs.. by referring from this guide https://rathena.org/board/topic/101710-how-to-add-custom-job-on-rathena-rv17704/ however i got stuck in applying db/const.txt (by exporting from 3CeAM). seems to be newer version of rA works differently from older version. i manage to have new custom job added.. just got a minor problem. when using @jobchange command, the custom job ID added not appear in the chat window. below are the screenshots. the 1st image is taken from 3CeAM, while the 2nd image is taken from rA with custom job added.. any GUIDE & reference is much appreciate. with all, regards. EDIT - the applied custom job can be found here, https://github.com/hazimjauhari90/rathena/commit/4679be907f0cb4d71e6be7d042275f544f2c2c3b
-
another thing should be look into, is this.. u need to change back to use older ZC_ACCEPT_ENTER2.. i can see in this thread, somebody comment about the solution. but, upon on last comment, we can see that still not working. https://rathena.org/board/topic/109395-2016-12-28aragexere/ if u successfully done it, please share to us the solution... regards..
-
2012-04-18aRagexe client & newer use itemInfo.lub for loading items.. however u can simply change to load from itemInfo.lua 1. make sure on nemo patch ---> 65 Load Custom lua file instead of iteminfo*.lub (Recommended) - System/itemInfo.lua 2. download this tools to generate itemInfo.lua file. later put the itemInfo.lua file into System folder in kRO directory https://rathena.org/board/topic/66795-itemconverter/
-
i mean ur Ragexe client..
-
What client date u r using?
-
not sure if there is any available 2015-11-09 client.. but, i'm pretty sure 2015-11-04 client is avaible to be download here at rathena forum. https://rathena.org/board/topic/104205-2015-client-support/ like emistry said, hosting have anything to do with client. just use any hosting will meet ur requirements & needs. then just simple adjust according to below. in the db/packet_db.txt, set packet_db_ver: 55 while in src/common/mmo.h #define PACKETVER 20151104 and in src/config/core.h //#define PACKET_OBFUSCATION upon setup these 3 above, recompile back ur rathena. this is on server side. last but not least, set verison to 55 in clientinfo.xml & don't forget to disable packet encryption in nemo patch.
-
i see.. try this.. 1. login by root via ssh. delete the whole html folder. 2. logout root. login as non-root user (user which u use to run rA). extract back FluxCP-master.zip 3. rename the FluxCP-master folder to html 4. logout non root user. login back as root via SSH. 5. Execute this command. chown -R 33:33 /var/www/html/data/logs chown -R 33:33 /var/www/html/data/itemshop chown -R 33:33 /var/www/html/data/tmp 6. refresh ur browser. see either it works or not.
-
what does this mean ya? do before u chown, the ownership is belong to root. then u change ownership to 33? is that so?
-
show me ur winscp screenshot in /var/www directory..
-
try this.. chown -R 33:33 /var/www/[flux folder]/data/logs chown -R 33:33 /var/www/[flux folder]/data/itemshop chown -R 33:33 /var/www/[flux folder]/data/tmp execute this command by logging root account via SSH.
-
Possible to diff own client to use with private server?
Mikegyver replied to pagalas's question in Client-side Support
in the db/packet_db.txt, set packet_db_ver: 45 while in src/common/mmo.h #define PACKETVER 20130807 and in src/config/core.h //#define PACKET_OBFUSCATION upon setup these 3 above, recompile back ur rathena. make sure when u diff with nemo, u disable packet encryption. -
Possible to diff own client to use with private server?
Mikegyver replied to pagalas's question in Client-side Support
What is ur client version anyway? If supported by rathena, u just need to match the conguration in the db/packet_db & src/common/mmo.h -
old vps not using linux? isn't CentoS 6 is a one kind of linux.. or perhaps ur new vps is Centos 6? just little bit confuse here.
-
it is much easier to backup old sql database using phpmyadmin. how to backup old sql database 1. login into phpmyadmin. click export. 2. on export method, click custom. 3. on output, tick view output as text. 4. on object creation options, tick Add DROP TABLE / VIEW / PROCEDURE / FUNCTION / EVENT statement 5. then click on go button. 6. the db sql is generated in text format. copy all & paste it blank notepad. 7. save it on ur computer. be sure to remember the file name & directory location. as u will use it to restore back in new vps how to restore olq sql database 1. login into phpmyadmin. click import. 2. click on button browse your computer. search the txt file that contain sql files which u save earlier. 3. then click on go button. the purpose in saving sb sql files in txt formatted is to overcome the slow internet connection problem... as the txt file size is much smaller than in .sql
-
basically ftp is almost same as ftp. but, it is transfer method directly from old vps to new vps... perhaps if the file size is larger, & ur internet connection is slow, maybe u will have difficulties in upload back the files in the new vps.. i'm not farmiliar with centos.. but, i think u can search in google the correct scp command parameter for centos.... about point no 3 & 4, do u have phpmyadmin installed in ur old vps?
-
[Guide] How to use a secondary ItemInfo file
Mikegyver replied to Neo-Mind's topic in Client Releases
Perhaps this might be the alternative for add custom item. http://herc.ws/board/topic/11686-guide-adding-new-items-without-iteminfolub/#entry77704 -
if u running old linux (debian distribution0, easiest way by doing SCP command.. login using putty at old VPS and execute this command. scp -r /[home directory]/[rAthena directory] [user]@[new vps IP address]:/[home directory] example: scp -r /home/rAthena [email protected]:/home