Jump to content

Phriya

Members
  • Posts

    104
  • Joined

  • Last visited

Posts posted by Phriya

  1.  

    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.

     

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

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

     

     

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

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

     

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

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

     

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

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

  10. 21 minutes ago, sader1992 said:

    show me the item info lines for this item

      

    and did you add the item in the accessoryid,accname ?

     

    accessoryid,accname

    luafiles514/luafiles/datainfo

    Spoiler

        [ACCESSORY_IDs.ACCESSORY_rainbow_wing] = "_rainbow_wing"
    }

    ___________________________________________________________________

        ACCESSORY_rainbow_wing = 2000

    }

    iteminfo.lua :

    Spoiler

        [31479] = {
            unidentifiedDisplayName = "[AR] rainbow_wing",
            unidentifiedResourceName = "rainbow_wing",
            unidentifiedDescriptionName = {
                "Description not set...",
                "Class :^777777 Costume^000000",
                "Location :^777777 Lower^000000",
                "Weight :^777777 1^000000",
                "Applicable Job :^777777 Every Job^000000"
            },
            identifiedDisplayName = "[AR] rainbow_wing",
            identifiedResourceName = "rainbow_wing",
            identifiedDescriptionName = {
                "Description not set...",
                "Class :^777777 Costume^000000",
                "Location :^777777 Lower^000000",
                "Weight :^777777 1^000000",
                "Applicable Job :^777777 Every Job^000000"
            },
            slotCount = 0,
            ClassNum = 2000
        },

     

    there you go @sader1992

  11. oh thats why it crash whenever i drag it! thank you guys , got it.

     

    10 hours ago, sader1992 said:

    you are missing the drop act/spr

    get that and you will get another problem in your iteminfo but that issue can be fixed after you get the drop act/spr

    11 hours ago, Kakaroto said:

    If you do not have any other sprite besides the ones present in the image, then in fact they are missing, because the items have 6 sprites each item.

     

    EDIT : Fixed the drag problem , i was missing resources as what you stated , now  new problem appears @sader1992  

    the spirit not showing when i equip it O: 

    euf5MJn.png

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.