Jump to content

Recommended Posts

Posted

Hello everyone. Yesterday i started working on a new mod, party control. Every party leader can press .partycontrol and a window pops up. There, there will be some options for the party.

 

What is implemented so far:

- Leader can set his party in and out of pvp mode.

- When in pvp mode, his party can be detected by any player with the command .showpvpparties(it shows all parties in pvp more, near which town they are checking where most party members are and how many members at each party i might extend this one more, need ideas).

- He can recall all his party members.

- I have created a static FastList in L2Party that contains all parties in the server. Each time one is created, it is put there and when it is deleted it is removed.

- He can teleport all his party members to another zone. Zones are setted by the admin in the htmls.

- If party is in pvp mode, all members have custom color setted by the admin on their name/title.

- A channel for the party leaders, where only they can talk there and it can be viewed by all party members.

- Party's main assister. When in pvp mode, leader can set the main assister. When he attacks a player, all party members, except if they have a class mentioned in the configs, change their target automatically to the player he attacked. Also a text informs everybody which is the main assister's target.

- Possibility to view each party member's inventory. Works exactly like alt+g with gms, the only difference is that it is done with the .viewinventory command. It only works for party members.

 

I have tried to code it as simple as possible and i am going to improve it more. Also it's fully configurable.

 

It is coded on Interlude l2j. Don't ask me to code it for newer chronicles, i hate them. Do it by your self.

 

Here: http://pastebin.com/CE5rLjAz

 

CHECK IT

I need ideas to improve it, not only for pvp mode, but to add general party control features too.

 

My next steps(green=done, orange=undone):

- Rework the main assister thing, based on vampir's idea. I think i'll keep both systems. How will the new one work: Leader will be able to set groups at his party with group leaders. For example, he will be able to set all the tanks in one group and one of the tanks will be the leader. If he attacks someone, then every member of his group will target him automatically. Also a message will be sent too. It's much cooler this way.

 

Some pics(i'll update them on next update i decided not to upload new pics, it's boring, v1 pics are enough :) ):

shot00000eqj.jpg

shot00001es.jpg

shot00004n.jpg

Posted

*Maybe an idea could be like you got command channel in only 1 party.

Now you need to have 2 parties to make one

 

*Able to check eachothers gear (some sort of inspect mode)

> could take the code from existing creations i guess

 

*Maybe something pretty cool could be that you can promote somebody as your main assist inside a party. If he attacks a target the target gets marked with some emblem or something, or there comes a message in chat or something...

We use bot programs for this now :)

 

*A global chat for all leaders of parties in pvp mode, so they can communicate in some way

Or flame ofcourse ^^ (Drama is best in L2)

 

If i come up with some others or smthng, i'll share them

 

Goodluck :)

 

Posted

*Maybe an idea could be like you got command channel in only 1 party.

Now you need to have 2 parties to make one

 

*Able to check eachothers gear (some sort of inspect mode)

> could take the code from existing creations i guess

 

*Maybe something pretty cool could be that you can promote somebody as your main assist inside a party. If he attacks a target the target gets marked with some emblem or something, or there comes a message in chat or something...

We use bot programs for this now :)

 

*A global chat for all leaders of parties in pvp mode, so they can communicate in some way

Or flame ofcourse ^^ (Drama is best in L2)

 

If i come up with some others or smthng, i'll share them

 

Goodluck :)

 

Amazing, really thanks.

 

What do you think, this leaders' channel should be able to be viewed by all members and only leaders talk, or just leaders?

 

Also about party matching, i don't think it's possible on interlude l2j since party matching isn't implemented :/. And i don't really know how it works to create something similar, if you could explain it would be great :)

 

About assist thing, i could make something else, like if main assister attacks someone, every member would target him automatically. What do you think?

 

Also about gear, something like alt+g on gms? Like being able to view inventory?

Posted

Amazing, really thanks.

 

What do you think, this leaders' channel should be able to be viewed by all members and only leaders talk, or just leaders?

 

Also about party matching, i don't think it's possible on interlude l2j since party matching isn't implemented :/. And i don't really know how it works to create something similar, if you could explain it would be great :)

 

About assist thing, i could make something else, like if main assister attacks someone, every member would target him automatically. What do you think?

 

Also about gear, something like alt+g on gms? Like being able to view inventory?

 

