Jump to content

Fahhad

Members
  • Posts

    107
  • Joined

  • Last visited

Posts posted by Fahhad

  1. Hello everyone!

    I'm getting a crash after selecting the character then loading screen %100.

     

    a Video of the issue:

    Spoiler

     


    My Setup:

    Client Version: 2020-03-04aRagexeRE.exe
    Data Translation: https://github.com/llchrisll/ROenglishRE
    Fresh rAthena: Git Hash: 9bf78ee
    kRO: https://ro.industrial-illusions.net/files/ - Updated after downloading it.
    Server Type: Renewal - Disabled packet Obfuscation and defined packet version to 20200304 then compiled it successfully.

    Console doesn't show any error/issue/warning, just 'Closed Connection from "IP xx"

    Nemo Patches:

    Spoiler

    3 Chat Flood Remove Limit
    8 Custom Window Title
    9 Disable 1rag1 type parameters (Recommended)
    13 Disable Ragexe Filename Check (Recommended)
    14 Disable Hallucination Wavy Screen (Recommended)
    16 Disable Swear Filter
    23 Enable /who command (Recommended)
    28 Increase Headgear ViewID
    31 Increase Zoom Out 75%
    34 Enable /showname (Recommended)
    35 Read Data Folder First
    36 Read msgstringtable.txt (Recommended)
    38 Remove Gravity Ads (Recommended)
    39 Remove Gravity Logo (Recommended)
    41 Disable Nagle Algorithm (Recommended)
    43 Always Use Email for Char Deletion
    44 Translate Client (Recommended)
    46 Use Normal Guild Brackets (Recommended)
    47 Use Ragnarok Icon
    48 Use Plain Text Descriptions (Recommended)
    49 Enable Multiple GRFs (Recommended)
    53 Use Ascii on All LangTypes (Recommended)
    64 @ Bug Fix (Recommended)
    65 Load Custom lua file instead of iteminfo*.lub (Recommended)
    73 Remove Hourly Announce (Recommended)
    74 Increase Screenshot Quality
    75 Enable Flag Emoticons
    76 Enforce Official Login Background
    84 Remove Serial Display (Recommended)
    98 Disable dc_scream.txt
    99 Disable ba_frostjoke.txt
    102 Skip Guild Member Cheat Check
    106 Hide BG Button
    205 Enable Monster Tables
    213 Disable Help Message on Login (Recommended)
    215 Increase Map Quality
    227 Change Walk To Delay.
    230 Always load Korea ExternalSettings lua file (Recommended)
    231 Remove hardcoded address/port (Recommended)
    232 Restore old login packet (Recommended)
    242 Disable kRO Site Launch
    253 Skip some hidden menu icon buttons
    277 Change RecommendedQuestInfoList*.lub path
    280 Change guild exp limit
    290 Hide build info in client (Recommended)
    291 Hide packets from peek (Recommended)
    296 Force use icons only from stateiconimginfo.lub
    316 Remove Equipment Swap Button
    320 Ignore Towninfo*.lub Reading
    322 Case-Insensitive Storage Search
    323 Restore Songs Effect
    325 Remove Equipment Title UI
    326 Disable OTP Login Packet (Recommended)
    328 Enable 44.1 kHz Audio Sampling Frequency
    330 Ignore SignBoardList.lub Reading
    338 Additional client validation (Recommended)
    344 Mvp Drop Item Use Identified Name
    347 Disable OS Privileges execution level
    348 Send client flags to server (Recommended)
    351 Translate arrows buttons text from korean to english
    361 Load custom lua files for most loaded lua files
    362 Fixes the Korean Job name issue with LangType (Recommended)
    399 Set high priority class for active client
    400 Set normal priority class for inactive client
    404 Use borderless mode in full screen (Recommended)
    416 Fix Tetra Vortex
    427 Check is servertype in xml file was set to correct value (Recommended)
    429 Protect shorten and bold name flags

     

  2.  

    Hello guys,

     

    I'm facing this issue, and the problem is i'm 100% sure that this mob id exist in all the mob lua files image.png.95ca8f2700502e9965c4bfb1a0993e52.png.

    shadowtable.lub Line 1009

    [jobtbl.JT_MD_Airboat_Poring] = 1.2,

     

    jobidentity.lub:

    JT_MD_AIRBOAT_PORING = 20887,

     

    jobname:

    [jobtbl.JT_MD_AIRBOAT_PORING] = "MD_AIRBOAT_PORING",

     

    npcidentity.lub:

    JT_MD_AIRBOAT_PORING = 20887,

     

    can someone guide me on how to fix this error? thanks in advance.

     

  3. 14 hours ago, AceofSpades said:

    Set ur ip address and mysql account at servers.php 

    i already done that, for both application+server.php files

    Update.

     

    - I've contacted my webhost to open the ports and they did

    - VPS IP is whitelisted

    - Server/Application files are configured correctly, and I tried using the same mysql credentials to run my server it works fine.

     

    Yet, i'm having a 404 page ?

  4. Hello everyone.

     

    I'm trying to install flux on a cPanel hosting, I've uploaded a fresh copy into my host, configured everything correctly, yet I'm getting a 404 page once I visit the installer.

        'ServerAddress'                => 'mydomain.com',
        'BaseURI'                    => '', 

     

    image.png.fb8d27c4f9d2506310f6ca7ce9c0ea7d.png

     

    Can someone help me on this?

     

     

  5. On 11/22/2018 at 2:04 PM, AAABBB said:

    In game Prontera has WOE flags at the center of the map. The "gnd" preview in GRF Editor does not show the flags. Can you include them?

    >_> , the flags are sprites "not related to the mapfiles" , so its not an objects

  6. On 1/4/2019 at 5:56 AM, Tokei said:

    Heya,

    Use the latest vesion (from the mediafire links), it supports the costume key...!

    Heya, 

    sorry i didn't explain this right.

    i meant the last few lines in the iteminfo file which is the main function :

    function main()
    	for ItemID, DESC in pairs(tbl) do
    		result, msg = AddItem(ItemID, DESC.unidentifiedDisplayName, DESC.unidentifiedResourceName, DESC.identifiedDisplayName, DESC.identifiedResourceName, DESC.slotCount, DESC.ClassNum)
    		if not result == true then
    			return false, msg
    		end
    		for k, v in pairs(DESC.unidentifiedDescriptionName) do
    			result, msg = AddItemUnidentifiedDesc(ItemID, v)
    			if not result == true then
    				return false, msg
    			end
    		end
    		for k, v in pairs(DESC.identifiedDescriptionName) do
    			result, msg = AddItemIdentifiedDesc(ItemID, v)
    			if not result == true then
    				return false, msg
    			end
    		end
    		if nil ~= DESC.EffectID then
    			result, msg = AddItemEffectInfo(ItemID, DESC.EffectID)
    		end
    		if not result == true then
    			return false, msg
    		end
    		if nil ~= DESC.costume then
    			result, msg = AddItemIsCostume(ItemID, DESC.costume)
    		end
    		if not result == true then
    			return false, msg
    		end
    	end
    	return true, "good"
    end
    
    function main_server()
    	for ItemID, DESC in pairs(tbl) do
    		result, msg = AddItem(ItemID, DESC.identifiedDisplayName, DESC.slotCount)
    		if not result == true then
    			return false, msg
    		end
    	end
    	return true, "good"
    end

     

    when i save with the latest mediafire version , it takes it back to the old function , which is this :

     

    main = function()
    	for ItemID,DESC in pairs(tbl) do
    		result, msg = AddItem(ItemID, DESC.unidentifiedDisplayName, DESC.unidentifiedResourceName, DESC.identifiedDisplayName, DESC.identifiedResourceName, DESC.slotCount, DESC.ClassNum)
    		if not result then
    			return false, msg
    		end
    		for k,v in pairs(DESC.unidentifiedDescriptionName) do
    			result, msg = AddItemUnidentifiedDesc(ItemID, v)
    			if not result then
    				return false, msg
    			end
    		end
    		for k,v in pairs(DESC.identifiedDescriptionName) do
    			result, msg = AddItemIdentifiedDesc(ItemID, v)
    			if not result then
    				return false, msg
    			end
    		end
    	end
    	return true, "good"
    end

     

  7. hello @Tokei , hope you are fine 

    i just wana request something regarding the new iteminfo v5 structure ,

    as you can see they've added a new row which is costume bool  

    	[22978] = {
    		unidentifiedDisplayName = "½¦µµ¿ì Å¥ºê(À̾)",
    		unidentifiedResourceName = "È­·ÁÇÑ»óÀÚ",
    		unidentifiedDescriptionName = { "" },
    		identifiedDisplayName = "½¦µµ¿ì Å¥ºê(À̾)",
    		identifiedResourceName = "È­·ÁÇÑ»óÀÚ",
    		identifiedDescriptionName = {
    			"´Ù¾çÇÑ Á¾·ùÀÇ Shadow Earring ¾ÆÀÌÅÛ Áß Çϳª¸¦ ¾òÀ» ¼ö ÀÖ´Â »óÀÚ.",
    			"Weight:^009900 1^000000"
    		},
    		slotCount = 0,
    		ClassNum = 0,
    		costume = false
    	},

    SDE 1.1.8 revert it back to the old structure when you save it.

  8. 1 minute ago, TheDerpySupport said:

    Did you diff your client to support palettes and set your conf file to support paste the default?

    i Enabled 64k patch in client @TheDerpySupport

    // Valid range of dyes and styles on the client.
    min_hair_style: 0
    max_hair_style: 84
    min_hair_color: 0
    max_hair_color: 251
    min_cloth_color: 0 
    max_cloth_color: 553
    min_body_style: 0
    max_body_style: 1

     

  9. 2 hours ago, a85771416 said:

    1. get a official headdress and check it's work(show)

    2. change the pointed file in accname

    3. restart game and check the headdress is change or not

    you are da man!

    thanks for the hint it  ,  helped me a lot to solve it ????

    how i solved it : it wasn't reading my lua files , in fact , it was reading the main data.grf files , so i deleted every accname.lub and accessoryid.lub in all of the grfs and used only one in my grf ;D

    ggwp

    and thanks for the rest who replied here ❤️

    RsHp2Sj.png

  10. 2 minutes ago, sader1992 said:

    make sure you did add the view id in the item db and also make sure that the files is in your client

    (if you put a drop act/spr in the male folder you wont get any error and you wont see the headgear ingame , maybe if it's big you may see it under the char foot)

    31479,[AR] rainbow_wing,[AR] rainbow_wing,4,0,0,10,,0,,0,0xFFFFFFFF,63,2,4096,,,0,2000,{},{},{}

     

    i dont think its something related to the files , becuase i tried like 10 custom items , none of them worked.

    i am starting to get a feeling its the client

    its 20170607 btw

×
×
  • Create New...