Jump to content

Botaring

Members
  • Posts

    44
  • Joined

  • Last visited

Posts posted by Botaring

  1. 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
    No description available.

    Then the problem is the web-server, as I've mentioned before from my previous reply.
    image.png

  2. 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

  3. 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

     image.png.6afdcf7b02ec374d650d7a1de6e1436b.png

  4. 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.

  5. 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 WARPimage.png.c217dd3e570c7a96c007a26bd73ac79b.png

     

    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.

    image.png.8b48acf2c3950c3bb49f9ddc426cc18d.png

    2021-11-03_Ragexe_1635926200_patched.exe.secure.txt 2021-11-03_Ragexe_1635926200_patched.epi

  6. 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.
    	),
    ?>

     

  7. 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:
    1.PNG.e32de52fe8924ac896cec673c50f4f19.png

  8. 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.
     

    image.png.e8d062e1831b0217707712850aacc105.png

     

     

  9. 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

    image.png.f8b50f5efc3468cafbab5bde0b4feba1.png

     

    What should happen is this when the /noshift is ON

    image.png.e8aaa949f7f1a0d40e1562d3395f1a29.png

     

    This is when /noshift is OFF

    image.png.0a27961e9de26e2a980ab77b7998ff53.png

  10. 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.

  11. This is what it says. I already changed the ports. BTW.

    Emulator Number 2 dont open.

    image.png.2428b9775fd3b0190de44c3092c5de6d.png

     

    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.

  12. 20 hours ago, Amir Azman said:

    1st server : 6900 ,5121,6121 database ragnarok
    2nd server :  6901,5122,6122 database ragnarok2

    I 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.

  13. How to remove these? Im using 2018 - 06 - 21aRagexeRE Client and how to disable the Mail System or Mail Button?

    image.png.c6444906ddd1ed7f050cad42114a0089.png?

     

    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?

    image.png.c6444906ddd1ed7f050cad42114a0089.png?

    FIXED

    • Upvote 1
×
×
  • Create New...