-
Content Count
19 -
Joined
-
Last visited
-
Feedback
0%
Community Reputation
0 NeutralAbout Drazeal

-
Rank
Vassal
Profile Information
-
Gender
Male
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Help Premium On/Off Method
Drazeal replied to 0flee's question in Request Server Development Help [L2J]
you can use voiced commands in htmls. i use it for "changepassword". Moved it on CB (using Mobius too) bypass -h voice .premium (copy/move the required htmls) -
Request Slow teleport
Drazeal replied to remigas's question in Request Server Development Help [L2J]
player.disableAllSkills(); player.sendPacket(new ShowBoard()); player.destroyItemByItemId("CB_Teleport", Config.COMMUNITYBOARD_CURRENCY, Config.COMMUNITYBOARD_TELEPORT_PRICE, player, true); player.setInstanceById(0); player.sendMessage("You will be teleported in 20 seconds"); ThreadPool.schedule(() -> player.teleToLocation(Config.COMMUNITY_AVAILABLE_TELEPORTS.get(teleBuypass), 0), 20000); ThreadPool.schedule(player::enableAllSkills, 20000); this is what i use on L2j Mobius using CB teleport. You can get an idea and there is no need to edit anything. no animation -
Help Admin command problem
Drazeal replied to Drazeal's question in Request Server Development Help [L2J]
tried it. still no [X]... tried everything i can think of... -
Help Monsters HP multiplier (*2 *4 *5...)
Drazeal replied to rtcxool's question in Request Server Development Help [L2J]
Some packs have that implemented, like mobius. Check configs or custom configs. If u don't ur pack doesn't have it then do what ppl before me said. Also if it's not in ur pack you can do Mobius pack na d ask someone to adapt it for ur project. Or like Tryskel said create a passive skill can't get simpler than that. You can just add the skill on mobs you want and not on every mob. -
Drazeal changed their profile photo
-
Help Admin command problem
Drazeal replied to Drazeal's question in Request Server Development Help [L2J]
I managed to fix the error but i cant make the [X] to appear so that i can execute the command and delete the selected item. -
Im using this code (https://pastebin.com/MvUQ6NNv) to show player inventory and delete selected item. it should have an [X] icon next to the item and when clicked it would delete but it doesnt appear. also it lists all the items in 1 page and not in defferent pages. when i click on the page No. it just refreshes the command.. getting this error when i mannually try the delete command : Exception during execution of admin_delete_item java.lang.StringIndexOutOfBoundsException: begin 18, end 17, length 17 it should be like this:
-
This project is based on Mobius. go to his site and download the same pack then install the java version thats included in the project folder. Also id suggest that u to DL mobius latest release. if u got that for free then its outdated. then copy the things u like from that project to yours
-
Help how to change color on player.sendMessage?
Drazeal replied to Drazeal's question in Request Server Development Help [L2J]
so the easiest way is to make a custom message ID like u said above. thanks -
Help how to change color on player.sendMessage?
Drazeal replied to Drazeal's question in Request Server Development Help [L2J]
i know that but i dont want to change all messages to a deifferent color. i want some messages like the one i poted to be despalayed with a different color. player.sendMessage(PrismaColor.SALMON do i need to crate a class "ChatColor"? i get error in eclipse when i add "(ChatColor.RED + "Message");" -
Help how to change color on player.sendMessage?
Drazeal posted a question in Request Server Development Help [L2J]
player.sendMessage("You need 40 PvP to continue leveling up"); <-- change this from default system color. -
Request level up with not just exp.
Drazeal replied to Drazeal's question in Request Server Development Help [L2J]
Thank you -
Request level up with not just exp.
Drazeal posted a question in Request Server Development Help [L2J]
is it possible to add a check on level ups? like add pvp ammount requirment to lvl up. if yes can someone help with where i should add the checks? -
Buff bonuses on bases stats
Drazeal replied to Drazeal's question in Request Server Development Help [L2J]
thx for your answer. i was looking for that but apparently l2jmobius removed basemul and decided to just stick to basic "flat add" and "percent add" ill try to addapt basemul from some other pack. -
Can someone tell me if there is a way to make buffs/debuffs apply their effect on chars base stats and not on overall stats? By base stats i don't mean STR/DEX etc. But p.atk/m.atk on char without any bonuses applied. Thanks.
-
https://mega.nz/#!kwpmRS4B!0h0t_b9DWyD-9kRb2PmuQ0QMvf2ILtb14auJ61iLdrs ct2.3 there you go. not the one i want but its still on stryx and it has half of what im looking for anyway and i think itll do the trick. the one i want is from a no longer active server and the files are on my pc and cant access atm.