-
Content Count
24 -
Joined
-
Last visited
-
Days Won
1 -
Feedback
0%
-Invoke last won the day on March 30 2020
-Invoke had the most liked content!
Community Reputation
9 NeutralAbout -Invoke

-
Rank
Vassal
Contact Methods
-
Skype
chrisis19
Profile Information
-
Current Mood
Nerdy
-
Gender
Male
-
Country
Cyprus
Recent Profile Visitors
-
Community Board multiple bypasses in short amount of time
-Invoke replied to silvar1997's question in Request Server Development Help [L2J]
In mobius try parseCommunityBoardCommand(string, player) at the end of every void you have and it will probably solve ur problem, or code directly into the command, if u are gonna call a void then use this at the end of the void. -
Community board - blacksmith, dye manager, werehouse
-Invoke replied to sylwuu's question in Request Server Development Help [L2J]
you are welcome 🙂 -
Community board - blacksmith, dye manager, werehouse
-Invoke replied to sylwuu's question in Request Server Development Help [L2J]
The above things u mentioned such as wh, blacksmith and dyes are using packets, and since community board is not an npc u cant use npc commands. You need to send packets, for example in order to press add dye lets say, u need to create a command in community board handler and to register it also. You can create a new or add inside an existing CB file in handlers. I am gonna give u a hand here as an example. I hope i helped. Register the commands: private static final String[] COMMANDS = { "_bbsaug", "_bbsdisaug", "_bbsdraw", "_bbsundraw", } -
Mind me if i am wrong but you don't mention anywhere the getItemId in the DressMe.java maybe u missed the DressMe.java from model folder in your new upload, check it again
-
Source L2Fandc, latest source with facebook share, twitch, phantom
-Invoke replied to Akar0's topic in Server Shares & Files [L2J]
Does anyone have the latest daily quests/challenges package ? -
Guide Connect Npc's with Community Board
-Invoke replied to -Invoke's topic in Server Shares & Files [L2J]
yep ! good onee! -
WTS Deathmatch Event - HighFive - aCis
-Invoke replied to -Invoke's topic in Marketplace [L2Packs & Files]
Exactly , I totally agree with you! Thanks for the advice, i thought of the engine but my time is limited behind the scenes so i will try to do it some time in the future! -
WTS Deathmatch Event - HighFive - aCis
-Invoke replied to -Invoke's topic in Marketplace [L2Packs & Files]
Thank you mantosh :) ! -
WTS Deathmatch Event - HighFive - aCis
-Invoke replied to -Invoke's topic in Marketplace [L2Packs & Files]
I don't think you know me or my coding abilities in order for you to come for me like that. And i am not saying that i am pro in java but i can understand a lot of stuff and learn fast. I agree on the part about sharing, but since i spend a lot of time and effort doing this i dicided to sell it and not to share it, because i have coded it by my self - some mods are added from the original tvt as well which are completely optional and which i mentioned on the begging of my topic about the similarity. Best regards -
WTS Deathmatch Event - HighFive - aCis
-Invoke replied to -Invoke's topic in Marketplace [L2Packs & Files]
Yes i know but there are also people who begin their projects with clean packs and its modified so in any case if someone is interested why not ? I just shoot my shot here u know :) Thank you! -
Hello guys as the title says i am selling a fully reworked and fully configurable deathmatch event for High Five client (with some implemenation i can implement it for aCis too) Some features are similar to Tvt but reworked alot in order to be more stable. Configurable Features: Event can be done in instance (optionable) - can also close and open doors on enter and at the end of the event Max players per IP Time that the event will occur in 24h format (you can set the event to start any time you want) Registration time for participation
-
Request Workable H5 Events - EventManager
-Invoke posted a question in Request Server Development Help [L2J]
Hi i am looking for workable highfive or at least freya events like Deathmatch, tvt, ctf, last hero etc. Most of them are not working please let me know, Thanks -
Buffer Html Change
-Invoke replied to DimiCxD3's question in Request Server Development Help [Greek]
logika tha einai sto scripts/custom -
Help Can't Run Server with Mobius Project..
-Invoke replied to HeadHunter's question in Request Server Development Help [L2J]
Create new batch file and name it GameServer and add this inside but i dont know where u installed ur java so this is an example "C:\Program Files\Java\jdk-12.0.2\bin\java" add your java path there @echo off "C:\Program Files\Java\jdk-12.0.2\bin\java" -server -Dfile.encoding=UTF-8 -Dorg.slf4j.simpleLogger.log.com.zaxxer.hikari=error -Xmx4g -Xms2g -jar ../libs/GameServer.jar pause For LoginServer batch add this one @echo off "C:\Program Files\Java\jdk-12.0.2\bin\java" -server -Dorg.slf4j.simpleLogger.log.com.zaxxer.hikari=error -Xms128m