-
Posts
530 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by ngek202
-
>.< oh yeah my bad you can't tab on terminal haha. I'm having command not found: 35 17 * * * /home/Desktop/sqlfiles/backup_ragnarok.sh -bash: 35: command not found
-
is this separated in spaces or tab? 7 1 * * *
-
@maintenance
-
yes Sir not allowed?
-
File Name: rAthena Icon File Submitter: ngek202 File Submitted: 23 Mar 2012 File Category: Media an Icon I made., and I use it on my Test Client. Click here to download this file
-
@Brian how do you configure it? group_id_to_connect: 80?
-
Hmm how do you make it GM's with group_id ranges from 80 above not get kicked can still enter Server during maintenance? tried editing this line: if( runflag != CHARSERVER_ST_RUNNING && (runflag != CHARSERVER_ST_MAINTENANCE || group_id != 99) ) to group_id >= 99) ) also this one if (atoi(data) != 99) { to if (atoi(data) >= 80) { still kicks GM level 80 doesnt seem to work.
-
for this error lemme guess you have Beer Hat/Cap? the script on the item_db doesn't seem to have { bonus bFlee2, 5; skill SM_RECOVERY, 3; skill MG_SRECOVERY, 3; } "" on the skill part this should be it: { bonus bFlee2,5; skill "SM_RECOVERY",3; skill "MG_SRECOVERY",3; }
-
@Lilith thanks no more errors. Hmm seems not working I can still open Write Mail thru Friend List (ALT+H) Hope there's a way to disable Attachments adding Item or Zeny on the Mail. so you can still send Message.
-
having a problem with mail too it seem they can duplicate items thru mail. tried it but i'm having an error srcmapmail.c(153): error C2065: 'fd' : undeclared identifier
-
I assume your using Linux if yes then follow this guide http://m.wikihow.com/Change-the-Timezone-in-Linux for +8 gmt use Asia/Hong_Kong
-
yes.. but there are some vps also that doesn't work with this theme., Latheesan and Edward told me that it possibly got something to do with nginx webserver.
-
no It's not with flux being old or newer version but the code isn't compatible with the vps hosting web server. that's from what I understand so the web server automatically corrects it.. Example: btw I'm using a latest FluxCP Renewal release from CalciumKid. I also tried an older version Localhost using Xampp: Vps Hosted: Elven told me he'll check it this weekend but I'm not sure
-
type on your terminal chmod 0600 /usr/html/home/data/logs if it doesn't work change 0600 to 0707 then another error will pop now.. just copy the Remey and enter on your teminal.
-
I see thanks for sharing them. been loving template 4.
-
lol it's fine I already made some buttons. but if it's possible if you can add a server status like on template 3 for template 4 above the banner images.
-
@2essy2killu if you don't mind can I ask for PSD for buttons? the one used for Home Info & Control Panel?
-
lol are you also on asurahosting? your not alone I experience this too and Jezu.
-
is there already vote for points addon?
-
can you send me a copy of that?
-
need some opinions on PVP Shop items to be added
ngek202 replied to ngek202's topic in rAthena General
thanks I'll add this. -
Hi guys I will be adding a PVP Shop so players can spend their PVP Points and I don't have any Idea what to add on this Shop (because I'm not that really good at PVP so I'm not sure what are the necessity Items/equips to have in PVP). It's a somewhat Midrate almost Highrate Server, Base and Job 700x. need you opinions. Thanks in advance.
-
old flux version works on Asurahosting?
-
Sorry got it wrong config LOL
-
Help with CentOS I'm having this problem when i try to access Flux Warning: fopen(data/tmp/ConfigServers.cache.php): failed to open stream: Permission denied in /usr/html/cp/lib/Flux.php on line 275 Warning: fwrite() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 276 Warning: fwrite() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 277 Warning: fclose() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 278 Critical Error An error was encountered during the lifetime of the application. This could be due to a variety of problems, such as a bug in the application. However, normally it is caused by misconfiguration. Exception Details Error: Flux_PermissionError Message: The log storage directory '/usr/html/cp/data/logs' is not writable. Remedy with `chmod 0600 /usr/html/cp/data/logs` File: /usr/html/cp/index.php:125 already tried running chmod 0600 /usr/html/cp/data/logs on the terminal.