-
Content Count
47 -
Joined
-
Last visited
-
Days Won
1
KeiKun last won the day on July 26 2013
KeiKun had the most liked content!
About KeiKun
-
Rank
Advanced Member
- Birthday October 10
Contact Methods
-
Discord
!KeiKun
-
Skype
xkeikun
-
IRC Nickname
KeiKun
Profile Information
-
Gender
Male
-
Location:
Philippines
-
Github
MrKeiKun
-
Emulator
Hercules
-
Client Version
2020-03-04 RE
Recent Profile Visitors
3981 profile views
-
KeiKun changed their profile photo
-
i will bump to this.. also my problem
-
-
-
Last Man Standing (using queue iterator script commands)
KeiKun replied to AnnieRuru's topic in Event & Game Releases
Senpai, script needs more checks on OnDeath and OnQuit, cause if someone dies or quits while the event haven't started, when if ( queuesize(.qid) == 1 ) returns... true, event ends and last remaining character wins -
senpai this needs update~ Porings are randomly spawned even the event hasn't started/failed to start due to #3 Killing poring doesn't fully secure to end the event(which forces player to warp out the map and kill all the porings) starting event with minimum number of participants warps out the participants yet starts the event
-
-
It's fixed on 09.20.2020 Release
-
I also get this problem. but i feel its an issue as well on clientside, maybe the implementation is changed or they removed the feature.. i haven't sniffed clients nowadays but those can be the problem.
-
Warning: include(themes/stellar/main/castle_data.php): failed to open stream: No such file or directory in /var/www/html/themes/stellar/main/functions.php on line 10 Warning: include(): Failed opening 'themes/stellar/main/castle_data.php' for inclusion (include_path='lib:.:/usr/share/pear:/usr/share/php') in /var/www/html/themes/stellar/main/functions.php on line 10 anyone able to test this theme again? getting this and yeah, file is not there..
- 11 replies
-
- flux theme
- theme
-
(and 1 more)
Tagged with:
-
KeiKun started following Item Type issue
-
IT_CASH that IT_USABLE doesn't have Cannot stack particular item after using @item or cash_shop, you have to use mergeitem() to allow the item to be stack on your inventory Prompts confirmation window if you want to open use it Has Unique ID Like is there a way, i can make a custom type which can stack directly upon using @item or cash_shop prompts for confirmation
-
Am I the only one who thinks, discord integration would be awesome since this exist already?
-
Nice to see NEMO project is forked and being modified for the better... Anyways, is there way to output the log the patches that failed and the step that failed the specific patch? First time using this forked NEMO by patching a 20190530a ragexe client with only recommended patches but somehow 5-7 patches failed which I don't know what step and what patches failed.
-
This depends... if your "Client" is forcing you to use lub instead of lua but wants a lua that is compiled, then use proper luac for it. lua to lub (If data folder has lua514 inside and uses it) luac5.1.4.exe -o FILE.lub FILE.lua lua to lub (If data folder doesn't have lua514 folder inside, meaning it uses /lua files/) luac5.0.2.exe -o FILE.lub FILE.lua
-
Either Login server isn't running or port 6900 is used by another process. Try to run: netstat -plnt | grep 6900 to check status of port 6900
-
Repo for Approved and Tested Plugins~
-
I agree with moving out npc/custom/ to another git repo if a user wants to include that particular git repo to Hercules Repo. It's either unstage files or submodule one.