-
Posts
1,899 -
Joined
-
Last visited
-
Days Won
14 -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by vampir
-
I didnt watch the video(you should write in which moment those skills are used, its 26 mins...) but both of them are originally in skill-grp, you will not need to edit lineageeffect.u While checking all existing skills in h5 i saw them but i dont remember ids :/ I suggest you to get patch of that server and check if any skills were added, you can steal them like that.
-
You need to send different nameColor in CharInfo packet. There are 2 places where you can inject the code: 1. In constructor of CharInfo. In my sources i have forPlayer parameter. 2. writeImpl() method in CharInfo.java. You can get info to who the packet is sent(getClient().getActiveChar()). The code itself should look something like this: if(player.getParty() != null && player.getParty().equals(forPlayer.getParty()) _nameColor = 0x666666; else _nameColor = player.getVisibleNameColor(); Take in mind you most likely have different sources than mine, so the exact code will not work but the way of doing this feature will be the same.
-
Map of Abandoned Camp:
-
Help Change Custom Chat's Color
vampir replied to mikemaster's question in Request Server Development Help [L2J]
If you are talking about chat types like All, Trade, Battlefield, Hero then sure, it's easy to change them. Use XDat Editor -
You are looking for https://sites.google.com/site/l2clientmod/l2smr
-
Server can handle a lot more packets than just 15k. Anarchy isn't part of our team. How do you know i am going to lie about the online or ddos other servers. You don't know me, i never opened my server before so how can you tell?
-
Check it from inside, you will notice Polished Crystals :P
-
We are finally ready with the features. We just need to polish everything, fix issues that will occur in the next days and we are ready for Grand Opening. Open Beta will last for at least a week. It's not going to be boring, we have prepared everything so even small amount of players can have a lot of fun. Share your suggestions and bug reports on the Forum or talk to us in Game. Beta Starts at: 20:00 GMT+1 Updater can be found on How to Connect Page
-
Our In Game Forum. Also Trade Chat is replaced with Shoutbox(connected to Shoutbox in www.l2raze.com/forum. I am sure soon our forum will be filled with new topics and posts :)
-
New Icons Of Jars Il By Rootzero
vampir replied to RootZerO's topic in Client Development Discussion
Thanks for sharing Jars with us :) -
You can. Just get L2_RadarMap.utx from different Chronicle.
-
Help Npc With Voices - Elcadia
vampir replied to Jyggs's question in Request Server Development Help [L2J]
It's not in server files but in client. Check Npcgrp.dat -
Do you think i am working few months, spending a lot of money(advertisement, server machine, ddos protection) to get absolutely nothing? I am not a rich man, i am having a lot of fun from working on the server and i want it to be top pvp server for a long time. If you are willing to pay for those things, there will be no donations on the server. Max enchant can be gained not only from donation, but also from Polished Crystals.
-
Max Enchant is +16. You can get it by having: Polished Crystals - Champions League, Survival, Olympiad Matches Donation Coins - Donation, Auction House
-
Just because most of the things are given when player joined the game, it doesn't mean there is nothing to fight for
-
L2Raze - H5 Instant PvP Server I would like to introduce You, something you have never seen before Unique Features, Massive PvP Battles, Stable Server for Years Custom Character Creation Instant 85 Level Free Elegia +12 Free Level 4 Attributes Skills Enchanted to +20 Free Boss Jewelry Unique Storyline Sheredyns are taking control over Aden Continent King with shattered army is hiding in Abandoned Camp Champions League Whole Server is taking part in the Great Battle Complete assigned Tasks & earn Champion Status Fight Types: Slay the Bosses King of the Hill Enter the Void Form the Barrier Provide Equipment Rift Get the Treasure Kill Epic Boss Residence Siege Quests during Matches: Kill Player Hunt specific Race Hunt specific Clan Hunt specific Class Hunt Monsters Hunt Members of the Party Killing Spree: Kill enemy players to get greater rewards Time limit for hunting down next player Epic Sieges Whole server taking part in the Sieges 2 Siegable Castles 3 Siegable Fortress Devastated Castle can be taken during 1 hour long Siege Bandit Stronghold for the Clan with most PvP kills Survival Enter second dimension and fight with invaders Stand alone or with Party and win Special Status Special Statuses Hero Status from Olympiad Competition Killer Status for most PvP Kills Champion Status for biggest Champion Score Stalker Status for Kills in Solo Survival Crusader Status for Kills in Party Survival www.l2raze.com Open Beta: 15th April Grand Opening: 1st May
-
I Need Know Which File(Map Folder) Correspond To Kamael Village
vampir replied to L2 Dev's topic in [Request] Client Dev Help
http://www.lineage2.gigarent.it/mappat2.jpg 16_19, 17_19, 16_20 -
There are number of reasons why to use other buffer, but most important of all in my opinion, is that it manages schemes of the player only by database(not saves schemes of the player to L2PcInstance). Why don't you want to use Acis Buffer?
-
Second thing can be done by modification in server files but i don't know about changing the key ;/
-
It's not a good buffer. Code you want to add will not be as easy as in the first example, you will need to create connection to database(around line 1550) which will check how many buffs have got scheme of the player.
-
This is maximum number of schemes, not buffs in schemes. Your second buffer looks bad :/ Maybe you will consider to use different buffer?

