-
Posts
76 -
Joined
-
Last visited
-
Days Won
2
Community Answers
-
HaARiZz's post in [SOLVED] H> costume exchanger NPC was marked as the answer
Hi @kevinyrchua
prontera,106,93,6 script Costume Exchanger 49,{ mes "[ Costume Exchanger ]"; mes "Hello there!"; mes "I can help you exchange your item into a costume by chance"; mes "Do you want to continue?"; next; switch(select("Costume Exchange:Maybe next time.")) { case 1: if((countitem(5389)>=1) && (Zeny > 999999)) { progressbar "ffff00",7; delitem 5389,1; set Zeny, Zeny-1000000; mes "[ Costume Exchanger ]"; if(rand(100) < 50) { mes "Here you are!"; getitem 20146,1; close; } } case 2: mes "[ Costume Exchanger ]"; mes "Come and see me again!"; close; } } Have a try and please let me know if it still not working.
-
HaARiZz's post in Moving Flux cp files on a folder was marked as the answer
Hi @erjsanmiguel
You can go to cp/config/application.php
Change the config as per below:-
'BaseURI' => 'cp', //The "cp" assigned is a folder name of your control panel.
-
HaARiZz's post in remove symbol "?" from gender section flux was marked as the answer
Hi @domez86
Simply you can remove it at https://github.com/rathena/FluxCP/blob/5007e776bd4f345efff93f627dbe595c0ee945b6/themes/default/account/create.php#L75
Cheers!
-
HaARiZz's post in I want to request a simple basic PVP warper was marked as the answer
Hi @ahloi007
As your requested, please find attachment below.
Enjoy!
PVP_Warper_Ver1.0.txt
-
HaARiZz's post in How to fix Pvp Warper Users not displaying was marked as the answer
Sorry for previous script. That script I just make it without test it on my server.
This is the real script that I have tested and working great.
pvp_warper_ver1.0.txt
-
HaARiZz's post in Healer Unknown Syntax was marked as the answer
Hi @Zyper143
As your request, here is the clean script for your healer npc.
Enjoy!
healer.txt