-
Posts
104 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by Phriya
-
-
check this.
-
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
.
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.
-
the problem is solved, in this case, the installation of the panel was interfered with by the enabled parameter "UseCleanUrls":
https://github.com/rathena/FluxCP/blob/master/config/application.php#L80
-
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
-
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' => '',

Can someone help me on this?
-
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
-
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
-
did all the steps , yet nothing has been added to the cash shop , i can see the items in the db , but nothing appears in the cash shop.
-
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.
-
Hello ,
i am looking for an MVP Ranker like this idea of emistry :
https://www.youtube.com/watch?v=DyiGd1qWchQ
i really tried to talk to him and buy it , but sadly no reply from him even if he is online,
anyway i'll pay to whoever make it for me.
-
have you tried this ?
-
Great guide , well explained and easy to follow , i'd suggest you to use the import folder in the config folder so that the files don't conflict in the future SVN updates.
-
please post some screen shots of the the cmd window of the server emulator so that people can assist you better
-
its not related to rAthena , i am not experienced with Cmder , but you should run it using the " runserver.bat " in the rAthena Folder of your server.
-
check the ports , and allow 6900,5121,6121 ports on your flux host ( if its on another web host ) with the IP of your VPS , that should fix it.
-
would love to help you out , since i am a native Arabic speaker
if you are willing to make it , drop me a pm!
-
19 minutes ago, TheDerpySupport said:
What about

all i can say is :
OPSS
that fixed it , i dont know why its unchecked while its a recommended patch by NEMO , man i was struggling for two days , such a noob mistake ...
thank you @TheDerpySupport
-
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
-
Hi , I've tried to import the free 500 palette pack in the download section ,
i use Client ver 2017-06-07
Pre-Re Mode
but this happened in my client for all of the palette except number 1 :

my DATA.INI :

-
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


-
6 minutes ago, a85771416 said:
check your accessoryid,accname is working
how can i know if its working or not?
-
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
-
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
-
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:

Weird client error - shadowtable
in Client-side Support
Posted
This fixed my problem, thank you @Tokei