-
Posts
44 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by Botaring
-
-
I already configured the following files:
inter_athena.txt (MySQL Web)
Client Diff - HTTP Emblem (Mr. Chaos92 provided the info that 2021-11-03 doesnt need it since it's already patched)
SQL File (Already uploaded it on ragnarok_db on MySQL/PHPMyAdmin)
ExternalSettings_kr.lub (Changed AsstAddr to my server's IP)
I also tried did command "./configure --enable-web-service" but to no avail
Then the problem is the web-server, as I've mentioned before from my previous reply.
-
On 9/21/2023 at 4:53 PM, G-RO said:
Mine has been solved. its working fine now :).
You need to diff HTTP Emblem - before it works.May I ask how did you make your webserver work?
What type of program do you use to diff HTTP Emblem? I use warp and it doesn't have that on 2021-11-03 -
2 minutes ago, Dev j said:
Drop your web_conf
It's just this, sir:
web_port: 8888
-
13 minutes ago, Chaos92 said:
make sure u already run web files part in the sql-files. and also make sure web server is already running.
use latest rathena if possible because its 100% working for latest rathena.
I'm using the latest revision of rathena, and has the sql files on the db. But for some reason
-
26 minutes ago, Dev j said:
MakeableRace = { Doram = true } -- Change the "AssistAddr" to your IP AssistAddr = "nodns.tro.com:8888"
nodns.tro.com replace to ip of your server
about webserver check your inter_athena.conf
// MySQL Web Server
web_server_ip: 127.0.0.1
web_server_port: 3306
web_server_id: ragnarok
web_server_pw: ragnarok
web_server_db: ragnarok
change this base on your sql
I have configured the WebServer on my inter_conf.txt
i changed the AssistAddr to my IP but to it still dont show the emblem, sir. -
On 9/19/2023 at 11:28 AM, Dev j said:
Kung gamit mo ung Latest Emu. madali lang
go to conf > web_athena.conf > // Web Server Port
web_port: 8888
tapos punta ka ng client side
data > luafiles514 > lua files > service_korea > ExternalSettings_kr.lub
Find > AssistAddr = "127.0.0.1:8888"
palitan mo ung 127.0.0.1 ng IP ng Hosting mo
then try mo kung working na
Need ko pa po ba idiff yung 2021-11-03 Client? Ayon po kasi ang gamit ko, nabasa ko po kasi doon sa chris translation need pa idiff ng HTTP Emblem. Kaso wala po siya sa WARP
On 9/19/2023 at 10:03 AM, Chaos92 said:you need to set the IP in externalsettings depends on what service u set in sclientinfo.xml
https://github.com/llchrisll/ROenglishRE/wiki/Webservice-Guide
I already did that sir, but it's still not working.
Here is my sclientinfo.xml:<?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>primary</servertype> <connection> <display>Testing</display> <address>nodns.tro.com</address> <port>6905</port> <version>55</version> <langtype>1</langtype> <registrationweb>www.ragnarok.com</registrationweb> <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> <aid> <admin>2000000</admin> </aid> </connection> </clientinfo>
and my ExternalSettings_kr.lub:
MaxLevelTable = { BaseLevel = 99, BaseLevel3rd = 200, BaseLevel4th = 250, BaseLevelExtend2 = 200, BaseLevelUpperJob = 200, BaseLevelHomun = 250, BaseLevelDoram = 200, JobLevelNovice = 10, JobLevelSuperNovice = 99, JobLevelBase = 50, JobLevel2nd = 70, JobLevel3rd = 70, JobLevel4th = 50, JobLevelExtend2 = 70, JobLevelUpperJob = 70, JobLevelDoram = 60 } MakeableRace = { Doram = true } -- Change the "AssistAddr" to your IP AssistAddr = "nodns.tro.com:8888" ----------------------------------------- -- Old client compatibility [Secret] -- DON'T TOUCH ANYTHING BELOW ----------------------------------------- Url = { TwitterUrl = 'http://'..AssistAddr } AccountLinkedUserDataUrl = { Save = 'http://'..AssistAddr..'/userconfig/save', Load = 'http://'..AssistAddr..'/userconfig/load' } TwitterDataUrl = { Auth = 'http://'..AssistAddr..'/twitter/user-auth', Upload = 'http://'..AssistAddr..'/twitter/upload' } EmblemDataUrl = { Upload = 'http://'..AssistAddr..'/emblem/upload', Download = 'http://'..AssistAddr..'/emblem/download' } ----------------------------------------- LEVELAURA = {} LEVELAURA.EF_NONE = -1 LEVELAURA.EF_LEVEL99 = 200 LEVELAURA.EF_LEVEL99_ORB1 = 976 LEVELAURA.EF_LEVEL99_ORB2 = 977 LEVELAURA.EF_LEVEL150 = 978 LEVELAURA.EF_LEVEL150_SUB = 979 LEVELAURA.EF_LEVEL160 = 1022 LEVELAURA.EF_LEVEL160_SUB = 1023 LEVELAURA.EF_LEVEL185 = 1226 LEVELAURA.EF_LEVEL185_SUB = 1227 LEVELAURA.EF_LEVEL4TH = 2275 LEVELAURA.EF_LEVEL4TH_SUB = 2276 Level99AuraTable = { Default99LvAura = LEVELAURA.EF_LEVEL99, Default99LvAura_sub = LEVELAURA.EF_LEVEL99_ORB1, Baby99LvAura = LEVELAURA.EF_LEVEL99, Baby99LvAura_sub = LEVELAURA.EF_LEVEL99_ORB2, SecondHigh99LvAura = 0, SecondHigh99LvAura_sub = 0, Homun99LvAura = 0, Homun99LvAura_sub = 0, Boss99LvAura_sub = LEVELAURA.EF_LEVEL99_ORB1 } MaxLevelAuraTable = { Default150LvAura = LEVELAURA.EF_LEVEL150, Default150LvAura_sub = LEVELAURA.EF_LEVEL150_SUB, Default160LvAura = LEVELAURA.EF_LEVEL185, Default160LvAura_sub = LEVELAURA.EF_LEVEL185_SUB, Default185LvAura = LEVELAURA.EF_LEVEL185, Default185LvAura_sub = LEVELAURA.EF_LEVEL185_SUB, MaxLevelEffect4th = LEVELAURA.EF_LEVEL4TH, MaxLevelEffect4th_sub = LEVELAURA.EF_LEVEL4TH_SUB, UpperJobMaxLvAura = LEVELAURA.EF_LEVEL185, UpperJobMaxLvAura_sub = LEVELAURA.EF_LEVEL185_SUB, HomunMaxLvAura = LEVELAURA.EF_LEVEL4TH, HomunMaxLvAura_sub = LEVELAURA.EF_LEVEL4TH_SUB } function GetTableIntValueForC(tableName, keyName) local t = _G[tableName] if nil == t then return -1 end local intValue = t[keyName] if nil == intValue then return -1 else return intValue end end function GetTableStringValueForC(tableName, keyName) local t = _G[tableName] if nil == t then return "" end local stringValue = t[keyName] if nil == stringValue then return "" else return stringValue end end function GetTableBoolValueForC(tableName, keyName) local t = _G[tableName] if nil == t then return false end local boolValue = t[keyName] if nil == boolValue then return false else return boolValue end end
The only thing that I haven't done yet is the HTTP Emblem Diff since I cannot find it on WARP. My diff options are attached to this message.
BTW, I already did the "make web" and "./web-server start" but for some reason this happens.2021-11-03_Ragexe_1635926200_patched.exe.secure.txt 2021-11-03_Ragexe_1635926200_patched.epi
-
May guide po ba kung paano i-aayos ang Web-Server?
Ang gamit ko po ay Linux Based Server, na "make web" ko na po kaso hindi pa din po nagana or hindi ko intindi kung paano i-setup yung sa emblem upload. -
16 hours ago, Chaos92 said:
Have you add IPN URL at Paypal ? And also seems the code above is sandbox.
Yes, I have added the IPN URL at my Sandbox Paypal Account when I activated it.
Yes, it is on sandbox mode. Because I was trying if it would really add credits.
I put "www.myfluxcpdomain.com/?module=donate&action=notify" -
Mga kuya paano po itong sa FluxCP Donation Credits tama naman po yung inilagay ko na data. Pagtapos po ng payout wala pa din po nakukuha na credits.
1. Kapag nag Donate ako nag proproceed po siya hanggang sa Pay ng Paypal.2. Nakasetup na din po yung IPN
3. Wala po nadagdag na credits
Ito po yung FluxCP settings ng application.php:
<?php 'AcceptDonations' => true, // Whether or not to accept donations. 'PayPalIpnUrl' => 'ipnpb.sandbox.paypal.com', // The ipnpb.paypal.com and ipnpb.sandbox.paypal.com endpoints only accept HTTPS connections. If you currently use www.paypal.com, you should move to ipnpb.paypal.com when you update your code to use HTTPS. 'PayPalBusinessEmail' => '[email protected]', // Enter the e-mail under which you have registered your business account. 'PayPalReceiverEmails' => array( // These are the receiver e-mail addresses who are allowed to receive payment. //'admin2@localhost', // -- This array may be empty if you only use one e-mail //'admin3@localhost' // -- because your Business Email is also checked. ), ?>
-
5 hours ago, Akkarin said:
Instead of introducing spam into topics, why don't you do what someone else in this thread has already asked for and detail your setup, detail what you've tried, detail whether you're using Renewal or Pre-Renewal, your client date, your Git Hash, etc.
We're not mind-readers.
Im using zackdreaver's ROEnglish Renewal, my client is 2018-06-21Ragexe.
I've changed the skilltreeinfo into 2018 - 06 - 21 provided by zackdreaver translation folder.
But whenever the skilltreeinfo is on GRF it does this:
-
If I encrypt my grf would they be able to change its files and run the game normally?
Answered.
-
having the same problem
-
9 hours ago, Naruto said:
first of all you arent even pointing at the same cell in those pictures and second i dont think no shift changes the cursor for self... i stand by my first point strongly though
sorry idk
Here is another photo for you to stop saying its not even pointing at the same cell. No Shift automatically changes the cursor when you point it on a character when it is ON.While the No Shift Off doesnt change the cursor when it isn't.
-
Im using 2018-06-21 RagexeRE and as an translation folder I use both zackdeaver's and asheraf's translation files.
My problem is that when I do /ns or /noshift it does the First Picture rather than the Second Picture even on /noshift off (third picture) there is no change. Im referring to the CURSOR.
This is what happens while im the /noshift is ON
What should happen is this when the /noshift is ON
This is when /noshift is OFF
-
1 minute ago, Amir Azman said:
./athena-start start
Thank you so much for your help.
-
First is that the Desperado Skill works whenever I recompile the server. But after a few moments of tweaking some NPC, Items, and Skills the Desperado skill would work.
What I mean here is. When I cast desperado skill before tweaking it could kill the monsters around me.
Then, after tweaking it couldn't kill any monster or either damage once it is casted.
-
This is what it says. I already changed the ports. BTW.
Emulator Number 2 dont open.
16 hours ago, Amir Azman said:just make sure they are using different ports, different database.
How can I run it on via putty? The map-serv and char-serv?
It already work btw.
-
I will try that. Should I rename the char server, map server and log server? Or just change the ports?
-
20 hours ago, Amir Azman said:
1st server : 6900 ,5121,6121 database ragnarok
2nd server : 6901,5122,6122 database ragnarok2I mean on two emulator. Because it says "PID Already Open" or something. My problem is one of the server needs to be on renewal and the other on pre-re.
That is why I cant have multi server on one emulator. They wouldn't be able to share SRC Files.
-
On 3/11/2020 at 3:48 PM, Mabuhay said:
Yes it is possible. I haven't personally tried this method but you could.
https://rathena.org/board/topic/116483-tutorial-multi-servers/#comment-349371
I mean two emulators so that it wouldnt interfere with the other server works.
On 3/11/2020 at 5:18 PM, Amir Azman said:possible, as long as its using different ports for both.
how?
-
Is it possible to run two rAthena Emulator at the same time on just one hosting?
-
-
How to remove these? Im using 2018 - 06 - 21aRagexeRE Client and how to disable the Mail System or Mail Button?
?
On 10/15/2019 at 4:25 PM, Psyche said:Hi,
I have an issue in this client version. I always got 'Disconnected from Server' after input ID and Password.
What i've done :
1. Change the packets.hpp for disable Packets Obfuscation.
2. Fresh kRO latest patch.
3. Fresh data from https://github.com/zackdreaver/ROenglishRE
4. Setting both clientinfo.xml and sclientinfo.xml
<?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Information</desc> <servicetype>korea</servicetype> <servertype>primary</servertype> <connection> <display>PLAY!</display> <address>it's hidden, cuz my pub IP.</address> <port>6900</port> <version>55</version> <langtype>0</langtype> <registrationweb></registrationweb> <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> </loading> </connection> </clientinfo>
The weird thing is in my server log working fine. No login error notice or something. Totally fine.
Its the Skip Service Select Patch that's causing the Disconnected from Server
On 3/1/2020 at 12:37 PM, luxus2311 said:How to remove these? Im using 2018 - 06 - 21aRagexeRE Client and how to disable the Mail System or Mail Button?
?
FIXED
-
1
-
-
Sorry for posting it here, I dont know if the section is wrong.
How to remove these? Im using 2018 - 06 - 21aRagexeRE Client.
Webserver - Emblem
in Tulong para sa Server
Posted
Solved. It seems that I misconfigured something. All is working well now. Thank you for helping me.