Siege Reward
Start PM Msg
Rework Config root
BossDieAnnounce and BossDieSound in the L24Team.properties and Config.java files for global raid boss death notifications and sounds. Adds a new reward_list table to the DB.sql file to track castle rewards.
Improves character creation logic for thread safety and validation.
Adds extensive state checks to the RequestEnchantItem method to prevent enchantments during inappropriate player states.
Fixed auto-attack animation bug (there was no attack animation, only damage animation)
Clean Code
Other fixes I forgot to list!
Java 14
Fixed issue where deleting a character would prevent it from leaving the screen or being removed, or even after a delete CD (it would only exit when re-logging in or creating a new character).
Added Premium System from the other C2 project (Needs testing and improvement).
Added the "Improved" Community Board (incomplete).
Question
Pulentolento
Hi
Somebody tried to do this kind of feature?
After reading this post from 2012:
http://www.maxcheaters.com/topic/127105-show-an-html-windows-on-the-login/?hl=user_connected&do=findComment&comment=1749811
I tried to edit and add a new class on AI using this handler "user_connected", and here is the code I made for test:
class welcome_tutorial { handler: EventHandler USER_CONNECTED(talker) { if (talker.level < 6) { myself.ShowPage (talker, "welcome_human_fighter001.htm"); } return; } }So after rebooting the server and making new characters, I have no luck, nothing show up.
I missing something else to add on this class?
Btw, I'm using AdvExt/GF extender.
thx
2 answers to this question
Recommended Posts