-
Posts
43 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Vehement
-
+1
-
Thanks Talon got mine to work!
-
Thanks Emistry this is already Solved I just forgot to change the TOpic. By the way I just have a wrong diffed client because I diffed the client that has no /showname. =) All is OK now. Thanks Guys!
-
There you go! It means we need more help! hahaha I think I found the error.. it's in the Theme setting, one of the keys it's trying to look for is invalid.. Based on the testing in is trying this "ThemeName.0".. i'm still trying to find where the "0" came from There you go! It means we need more help! hahaha I think I found the error.. it's in the Theme setting, one of the keys it's trying to look for is invalid.. Based on the testing in is trying this "ThemeName.0".. i'm still trying to find where the "0" came from Found it.. it's in /lib/Flux/SessionData.php: 161 162 if (!$this->theme) { 163: $this->setThemeData(Flux::config('ThemeName.0')); <<--- i don't think this is correct 164 } 165 But what should we do? haha no idea here.. Sorry How did you install it? Did you download the zip file or via git? If via git, an older version can be pulled from the repository. I'm also trying to do some fixes. I'll post it here if I can may it work. I downloaded it via git. should I pull an old version to make it work? HEY AcidSlide! I MAKE IT WORK! I JUST REMOVE /lib/Flux/SessionData.php: 161 162 if (!$this->theme) { 163: $this->setThemeData(Flux::config('ThemeName.0')); <<--- I REMOVE THE (.0) 164 } 165 SO IT LOOKS LIKE THIS NOW /lib/Flux/SessionData.php: 161 162 if (!$this->theme) { 163: $this->setThemeData(Flux::config('ThemeName')); <<--- i don't think this is correct 164 } 165 THANK YOU ACIDSLIDE! BUT AFTER INSTALLATION NOTHING HAPPENS! hahaha FAIL Hahaha.. after the installation just put back the '0'; $this->setThemeData(Flux::config('ThemeName.0')); <- FluxCP should work again it's just weird that on installation it doesn't work. I haven't had time doing the patch and validating my fix yet. Might do it next week as I'm swamped with work right now. I think None. Waiting on this my entire week..haha Sorry about that, I think the maker is kinda busy (and I'm busy too). Here is a temporary fix, Do this on installation: /lib/Flux/SessionData.php: 161 162 if (!$this->theme) { 163: $this->setThemeData(Flux::config('ThemeName.0')); <<--- I REMOVE THE (.0) 164 } 165 Should look like this: /lib/Flux/SessionData.php: 161 162 if (!$this->theme) { 163: $this->setThemeData(Flux::config('ThemeName')); 164 } 165 After the installation, it seems nothing has happened, you need to put back the '0' on the theme name: /lib/Flux/SessionData.php: 161 162 if (!$this->theme) { 163: $this->setThemeData(Flux::config('ThemeName.0')); 164 } 165 And the site should be up after this. It's OK all of us have life outside RO. hehe.. Thanks for the guide. But I follow all your instruction but still the same. After the update and installation I am stuck with with this.
-
What do you think about my first Thor Patcher Design?
Vehement replied to XoXoX's topic in Other Graphics Showcase
nice design! can I have it for free? haha -
I think None. Waiting on this my entire week..haha
-
There you go! It means we need more help! hahaha I think I found the error.. it's in the Theme setting, one of the keys it's trying to look for is invalid.. Based on the testing in is trying this "ThemeName.0".. i'm still trying to find where the "0" came from There you go! It means we need more help! hahaha I think I found the error.. it's in the Theme setting, one of the keys it's trying to look for is invalid.. Based on the testing in is trying this "ThemeName.0".. i'm still trying to find where the "0" came from Found it.. it's in /lib/Flux/SessionData.php: 161 162 if (!$this->theme) { 163: $this->setThemeData(Flux::config('ThemeName.0')); <<--- i don't think this is correct 164 } 165 But what should we do? haha no idea here.. Sorry How did you install it? Did you download the zip file or via git? If via git, an older version can be pulled from the repository. I'm also trying to do some fixes. I'll post it here if I can may it work. I downloaded it via git. should I pull an old version to make it work? HEY AcidSlide! I MAKE IT WORK! I JUST REMOVE /lib/Flux/SessionData.php: 161 162 if (!$this->theme) { 163: $this->setThemeData(Flux::config('ThemeName.0')); <<--- I REMOVE THE (.0) 164 } 165 SO IT LOOKS LIKE THIS NOW /lib/Flux/SessionData.php: 161 162 if (!$this->theme) { 163: $this->setThemeData(Flux::config('ThemeName')); <<--- i don't think this is correct 164 } 165 THANK YOU ACIDSLIDE! BUT AFTER INSTALLATION NOTHING HAPPENS! hahaha FAIL
-
There you go! It means we need more help! hahaha I think I found the error.. it's in the Theme setting, one of the keys it's trying to look for is invalid.. Based on the testing in is trying this "ThemeName.0".. i'm still trying to find where the "0" came from There you go! It means we need more help! hahaha I think I found the error.. it's in the Theme setting, one of the keys it's trying to look for is invalid.. Based on the testing in is trying this "ThemeName.0".. i'm still trying to find where the "0" came from Found it.. it's in /lib/Flux/SessionData.php: 161 162 if (!$this->theme) { 163: $this->setThemeData(Flux::config('ThemeName.0')); <<--- i don't think this is correct 164 } 165 But what should we do? haha no idea here.. Sorry
-
There you go! It means we need more help! hahaha
-
OK I will try it! Thanks Vincent.
-
I think if you made an item for Costume it will automatically be a costume. Costume means costume like a copy of the original item but only the appearance retain. And no Stat will be read by the client/server. Don't know if I am right. Correct me if I'm wrong.
-
help about Guild Capacity
Vehement replied to bulate001's topic in Tulong para sa Script at Database
Make it like this #define MAX_GUILD 16+4*1 ///Increased max guild members +6 per 1 extension levels [Lupus] Then RECOMPILE! It's showing Guildsmen: 1/16 Because it is the normal guild member per guild. Then every Level of GUILD EXTENSION it will add. As for my Test Server I have LEVEL 10 GUILD EXTENSION. And my max member is Guildsmen: 1/20 Hope it will work. -
I've already post my setup on my flux Sir. here and here my rAthena version is the latest I think. I got it from the GIT. I'm also using the newest WAMP downloaded from the WAMP site. My PHP version that are running in the server is Version: 5.5.12. THANKS Vincent
-
I think 3CeAM has TXT version For Renewal. As far as I know 3CeAM is developed for Renewal Servers. Link: TXT Just search for it.
-
Yep Bro! Already Fixed thanks! I just diffed the client wrong.
-
Thanks bro gonna try it now. Will update you later! 1.There is no diff /showname in xdiff 2013-08-07aRagexe. I can use /showname ingame but no luck. 2. My client reads data folder and the map is already in mapnametable.txt it's just prontera. BUT I have this error <SEE ATTACHED> but I diff Ignore Missing File and I don't have the error anymore. use this instead.. https://github.com/Mstr3am/NEMO I'm using NEMO btw I downloaded files from Pneuma. And all is working no issues just the map issue only. I think the problem on my question no.1 is the diffing. But it's ok now. The map issue something can you help me? what map issue? please be specific. The "Unknown Area" This and that, what map is this? Never mind Rage I already fixed it! Thanks!
-
We are one! wahaha HELP US! PLEASE! ahaha
-
Already did what you said. Is there something to be configured on config.php? I thought none. I just configured application.php and servers.php. By the way it's the same result. Here is my configured application.php and servers.php.
-
I checked line 113 from the error.. But I think there's no problem there. I don't know. Because the file has green check from GIT. BTW Thanks!
-
I did everything and follow guides but no luck after I enter localhost/www/cp I got this (SEE ATTACHED) I can't even install FluxCP. I use FluxCP from here http://rathena.github.io/FluxCP/. I'm using WAMP server. On my localhost. Please Help me!
-
http://ushare.ws/e7Hz1k Well, that does not work for me... But thank's! Same here does not work also. But many thanks! http://ushare.ws/e7Hz1k Well, that does not work for me... But thank's! I got it to work man. Just delete ragnarok database and log database on your SQL. Re-import your databases then wooola mine works now. And be sure you have this in your map_athena.conf "use_grf: no". Don't know if it will work on you too. Be SURE you IMPORT ALL SQL-FILES.
-
As you see on my title I have problem on my login interface. In may map I have Unknown Area even I am in Prontera or anywhere. And I can't find the problem. Can anyone help?
-
Help with my Client ResourceERROR: Cant find file
Vehement replied to Vehement's question in Client-side Support
Thanks Judas! But that bmp file or error happened even I am in prontera or even by entering portals but when I use complete Full kRO Client of Pneuma that goes away. But I have another problem maybe this is an easy problem, I have "Unknown Area" on my Map in Login Interface even I'm in Prontera. See attached Files. Hope you can help me with this. Out of topic. Judas I know you from eAthena you help me a lot back then. =) -
Help with my Client ResourceERROR: Cant find file
Vehement replied to Vehement's question in Client-side Support
BUMP* -
Thanks bro gonna try it now. Will update you later! 1.There is no diff /showname in xdiff 2013-08-07aRagexe. I can use /showname ingame but no luck. 2. My client reads data folder and the map is already in mapnametable.txt it's just prontera. BUT I have this error <SEE ATTACHED> but I diff Ignore Missing File and I don't have the error anymore. use this instead.. https://github.com/Mstr3am/NEMO I'm using NEMO btw I downloaded files from Pneuma. And all is working no issues just the map issue only. I think the problem on my question no.1 is the diffing. But it's ok now. The map issue something can you help me? what map issue? please be specific. The "Unknown Area" This and that,