Well to start, i'm not a developper or something xD I know really nothing about java or something...

I'm just a player

 

About the leader channel, i'd keep it only for leaders.. simple reason will be spam.

Should be a channel where leaders can organize their fights, no need for party members to be involved.

could be viewable by members.. doesnt really matter

 

About the main assist.. don't do that

I'll give you an example >

We run a party with 2x bishop, 1x tank, 1x OL, 5x archer

 

Bishops will have their targets inside the party (not on the enemies ofcourse)

Tank need their target on for example the enemy's bishop

OL doesn't even need a target, unless the sleeps/fears somebody

So main assist is only for the damage dealers... if you'd change the whole party's target it will fcked up xD

 

So i think you can best work with just a text message or something when the main assist changes target or if possible some kind of mark on the enemy

 

About the gear, yes.. basicly just take the code from somebody else (i think Falcon? or LeLouch wrote it before...)

Just a nice extra :)

 

Wouldn't do the party matching... nobody uses it on later clients, so wouldnt add it on interlude to be honest :p

Posted

About the leader channel, i'd keep it only for leaders.. simple reason will be spam.

Should be a channel where leaders can organize their fights, no need for party members to be involved.

could be viewable by members.. doesnt really matter

I think i'll add configs about viewable.

 

About the main assist.. don't do that

I'll give you an example >

We run a party with 2x bishop, 1x tank, 1x OL, 5x archer

 

Bishops will have their targets inside the party (not on the enemies ofcourse)

Tank need their target on for example the enemy's bishop

OL doesn't even need a target, unless the sleeps/fears somebody

So main assist is only for the damage dealers... if you'd change the whole party's target it will fcked up xD

 

So i think you can best work with just a text message or something when the main assist changes target or if possible some kind of mark on the enemy

I will add configs with restrictions here too. So some classes wouldn't change their target. But i will add a message too.

 

About the gear, yes.. basicly just take the code from somebody else (i think Falcon? or LeLouch wrote it before...)

Just a nice extra :)

I'll think about that :)

 

Thank you very much again :)

Guest Elfocrash
Posted

Rewarded for the idea and the code.I hope you will keep it up to date with more versions

Posted

Rewarded for the idea and the code.I hope you will keep it up to date with more versions

Thanks. I will ;) In a while, V2 will be out with the features mentioned on my first post.

 

So on V3 you will see some interesting things :)

 

P.S. V2 is out. Preparing my next steps list...

 

List is ready.

Posted

Just some ideas:

 

Leader can set if party would be random, by turn etc.. +Lets say weapon,armor drops from mob, then you have to roll a dice and the biggest number will take the amor-weapon [/roll or smt .roll]

 

Leader can set an attack point or an re-spawn point [like castle flags on sieges].

 

250px-Corsair_Captain_Kylon-map.jpg

 

 

Also if they hit an a--beep--t of pvp's they'll get an aura that will increase cp/hp/mp regen

 

