-
Posts
244 -
Joined
-
Last visited
-
Days Won
8
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Rivers
-
I had a similar issue with this and had to message my host support to have them reinstall all guild related files in my sql database. It fixed it right away.
-
Thanks. I added all the maps I wanted to the Mapflag nowarpto and it worked.
-
Check out this link and see if you have any questions about it.
-
Good day, I'm looking to get @warp to only work for specific maps. Is there a way to get this done? Basically able to warp on any non mvp map.
-
Many people have been asking me how I got my server, or theirs, working online using AndRO apk. Firstly, download AndRO's latest APK here.: http://roworkshop.com/andro/main/index.html This guide works for v260 , v288 & v323 Next, take all necessary files for running a server. These are the files from a fresh kRO, or in most cases a "Lite" version of a server. (In this example I used my Lite server files.) Below is a compiled folder of the files you need. Modify the clientinfo.xml to contain your information, add your client.exe, add your patcher, & your server grf. https://www.mediafire.com/file/hc1h491a0v4eux7/Lite+Files.zip/file Then, I zipped everything into a RAR file. Downloading that onto my mobile device, in the Downloads folder. (Create new folder for version 288 and above) Using almost any RAR extractor tool from Google Play Store you can extract all the files into your Downloads folder. Once completed you will then run your AndRO application. (NOTE: This will not create a custom icon for your server. To do that you need to buy the APK version of your server from AndRO Workshop.) https://play.google.com/store/apps/details?id=com.rarlab.rar&hl=en_CA clieninfo.xml Now you might have some questions about the clientinfo.xml that you'll need to put into your main GRF. Below is an example of what mine looks like. This allows my server to read everything in plain English and not Acsii. Common errors: Unable to Find Resource values : Fixed by re-selecting the directory. If this fails, your clientinfo may not be there or it can't read your GRF; this is common with incorrectly encrypted GRFs. V260 Crashes after selecting server directory, with no error : Fixed by disabling Gepard. If you have Gepard and want to keep it active you will need the paid version mentioned above. V260 Item Descriptions not in Enlgish : Fixed by changing clientinfo.xml to read data folder first and selecting it to read itemInfo.lua files. V260 Application will not read Downloads folder : Fixed by giving AndRO application Storage permissions. V260 Fatal Error: java.net.UnknownHostException: Unable to resolve host "host.name.here.net": No Address associated with hostname. : Fixed by closing App completely, reloading app, "change" directory, reselect Downloads folder and reopening the directory. sounds annoying, because it is, but it works! V260 data/sprite/인간족/머리통/여/2073_여.spr : Fixed by adjusting your Packet version in the packet line of clientinfo.xml. V260 data/sprite/인간족/머리통/남/33_남.spr : Fixed by reseting look to default. Many pallets and hairstyles are not working. V260 File format error. Try to delete your client folder "/directory/". Failed to Parse LUA file: /data/user/0/com.rowork-shop.androlocalclientfiles/tmp.lub:30000 (or any other combination of numbers) unexpected symbol near 'symbol/text_error' : Fixed by scrolling to the specified line of your LUA/LUB and adjusting the improper values. V260 Failed to connect to resource server : Fixed by adding the patch directory to the clientinfo.xml / If your GRF is encrypted you will need to decrypt it. V260 Patch list error 1 at line 1 : Fixed by removing Patch and Website lines from your GRF. This is for those who don't use websites for their server. V260 Failed to connect to map server : Fixed by double checking the patch directory on the clientinfo.xml. It is important to have both patch directory lines in it to receive connections. V260 Fatal error Failed to load map: * : Fixed by either reselecting the Path in Settings and changing it, even if it's identical to what you have now; or by reinstalling the AndRO Freeware. V260 Failed to parse LUA: Only supporting v5.0, sorry : May have an older version that is not compatible with the latest AndRO. V260 Game crash without error/AndRO apk has stopped working : This can be because you are in @hide. Unhide to be able to load the game again. This can also be an issue with the version, I downloaded v288 and this issue resolved itself. V260 Attempt to invoke virtual method 'void . . 3.. (int, int)' on a null object reference : This error is still being investigated. It is believed to be the same error as the Game Crash/AndRO apk has stopped working. V288 More will be added and polished as I learn more. Thanks for reading thus far. If you need assistance compiling your mobile server let me know and I'll try my best to help.
-
Many thanks everyone for their quick responses. I will be looking into Proxies for my server. You're a huge help!
-
Good day, I hope this is in the correct section... I am looking for something to help my players in Asia get a lower ping to my server. Is there a relay service that can do this? I asked my host and they don't offer this type of service, but they will support it.
-
Thank you for all your help. I had the client read data first and added the files into data folder and that resolved my issue as well as changing to <iteminfo>itemInfo.lua</iteminfo> Thanks again everyone!
-
By the nine.... I was close to that, thanks for this! It works.
-
Hello, I'm trying to get this NPC to warp my character to a GM area we've added into the game. If anyone can help that'd be great. //================= Vanaheim Online GM Area Butler ================// veil,82,82,7 script Alfred 109,{ if(getgmlevel()>=99) { mes "[Alfred]"; mes "Good day, Boss. Would you like to change the password today?"; next; if(!(select("Yes:No")&2)) { mes "[Alfred]"; mes "Alright, what will it be this time?"; next; input .@lb_pass$; mes "[Alfred]"; mes "I'll keep it at ["+.@lb_pass$+"]. Mum's the word, sire!"; set($lb_pass$,.@lb_pass$); close; } } mes "[Alfred]"; mes "Password, please."; next; input .@lb_pass$; if(.@lb_pass$ != $lb_pass$){ mes "[Alfred]"; mes "Incorrect password."; close; } mes "[Alfred]"; mes "That is correct. How can I be of service today, sire?"; close2; if(getgmlevel()<=3) { mes "Sorry. You don't have access here."; end; } else { mes "[ ^FF0000System^000000 ]"; mes "Welcome ^FF0000"+strcharinfo(0)+"^000000 !"; next; mes "[ ^FF0000System^000000 ]"; mes "Come right in, sire. we will make arrangments inside."; next; ===>>>(This is where I need it to warp to 1@bamq x,y) <<<=====
-
Thank you very much.
-
How do I make this NPC give 50 guild levels to any player that talks to it?
-
20180620 I've checked iteminfo.lua and .lub but it won't change. I saved it to both server.grf and data.grf, but nothing worked. EDIT: This is my clientinfo.xml. Perhaps I placed a line of code somewhere incorrectly? Anyone have any ideas, please let me know. <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>america</servicetype> <servertype>primary</servertype> <connection> <display>[ 100/100/5% ] [ Vanaheim ]</display> <address>198.50.173.197</address> <port>6900</port> <version>55</version> <langtype>1</langtype> <packetver>20180620</packetver> <read_lua_before_lub>true</read_lua_before_lub> <increase_max_hairstyles>500</increase_max_hairstyles> <increase_max_haircolors>600</increase_max_haircolors> <read_data_directory_first>true</read_data_directory_first> <hide_quickcashshop_button>true</hide_quickcashshop_button> <max_guildpositions>30</max_guildpositions> <registrationweb>https://www.ragnarokvillains.roserver.net/</registrationweb> <aid> <admin>2000038</admin> </aid> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> </loading> <patchserver> <type>thor</type> <http>http://ragnarokheroes.roserver.net/patch/plist.txt</http> <ftp>http://ragnarokheroes.roserver.net/patch/data/</ftp> <grf>heroes.grf</grf> <inf>updates.dat</inf> </patchserver> </connection> </clientinfo>
-
How do I change the item descriptions for AndRO? I added my iteminfo.lua/.lub files but nothing is changing. https://imgur.com/gallery/9yLhfv7
-
Where do I change the image preview for my FLuxCP? I can't seem to find it anywhere. https://imgur.com/EmQZBoM
-
Found it in char_athena.conf, just in case anyone else is looking. conf/char_athena.conf Find & change values to however high you need: // Size for the fame-lists fame_list_alchemist: 10 fame_list_blacksmith: 10 fame_list_taekwon: 10
-
Thanks, I fixed that error , but now it just crashes the app when I log in with or without a correct password. Any idea what's wrong? Anyone? Anyone know how to fix the issue where AndRO crashes after Login screen? It crashes with correct or incorrect password only. Issue was I need Premium AndRO. 400 USD, I guess I'm saving up.
-
I keep getting this error. java.net.UnknownHostException: Unable to resolve host "ragnarokheoes.roserver.net": No address associated with hostname Any ideas how to resolve this? My client info is below <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>america</servicetype> <servertype>primary</servertype> <connection> <display>[ ^8600b3(Grind)^000000 ] [ ^DA2222HeroesRO^000000 ]</display> <desc>HeroesRO</desc> <address>0.0.0.0</address> <port>6900</port> <version>55</version> <langtype>1</langtype> <packetver>20180620</packetver> <registrationweb>https://ragnarokheroes.roserver.net/cp/</registrationweb> <aid> <admin>2000000</admin> </aid> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> </loading> <patchserver> <type>thor</type> <http>http://ragnarokheroes.roserver.net/patch/plist.txt</http> <ftp>http://ragnarokheroes.roserver.net/patch/data/</ftp> <grf>heroes.grf</grf> <inf>updates.dat</inf> </patchserver> </connection> <connection> <display>[ ^8600b3(Free-All)^000000 ] [ ^DA2222VillainsRO^000000 ]</display> <address>0.0.0.0</address> <port>6900</port> <version>55</version> <langtype>1</langtype> <packetver>20180620</packetver> <registrationweb>https://ragnarokheroes.roserver.net/cp/</registrationweb> <aid> <admin>2000000</admin> </aid> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> </loading> <patchserver> <type>thor</type> <http>http://ragnarokheroes.roserver.net/patch/plist.txt</http> <ftp>http://ragnarokheroes.roserver.net/patch/data/</ftp> <grf>heroes.grf</grf> <inf>updates.dat</inf> </patchserver> </connection> </clientinfo>
-
Fixed this by deleting guilds affected, recompiling & @reload configs. Hasn't come back so far. Resolved, I guess.
-
So I'm having an issue with my guild window making a new copy of myself in the guild, which takes a slot of space for other members, too. Here's a picture of what I mean. It happens with every @job change.
-
/db/pre-re/produce_db.txt It's a skill called "SA_CREATECON" change the item ID to whatever you wish. Coloured Bijou seem to work well for my server. DEFAULT LINES: //===== Elemental Converters === ItemLV=23 ===== //-- Fire Elemental Converter <-- SA_CREATECON & 1 Blank Scroll, 3 Scorpion Tail 141,12114,23,1007,1,7433,1,904,3 //-- Water Elemental Converter <-- SA_CREATECON & 1 Blank Scroll, 3 Snail's Shell 142,12115,23,1007,1,7433,1,946,3 //-- Earth Elemental Converter <-- SA_CREATECON & 1 Blank Scroll, 3 Horn 143,12116,23,1007,1,7433,1,947,3 //-- Wind Elemental Converter <-- SA_CREATECON & 1 Blank Scroll, 3 Rainbow Shell 144,12117,23,1007,1,7433,1,1013,3
-
I'm looking to make changes to Taekwon Ranker to allow more than 10 people to be rankers (or all taekwons), where to modify the Alchemist ranker and Blacksmith ranker list as well.
-
Is it possible to make a weapon's script fix the attack speed rate to, let's say for example, 185?
-
Ah many many thanks! I was searching in the wrong spot. ?
-
As the title says, I'm looking to make a set of equipment only usable in PVP/GVG or only have an effect activated in those designated maps. Any way to do this?