-
Posts
250 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Posts posted by Ronald
-
-
Use the existing and then remove the item ID of the cards you don't want to include.
-
Can you enable mine as well? UID: rlsb
-
This are awesome! But it would definitely require balancing. :-)
-
config/access.php FYI everyone.
Fixed.
-
Hi rA Team,
May I ask how to change the permission of FluxCP access such as last IP used, show username, etc.. Because I want to edit the minimum group id of those who can see the accounts on my flux.
Thank you.
-
I am not sure about this if it's actually possible but this might help you by any chance.
This basically disables emblem change during WoE.
-
On 2/28/2018 at 3:14 AM, Poring King said:
in char athena it name like this
server_name: rAthena// Wisp name for server: used to send wisp from server to players (between 4 to 23 characters)
wisp_server_name: Serverbut in client side it name server1 im really confuse how did you do . @Cyro
Check on your clientinfo/sclientinfo.
-
15 hours ago, Rivers said:
Thanks, I was able to resolve this with adding
set Zeny, Zeny+$L_Prize_Money_Small;
getitem 35011,25;
to the line you pointed out. Thank you.You're welcome mate!
-
7 hours ago, Freecz said:
sa grf mo meron yan default na yan.
Sige tignan ko!
Thanks.
-
Search bar is your friend.
https://rathena.org/board/search/?&q=pvp statue&search_and_or=and&sortby=relevancy
-
This sounds like the Hunting Mission.
-
You can use mob_avail or the monster Champion.
-
Hi @Jonald
All you need is the search bar.
https://rathena.org/board/search/?&q=sure refine and derefine&search_and_or=and&sortby=relevancy
-
Do you really want to have a blind effect instead of night effect? Because RO now has a night effect.
-
I am really sorry I am also having difficulty in understanding your request. But by any chance are you looking for a Tool Dealer script?
-
There is a existing script that is @ecall probably this is what you are looking for.
-
Check on its mapflag. The map seems to be on GVG.
-
Thank you guys. ♥
-
set Zeny, Zeny+$L_Prize_Money_Small;
If you'll analyze the who script carefully you'll be able to determine all the things which has to be changed.
-
1
-
-
Enable Proxy support sa nemo.
-
Ayus to ah.
May mga default bmps kayu nito?
-
I suggest you try to learn. Mahirap mag tiwala ngaun. Pero trust me. Matututo ka naman if you really want what you do.
-
Separate item? If not why not just change the item name itself.
-
Ano mga naka patch sa new client mo? And ano diff yan?
Help on why FluxCP Warning on mysql
in Web Support
Posted · Edited by Ronald
Hi Team,
I would just like to seek your assistance I've already tried to debug my fluxcp PvP Ranking and WoE ranking but it still gives me error. I will appreciate if you can give your cents.
Warning: mysqli_query() expects at least 2 parameters, 1 given in /* DIR */monthly.php on line 21
Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, null given in /* DIR */monthly.php on line 22
Warning: mysqli_query() expects at least 2 parameters, 1 given in /* DIR */monthly.php on line 25
Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, null given in /* DIR */monthly.php on line 26
Line 21 $sql = mysqli_query("SELECT * FROM pvpladder ORDER BY kills DESC LIMIT 1");
Line 22 $row = mysqli_fetch_array($sql);
Line 25 $sql1 = mysqli_query("SELECT * FROM ownladder ORDER BY currentown desc limit 1");
Line 26 $row1 = mysqli_fetch_array($sql1);
Thank you so much!