[random img xD

256fbis.png

 

...

 

Edit:

I thought something but it sounds a bit stupid ;p

Lets say you disable any kind of resurrection, if party is in combat.

If a member die during combat the leader will have a chance to sacrifice an member

to res the fall one.

Posted

Leader can set if party would be random, by turn etc.. +Lets say weapon,armor drops a from mob, then you have to roll a dice and the biggest number will take the amor-weapon [/roll or smt .roll]

This sounds more like an event or something..

 

Leader can set an attack point or an re-spawn point [like castle flags on sieges].

 

250px-Corsair_Captain_Kylon-map.jpg

 

Didn't get that one, attack point like a mark or something? And what exactly is respawn point?

 

Also if they hit an a--beep--t of pvp's they'll get an aura that will increase cp/hp/mp regen

 

[random img xD

256fbis.png

 

...

 

Edit:

I thought something but it sounds a bit stupid ;p

Lets say you disable any kind of resurrection, if party is in combat.

If a member die during combat the leader will have a chance to sacrifice an member

to res the fall one.

I think i'll do these ones, a bit modified.

 

Thank you :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


  • Posts

    • @Mobius I only asked you one question! All your previous versions are sh*t and the last version is the best ? Because this is what you said.
    • Close that LOLserver. And change name to L2Wipe&Money.
    • Open Beta January 17th & 21:00 UTC +2 Launch Date January 24th & 21:00 UTC +2 Click Here to Explore Vanilla Gracia Final Low-Rate Server. Join our Discord Community     Following the success of our Vanilla project, we decided to launch it again as Last PlayINERA’s Server! Core Settings *Vanilla will have Strict Botting & Client Limitation Rules and Chronicle Progression from Gracia Final to Gracia Epilogue to H5 in Long term! XP: x4 SP: x4 Adena: x2 Drop: x2 Spoil: x3 Manor: x0.4 (60% reduction) - Festive sweeper enabled! Seal Stones: x2 Herbs: x1 Safe Enchant: +3 Maximum Enchant: Retail Enchant Rate: Dynamic General Settings Auto-loot Can be toggled Buffs Adventurer Guide buffs are free, retail level limit removed. Buff Slots: 20 (+ 4) Summon buffs will remain on re-summoning & on death while Noblesse blessing is applied! (Olympiad excluded) Pet buffs will be saved on relog but not during summon/unsummon. Event Buffer [NEW] Event Buffer is enabled and will spawn randomly between 18:00 ~ 23:00 in Giran for 10 minutes, it will apply Farm Only buffs that are cancelled in PvP, Siege / Epic PvP zones & while in a chaotic state! Duration: 1-hour! Territory Wars every two weeks on Saturday. Castle sieges every two weeks on Sunday Class Transfer 1st Class Transfer: Available for purchase with either Adena or iCoin 2nd Class Transfer: Available for purchase with either Adena or iCoin 3rd Class Transfer: Quest or iCoin (the 3rd class transfer will become available for purchase with iCoin as soon as someone has entered the Hall of Fame for completing the 3rd class transfer quest for the class in question) Hellbound Hellbound Lv. 0-6: ATOD x1 Hellbound Lv. 7-12: ATOD x2 Tiat & Ekimus will become available at Stage 12 Hellbound can only be leveled up by killing monsters. No quests or raids are needed To open Hellbound, a party must kill Baylor in the Crystal Caverns The following items are now tradable: Ancient Tome of the Demon  Hidden First Page  Hidden Second Page  Demon Contract Fragment INERA Hub Library Clan Recruitment System Options Services Milestone Rewards Earn rewards for reaching various daily/one-time goals Client Limit: 1 (+1 with Standard Premium) Shift + Click Information on Monsters SP are required to learn new skills Offline shops Lasts for 15 days Olympiad Olympiad period: 1st and 15th day of the month (14th & Last day of month is the last day) 3 Vs. 3 match disabled Class-based matches will be held over the weekends One registration per HWID (PC) Minimum participants: 9 Party Matching System Earn bonuses for finding a group via the Party Matching system Vote Reward System World Chat No limits for first day! Available from level 20 Raid Bosses Epic Raid Boss zones will turn into a PvP zone while the Epic Raid Boss is alive ( + means Random) Server will start with all grand raids dead. Normal Raids: 12h (+6 hours random). Subclass raids, respawn 12h (+6 hours random). Noblesse Barakiel 12h (+6 hours random, PvP zone). Anakim & Lilith are static 24 hours respawn. Queen Ant: 24 hours (+2 hours random). Core: 40 hours (+2 hours random). Orfen: 32 hours (+2 hours random). Antharas Respawn: 8 Days. Randomly spawns at 19:00 ~ 21:00 Boosted to level 83 on Hellbound stage 7. Valakas Respawn: 10 Days. Randomly spawns at 19:00 ~ 21:00 Baium Respawn: 5 Days. Randomly spawns at 21:00 ~ 23:00 Boosted to level 83 on Hellbound stage 7. Frintezza Respawn: 2 Days. Randomly spawns at 21:00 ~ 23:00 Instanced Zaken Zaken (Day): Monday, Wednesday, Friday at 6:30. Zaken (Day): 9 players, LvL 55-65, 1hr max. Zaken (Night): Wednesday at 6:30 Zaken (Night): 18-45 players, LvL 55-65, 6hr max. Tiat: Saturday at 6:30, 18-36 players, 2 hrs max. Boosted to level 85. Ekimus: 24h at 6:30, 18-27 players, 1hr max. Tully’s Workshop (Darion & Tully): 24h +-1h. Tower of Naia (Beleth): 5 days, 18 min. & 36 max.
  • Topics

×
×
  • Create New...