-
Posts
1138 -
Joined
-
Last visited
-
Days Won
30
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by Cyro
-
-
this happend to me when i was using wrong client version with what configured with server
-
you can diff your client with "skip licence screen"
-
whats your gcc version ?
-
not related to Script Discussion section, moved
check your accname.lub line 1586
-
also check permissions to folders inside html, in this case data/tmp seems not having permissions
-
yeah it is in pc.c
sprintf(output, "[- You drop %s !!. Please be sure about this -]", item_data->jname);
-
you can clear manner.txt , or diff your client with Disable Swear Filter
-
next time try posting in support section instead of discussion
-
That is something you should ask in graphics request section, not in showcase section , apparantly you are not showcasing anything here
-
12 minutes ago, rmon said:
Currently hosting mine at google cloud
with 1vcpu and 1.7gb ram
is it sufficient enough to handle web and server host in one instance ?
that should be enough to host both, but i wouldn't suggest to host both of them in same vps for various reasons , imo hosting patcher/forums/flux does effect, your bandwidth can handle all of them?
-
2gb what? Ram or disckspace ?
I suggest to buy 1 euro host (like aruba.it) and Install lamp and host your website there , thats good for starting
-
-
seems your iteminfo has been messed up, use a fresh translated iteminfo , and make sure about encoding with your editor
check this link for more info
-
// Should traps (hunter traps + quagmire) change their target to "all" inside gvg/pvp grounds? (Note 3) // Default on official servers: 1 (for players) gvg_traps_target_all: 1
set this to 0 in your skill.conf
-
1
-
-
make sure your host allows php socket connections
-
check your ports/ip in servers.php
-
- script autojoin -,{ OnPCLoginEvent: query_sql("SELECT `points` FROM `cp_v4p_voters` WHERE account_id="+getcharid(3)+" LIMIT 1",.@points); if (!.@points) end; query_sql("UPDATE `cp_v4p_voters` SET points=(points-"+.@points+") WHERE account_id='"+getcharid(3)+"'"); set #VOTEPOINTS, #VOTEPOINTS+.@points; dispbottom "Vote Points updated! Total: "+#VOTEPOINTS; end; }
prontera,165,165,4 script Vote for Points Shop 506,{ dispbottom "You currently have "+#VOTEPOINTS+" Vote Points."; callshop "v4p_shop",1; end; } - pointshop v4p_shop -1,#VOTEPOINTS,512:20
-
Check download ms section or cantact one of this guys
-
Also changed this ?
/ How many characters are allowed per account?
// You cannot exceed the limit of MAX_CHARS slots, defined in mmo.h, or chars_per_account
// will default to MAX_CHARS.
// 0 will default to the value of MIN_CHARS. (default)
chars_per_account: 0
Make sure to recompile your server
-
-
-
1
-
-
not related to Script Discussion
moved to proper section
-
-
its your player mac address
Did you use payment for donation other than default paypal in your flux panel?
in General Support
Posted
for now fluxcp support only paypal, but you can still make your own add-ons for your payment methods , ive seen skrill msafepay, paymentwall , bitcoin, pay to bank add-ons
i did mentioned paymentwall(not sure where i did) addon, but make sure to read paymentwall t/c before u start using it,
here is the paymentwall add-on (its bit bugged you have to rework on it)
https://github.com/imcyro/FluxCP-Addons/tree/master/pwall