Jump to content

Recommended Posts

Posted (edited)
L2J aCis Custom Pack
 
Hello to everyone, 
 
The main goal of this project is to provide the most important, useful and necessary custom features in L2J aCis project  that every pvp server rely on, I've chosen L2J aCis because it’s a very clean and maintainable pack and of course I am going to keep it in that way. Every second week I release 15 new custom features from GitHub and of course you are welcome to join in our team. I want to mention here that I am using only the latest free revision of aCis which the current is 360.
 
The members who gives reputation on the first post will get full access for every release, and they don't need to wait for every 15 updates, I will make a private repository for them as well, I will give them my full support for any adoption, if for example they have acisVersion>acisFreeVersion exclusively, there is no problem at all !
 
 
 
NPCs
 
                Scheme Buffer
 
MSn87m.png               0YgHo6.png               Rzvc2C.png
ixABTO.png               TBfbFf.png               7e1W4W.png
 
===============================================================================================
 
                   Gatekeeper                                                    
 
mQZcPo.png               xd3Bei.png
 
===============================================================================================
 
                    Warehouse                                                 Augmenter
 
ukxpvm.png               AIRLv9.png
 
===============================================================================================
 
                 Skill Enchanter                                                Ranking
 
v55Hgo.png               0VaoDe.png
 
===============================================================================================
 
                Class Manager                          PasswordManager designed and developed  by me 
 
1lGEIH.png                7Rot2t.png
 
===============================================================================================
 
Custom Properties
 
CustomStartingLvl = True 
CharLvl = 80
CharTitle = True
CharAddTitle = MyServer.com
EnablePvPColorSystem = True
PvpAmount1 = 500
ColorForAmount1 = 293546
PvpAmount2 = 1000
ColorForAmount2 = 00ff00
PvpAmount3 = 1500
ColorForAmount3 = 0000ff
PvpAmount4 = 2500
ColorForAmount4 = ffff00
PvpAmount5 = 5000
ColorForAmount5 = ff0000
CustomSpawn = True
SpawnX = 149999
SpawnY = 46728
SpawnZ = -3414
OnlineOnLogin = True
WelcomeHtm = True
PMWelcomeShow = True
PMServerName = L2-Sample
PMText1 = Have Fun and Nice Stay on
PMText2 = Vote for us every 24h
NewPlayerEffect = True
EnableNobleCustomItem = True
AnnouncePkKill = True
AnnouncePvPKill = True
EnableHeroCustomItem = True
HeroCustomHours = 1
EnableCustomSubClass= True

 

===============================================================================================

 

Balance

 

Balance System Added + (Anarchy balance system  http://www.maxcheate...ancer-for-acis/)

 

6fomYf.png               6kfOVr.png

 

===============================================================================================

 

Events

 

TVT Event Added

 

===============================================================================================

 

User Commands

 

 .tvt_join        (joins the user in tvt)

 .tvt_leave     (leave the user from tvt)

 .tvtstatus

 

===============================================================================================

 

Admin Commands

 

//balance

//reload balance

 

//tvt_start        (not waiting for the TVT_EVENT_INTERVAL and immediately starting the event, if and only if the state == EventState.INACTIVE)

//tvt_cancel     (immediately  cancel the event, if and only if the state == EventState.PARTICIPATING)

//tvt_add         (adding a simple user in the tvt)

//tvt_remove   (removing a simple user from the tvt)

Edited by joker90
  • Like 4
  • Upvote 4
Posted (edited)

Update 1

# Usage: if True , Then When A New Character is Created , Its Level is Automatically
CustomStartingLvl = True
# Character Level You Want
CharLvl = 80

# Set this option to True to enable custom titles on new chars.
CharTitle = True
CharAddTitle = MyServer.com

# enable pvp color system
EnablePvPColorSystem = True

# Settings For Ammount 1.
PvpAmount1 = 500
ColorForAmount1 = 293546

# Settings For Ammount 2.
PvpAmount2 = 1000
ColorForAmount2 = 00ff00

# Settings For Ammount 3.
PvpAmount3 = 1500
ColorForAmount3 = 0000ff

# Settings For Ammount 4.
PvpAmount4 = 2500
ColorForAmount4 = ffff00

# Settings For Ammount 5.
PvpAmount5 = 5000
ColorForAmount5 = ff0000

# # Set this to True if you want to add a custom spawn location for ALL new characters.
# choose the coordinates you want Example:
# SpawnX = 149999
# SpawnYY = 46728
# SpawnZ = -3414
CustomSpawn = True
SpawnX = 149999
SpawnY = 46728
SpawnZ = -3414

# Shows total players number on login.
OnlineOnLogin = True

# If it is true, it shows a htm on every player's log in.
# It is located in data/html/welcome.htm
# You can edit it from there.
WelcomeHtm = True

# Show Welcome PM on start
PMWelcomeShow = True
PMServerName = L2-Sample
PMText1 = Have Fun and Nice Stay on
PMText2 = Vote for us every 24h

# New players get fireworks the first time they log in
# Default: False
NewPlayerEffect = True
 
===============================================================================================
 

Update 2

# -------------------------------------------------------
# Noble Custom Item Configuration -
# -------------------------------------------------------
# When ActiveChar will use this item will gain Noble Status.
EnableNobleCustomItem = True
# Id Itemn Need's type="EtcItem" name="handler" val="Recipes"

# Announces when a Player PK another Player. Default - false  
AnnouncePkKill = True

# Announces when a Player Pvp another Player. Default - false 
AnnouncePvPKill = True

# -----------------------------------------------------
# Hero Custom Item Configuration -
# -----------------------------------------------------
EnableHeroCustomItem = True
HeroCustomHours = 1

===============================================================================================

 

Update 3

 

Ranking System Added => Author Plugin Devlin
 
===============================================================================================
 
Update 4
 

Update Includes

 

- Custom Augmenter

- Skill Enchanter

- WareHouse

 

Skill Enchanter

<npc id="50013" idTemplate="31124" name="Maria" title="Skill Enchanter">
......
<set name="type" val="L2Trainer" />
.....
<teachTo
classes="0;1;2;3;4;5;6;7;8;9;10;11;12;13;14;15;16;17;18;19;20;21;22;23;24;25;26;27;28;29;30;31;32;33;34;35;36;37;38;39;40;41;42;43;44;45;46;47;48;49;50;51;52;53;54;55;56;57" />
</npc>
Files Add/Edit
xml/npc/50000-50999 => 50013
html/trainer/50013.html
multisell/52300
 
Custom Augmenter
<npc id="50014" idTemplate="32010" name="John" title="Augment">
......
<set name="type" val="L2Merchant" />
....
</npc>
Files Add/Edit
xml/npc/50000-50999 => 50014
html/merchant/50014.html
multisell/52100
multisell/52200
 
WareHouse
<npc id="50015" idTemplate="18284" name="Marios" title="Warehouse Keeper">
.....
<set name="type" val="L2Warehouse" />
....
</npc>
Files Add/Edit
xml/npc/50000-50999 => 50015
html/warehouse/50015.html
 
===============================================================================================
 
Update 5
 
Update Includes  

 

- GATEKEEPER

<npc id="50017" idTemplate="31862" name="Crystal" title="Gatekeeper">
......
<set name="type" val="L2Teleporter" />
.....
</npc>
Files Add/Edit
xml/npc/50000-50999 => 50017
html/teleporter/{50017-1 to 50017-16}
xml/teleports.xml
 
===============================================================================================
 
Update 6
 
Update Includes  
# -----------------------------------------------------
# Availability of all subclasses by any race
# -----------------------------------------------------
EnableCustomSubClass= True

By enabling the property to true you can add whatever subclass you want from whoever master you like without restrictions, elfs can take dark elf subclasses and the opposite.

 

===============================================================================================
 
Update 7
 
Sceme Buffer: modifying the original one
 
+L2BufferCustomInstance class
 
===============================================================================================
 
Update 8
 
update includes =>

 

-Balance System Added + (Anarchy balance system  http://www.maxcheate...ancer-for-acis/)

-Geodata Added

 

Tested and working fine !

 
===============================================================================================
 
Update 9
 
Update Includes

 

Password Manager

  - PasswordManagerInstance

  - xml/npc/{id}

  - html/mods/password/{id}

 

I Introduce you my PasswordManager designed and developed by me, nice and clean

 

and if somone says anything about the early return statement he should go and read this

=> https://softwareengi...an-if-statement

 
===============================================================================================
 
Update 10

 

Update Includes => TVT Event

 

Manipulating this code => http://www.maxcheate...eave-tvtstatus/

 

VoiceCommands

  1.    .tvt_join       (joins the user in tvt)
  2.    .tvt_leave     (leave the user from tvt)
  3.    .tvtstatus

AdminCommands

  1. //tvt_start        (not waiting for the TVT_EVENT_INTERVAL and immediately starting the event, if and only if the state == EventState.INACTIVE)
  2. //tvt_cancel     (immediately  cancel the event, if and only if the state == EventState.PARTICIPATING)
  3. //tvt_add        (adding a simple user in the tvt)
  4. //tvt_remove    (removing a simple user from the tvt)

Bugs Fixed

 

1. Error in Heal.Java fixed  L2MonsterInstance: callSkill() failed on skill id: 4020 net.sf.l2j.gameserver.model.actor.instance.L2MonsterInstance cannot be cast to net.sf.l2j.gameserver.model.actor.instance.L2PcInstance  

2. IF the match is tie the tvt is getting finished and you are getting teleported and not waiting for final kill

3. Another bug i have found from the below code, In L2TvTEventNpcInstance you should replace this

if (!TvTEvent.isPlayerParticipant(playerInstance.getName()))
htmFile = "TvTEventParticipation";
else htmFile = "TvTEventRemoveParticipation";

with this

if (!TvTEvent.isPlayerParticipant(playerInstance.getName()))
htmFile += "TvTEventParticipation.htm";
else htmFile += "TvTEventRemoveParticipation.htm";

Update 10.1

 

Update Includes => new event engine 

 

Share configuration for all the new events

 

1.Dynamic number of teams

2.Different color per team

3.Different coordination per team

4.Different team name per team

 

You can create as many teams you like

 

//NEW seperated by semicolon
TvTEventTeamName = Good;Evil;Some
TvTEventTeamColor = ffff00;ff0000;0000ff
TvTEventTeamCoordinates = 148695,46725,-3414;149999,46728,-3414;149999,46728,-3414

 

To be clear here, these days I am creating a completly new event engine for TvT,CTF,DM using Polymorfism and Abstraction for all the Events. The events will share methods,atributes and fields.

The goal is a good architecture designing  so we can easily create and adopt new events above that. 

 

 

#---------------------------------------------------------------
# Team vs. Team Event Engine                     -
#---------------------------------------------------------------
# enable TvTEvent
TvTEventEnabled = true
# Time Between TvT events (in minutes, 300 = 5 hours)
TvTEventInterval = 2
#  Registration timer (in minutes) from start of event.
TvTEventParticipationTime = 1
#  Event running time, in minutes
TvTEventRunningTime = 2
# TvT Event NPC Details (create a custom npc of type L2TvTEventNpc)
TvTEventParticipationNpcId = 50021
TvTEventParticipationNpcCoordinates = 83358,148879,-3405
# Minimum amount of players allowed in each team
TvTEventMinPlayersInTeams = 1
TvTEventMaxPlayersInTeams = 20
# Level rules
TvTEventMinPlayerLevel = 70
TvTEventMaxPlayerLevel = 80
# Remove buffs effect
TvTEventRemoveBuffs = false
# If Enable Players cant be healed
TvTHealPlayersEnable = false
# If true, gives reward for kills stage without die
# Example: Get 3/7/10 kills without die, and you will be rewarded
# No more than 1 item!
TvTKillsRewardEnable = true
TvTKillsReward = 57,500000000
# Teleport delay Timers (in seconds)
TvTEventRespawnTeleportDelay = 5
TvTEventStartLeaveTeleportDelay = 10
# Back to Town
TvTEventBack = 83013,148595,-3469
#Team Details (name, start and death x,y,z tp point)


//NEW seperated by semicolon
TvTEventTeamName = Good;Evil;Some
TvTEventTeamColor = ffff00;ff0000;0000ff
TvTEventTeamCoordinates = 148695,46725,-3414;149999,46728,-3414;149999,46728,-3414


# Reward for winning team
# itemId,amount;itemId,amount;itemId,amount;...
# no ";" at the start or end
TvTEventReward = 57,100000;5575,1000
# TvTEvent Rules
TvTEventTargetTeamMembersAllowed = true
TvTEventPotionsAllowed = false
TvTEventSummonByItemAllowed = false
# Door id's to close/open on start/end
# ex.: 1;2;3;4;5;6
# no ";" at the start or end
TvTEventDoorsCloseOpenOnStartEnd =
Edited by joker90
  • Like 1
Posted (edited)

Yes but what about Hero CountDown ?

 

Let me be more clear... You have to save somewhere the state of user(The Current Time which is the time when the user use the hero item) now every time he log in you have to calculate the Current Time - Previous Time and check if he exceed  the threshold 

Edited by joker90
Posted (edited)

Update 3

 

 

L2RankingInstance Added => Author Plugin
/**
 * @author Devlin
 * @description This npc is a players Ranking npc.
 *
 */
 
Working perfectly
 
Edited by joker90
Posted

Yes but what about Hero CountDown ?

 

Let me be more clear... You have to save somewhere the state of user(The Current Time which is the time when the user use the hero item) now every time he log in you have to calculate the Current Time - Previous Time and check if he exceed  the threshold 

yes thank you very much for the info..im using memos with these things not l2jfrozen tables

Posted

your SQL file characters_custom_data is trash. It violates any possible rule regarding table relationship and the datatypes you used are wrong.

Since you are using acis avoid creating useless and trashy SQLs and start using the memos as the other guy already mentioned.

 

PS: You are wasting your time

Posted

your SQL file characters_custom_data is trash. It violates any possible rule regarding table relationship and the datatypes you used are wrong.

Since you are using acis avoid creating useless and trashy SQLs and start using the memos as the other guy already mentioned.

 

PS: You are wasting your time

 

wait for the result

Posted

As Reborn and xxdem said, it is useless to create new SQLs. You can learn how memos works. 

Also, your configs are old. I mean spawnX,spawnY,spawnZ, pvpamount1,2,3 and etc. You can make it with one line. Customlvl do not need true or false. Choose 1 for disable or more for custom value.

 

Good job buddy..

Posted

memos for a few boolean values or timestamps are more than enough, there's no reason to grow the SQLs of the database for small data that has no sense to the naked eye. After all, its a matter of personal choice. This is a gameserver, the rules of a perfect SQL database may be important but they should not be overused or make you break your design, thats just the general idea.

 

This guy is making trash-sqls for small custom and amateur code, yet you are suggesting exotic SQL alternatives, that's so wrong... This is not a giant database of millions of data. memos are enough for this

Posted (edited)

Whoever introduced memos on acis is an idiot.  If you want a to store data in sql then you make a table specifically for this model to match your needs and have proper relationships between your tables.

Why to grow the database with useless tables for herotime or any small shit?
Simple, save it on memos and it will be enough for your "mod" like this..
 
I got your point, really.. But here and sure for the most of mods like above, there's no sense to use this.

memos for a few boolean values or timestamps are more than enough.

Edited by 'Baggos'
Posted

First of all I am thinking of making only one table for all my new custom features, the reason that I didn't use the tables and the empty fields that acis database provide is because I want to keep the db clean, whoever don't want to use my custom features he can easily drop the table and BAM it's again the same, I don't want to mess up with aCIs pack, all I want is an extension for custom features...so for example when tryskell release the next free version I can easily adopt it with my customs

Posted (edited)

You see, when sql is trying to get some info from the table it "LOCKS" the table.

This means that nothing else can access it at this given point and time.

However this is ms, that is why it feels seamless.

 

This is not SQL standard for god's sake, this is handled by the underlying database engine and this behavior varies.

 

Essentially SQL doesn't know what "LOCK" is the way you describe it, its the engine's job to implement this behavior and there exist engines without locks.

 

For example I use MyISAM for a table of thousands of key paired values and it does the job exactly as fast as I need, unlike InnoDB whose locking and synchronization mechanism make the same table unable to perform.

Edited by xxdem
Guest
This topic is now closed to further replies.



  • Posts

    • so u need to create them and then use the icon name in the prefered ones
    • ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━      ⚔️  A NEW ERA OF LINEAGE 2 PVP  ⚔️         High Five | 2026 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ We are building something that has never existed before. Not another copy. Not another "x2000 PvP server with TvT." This is a complete PvP ecosystem — where every kill matters,every rivalry has a face, and your legacy is worn on your character. We are sharing this here first, before anything is announced publicly. We want feedback. We want the right people. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 📌  CORE SERVER FEATURES ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🔹 Chronicle .............. High Five 🔹 Rates .................. x2000 🔹 Safe Enchant ........... +3 🔹 Max Enchant ............ +10 🔹 Enchant Rate ........... 33% 🔹 Buff Slots ............. 24 + 4 🔹 Song & Dance Slots ..... 12 🔹 Buff Duration .......... 4 hours 🔹 TvT .................... Every Hour  (Karma + PvP points) 🔹 Hero ................... Every Week 🔹 Olympiad ............... 3 Hours Daily 🔹 Castle Sieges .......... Weekly 🔹 Territory Wars ......... Weekly 🔹 Grand Bosses ........... 1 week respawn 🔹 Costume Farm Area ...... Custom mobs & zones 🔹 NPC Buffers + GM Shops 🔹 Custom Economy 🔹 Custom Playground 🔹 Custom Events 🔹 Anti-Bot | Anti-DDoS | Highly Secured 🔹 Stable | No Lag | No sudden wipes ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🚀  5 FEATURES THAT HAVE NEVER EXISTED      ON ANY LINEAGE 2 SERVER ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ─────────────────────────────────────── 💰  1. BOUNTY HUNTER SYSTEM ─────────────────────────────────────── Every player with high PvP points becomes a target. Anyone can place real in-game adena / currency / gear as a bounty on any specific player they want dead. Kill the target → collect the bounty. → Top 10 Active Bounties visible LIVE on website + in-game board → Updated in real time — anyone can see who has a price on their head → Clans place bounties on enemy leaders before sieges → Creates real economic stakes behind every single kill → 100% organic drama — no admin needed to create conflict ─────────────────────────────────────── 🏆  2. SEASON RANKED LADDER + REAL PRIZE POOL ─────────────────────────────────────── Every 45 days a Season ends. PvP Score resets. Gear stays. Glory is earned. → Top 3 players receive a REAL money prize pool at season end → Top clan earns a unique exclusive in-game title displayed for the entire next season → Permanent Hall of Fame on website — name, class, kills, and season — forever → Season end = fresh ranking start for everyone New players have a real shot. Veterans must defend. → This single feature will make clans actively recruit  and communities form around the server organically ─────────────────────────────────────── 📱  3. LIVE SERVER DASHBOARD ─────────────────────────────────────── A fully live website — accessible from any phone or browser: → Real-time Kill Feed — who killed who, where, when → Live PvP Leaderboard — updated every minute → Live Bounty Board — active bounties and claimed kills → Grand Boss timers — next Baium, Antharas, Valakas spawn → Siege countdown with registered clans visible → Server population — online now, today's peak, all-time peak Why this matters: Players check their phone at work and see their clan is losing the siege. They log in. They recruit a friend. That friend stays. Friends who have never played see the stats and ask what server it is. This is automatic word-of-mouth that no advertisement can buy. ─────────────────────────────────────── ⚔️  4. NEMESIS SYSTEM ─────────────────────────────────────── The system tracks who kills you most. If the same player kills you 5 times in a row — he becomes your official NEMESIS. → A red skull icon appears above his head — visible only to you → Kill your Nemesis → DOUBLE PvP points    + server-wide announcement: "[PlayerX] has avenged his honor against [PlayerY]!" → If he kills you 10 times consecutively → you receive the title [Hunted] — visible to the entire server    Public humiliation. Maximum motivation. → Eliminate your Nemesis → your title is removed    He receives [Defeated] for 1 hour This transforms anonymous PvP into personal rivalries. Players will bring friends just to help eliminate their Nemesis. These stories are what people talk about for years. ─────────────────────────────────────── 👑  5. CLAN SIEGE CROWN — WEARABLE LEGACY TROPHY  ─────────────────────────────────────── This feature does not exist on any L2 server in the world. Every clan that wins a Castle Siege receives 10 custom hat/accessory items — physically wearable in-game. Each Crown is: → UNIQUE per castle — Aden Crown has a different visual from Giran Crown, Rune Crown, Goddard Crown, etc. → PERSONALIZED — the clan name AND clan crest are embedded visually on the hat itself, like a clan cloak but on your head    Every player who sees you knows exactly who you are and what castle your clan owns → NUMBERED — tooltip reads:    "Crown of Aden #4/10 — Season 2"    A collectible. A proof. A statement. → PERMANENT — you lose the castle at next siege, you keep the Crown → LEGACY — at season end it becomes a permanent trophy:    "Crown of Aden — Season 2  |  [YourClanName]"    Stored in your inventory as living history When a player wearing this Crown walks through Giran, everyone sees the clan crest displayed on the accessory. No leaderboard needed. Status is worn on your character.   -------------------------------------------------------------------------------------------------------------------------------------------------------------------- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🛠️  WHO WE ARE LOOKING FOR ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ We are building the right team first. No launch date until everything is right. ✅ H5 Developer — L2J or L2OFF    Must have experience with high-rate PvP servers    Bonus: experience with custom feature development ✅ Web Developer — for the Live Dashboard + account panel    Must be comfortable with real-time data display    (websockets, live feeds, mobile-friendly) ✅ Designer / 3D Artist — for custom Crown visuals per castle    If you have L2 texture/model experience, we want to talk ✅ GMs / Community Managers    Active, fair, experienced, trusted by the community ✅ Beta Testers    Players who know H5 PvP inside out    Willing to stress-test and break things on purpose ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 💬  WE WANT YOUR HONEST FEEDBACK ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ We are building this WITH the community. Every reply here shapes the final product. → Which of these 5 features excites you most? → What do you think will NOT work and why? → What is missing that would make you stay for months? → Would you play this if it opened tomorrow? We are not looking for hype. We are looking for honest opinions from people who have seen servers rise and fall. Tell us what we are getting wrong. Reply below or send a PM directly. Serious people only. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ P.S. — The inspiration for this project came from a server many of us played years ago called L2Gang. That nostalgia is what started this conversation. What we are building is something entirely new. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    • Please is anyone who can share the compiled version of the l2editor source for interlude? Because i run the !GenerateLibs.bat with the corrected code by CriticalError and then i try to build with the vs 2013 but i get errors again and again and when i try anyway to open or create something with the UnrealEd.exe then it closes automatically.
    • General Trackers :   IPTorrents invite IPTorrents account 1 tb TorrentLeech invite Torrentleech account 1 tb buffer  InTheShaDow ( ITS ) account Acid-lounge invite Torrentday invite Crnaberza account Abn.Lol account Limit-of-eden account Norbits account Xspeeds account Xspeeds invite Bemaniso invite Wigornot account Bithumen invite Filelist account Funfile invite AvistaZ invite Potuk.net invite ResurrectThe.Net invite GrabThe.Info invite Greek-Team invite LinkoManija invite Fano.in account tracker.czech-server.com Speed.cd invite Arab-torrents.net account Arabscene.me account Scenetime account 4thd.xyz invite Btarg.com.ar account Dedbit invite Estone.cc account Speedapp invite Finvip invite Fluxzone account GigaTorrents account Gimmepeers account Haidan.video invite Mojblink account Mycarpathians invite Newinsane.info account Oscarworld.xyz account Peers.FM invite Pt.msg.vg account Ransackedcrew account Redemption invite Scene-rush account Seedfile.io invite Teracod invite Torrent.ai account Torrentmasters invite Ttsweb invite X-files invite X-ite invite Ncore account TorrentHR account Rptorrents account BwTorrents account Superbits invite Krazyzone account Immortalseed account Tntracker invite Pt.eastgame.org account Bitturk account Rstorrent account Tracker.btnext invite Torrent-turk.de account BeiTai.PT account Pt.keepfrds account 52pt.site account Pthome account Torrentseeds account Aystorrent account Blues-brothers.biz invite Divteam account Thesceneplace invite CinemaMovies.pl account Brasiltracker account Patiodebutacas account Newheaven.nl account  Swarmazon.club invite Bc-reloaded account Crazyspirits account Silentground invite Omg.wtftrackr invite Milkie.cc invite Breathetheword invite Madsrevolution account Chilebt account Yubraca account Uniongang.tv account Frboard account Exvagos account Diablotorrent account Microbit account Carp-hunter.hu account Majomparade.eu account Theshinning.me account Youiv.info account Dragonworld-reloaded account Sharewood.tv account Partis.si account Digitalcore.club invite Fuzer.me account R3vuk.wtf invite Ztracker account 1 tb buffer 3changtrai account Best-core.info account Bitsite.us account Eliteunitedcrew invite Exitorrent.org account Tophos invite Torrent.lt account Sktorrent.eu account Oshen account Pirata.digital account Esharenet account Ohmenarikgi.la Pirate-share account Immortuos account Kiesbits account Cliente.amigos-share.club account Broadcity invite Ilovetorzz account Torrentbytes account Polishsource account Portugas invite Shareisland account ArabaFenice account Hudbt.hust.edu.cn account Audiences account Nanyangpt account Pt.sjtu.edu.cn account Pt.zhixing.bjtu.edu.cn account Byr.pt invite Ptfiles invite Red-bits account Pt.hdpost.top account Irrenhaus.dyndns.dk (NewPropaganda) account Mnvv2.info (MaxNewVision V2) account 1ptba.com account Spidertk.top account Film-paleis account Generation-free account Aftershock-tracker account Twilightsdreams account Back-ups.me invite Sor-next.tk ( Spirit Of Revolution ) account Tfa.tf ( The Falling Angels ) account Hdmayi account S-f-p.dyndns.dk ( Share Friends Projekt ) account Unlimitz.biz account Pttime account St-tracker.eu account New-retro.eu account Zbbit account Tigers-dl.net account Jptvts.us account Lat-team account Club.hares.top account Falkonvision-team account Concen account Drugari account T.ceskeforum account Peeratiko.org account Zamunda.se account Central-torrent.eu account h-o-d.org account Torrentleech.pl account Demonoid invite Lst.gg account Fakedoor.store account LaidBackManor account Vrbsharezone.co.uk invite Torrenteros account Arenaelite account Datascene account Tracker.0day.community Tapochek.net invite Ptchina invite Lesaloon account Exyusubs account Therebels.tv account Ubits.club invite Zmpt.cc account Turktorrent.us account Dasunerwarte account Hawke.uno account Monikadesign account Fearnopeer account Alpharatio account Wukongwendao.top account Chinapyg account Azusa.wiki account Yggtorrent.top account Torrentdd account Cyanbug.net invite Hhanclub.top account Wintersakura.net account Xthor account Tctg.pm account Finelite invite Agsvpt.com account Pt.0ff.cc invite Qingwapt.com account Xingtan.one account Ptcafe.club invite W-o-t.pro account Coastal-crew.bounceme.net account Darkpeers.org account Pianyuan.org account Seedpool.org  account Tempelbox account Pt.itzmx.com account Itatorrents.xyz  account Letseed.org account The-new-fun.com  account Malayabits.cc account Trellas.me account Yu-scene.net account Futuretorrent.org account Bitpt.cn account Tocashare.biz  account Videoteka.org  account White-angel.hu account Xbytesv2.li account Torr9  account Desitorrents account Okpt.net account Samaritano.cc account Polishtorrent.top  account C411.org account Bigcore.eu account BJ-Share.info account Infinitylibrary.net account Beload.org account Emuwarez.com account Yhpp.cc account Funsharing ( FSC ) account Rastastugan account Tlzdigital account account Upscalevault account Bluraytracker.cz account Torrenting.com account Infire.si account Dasunerwartete.biz invite The-torrent-trader account New-asgard.xyz account Pandapt account Deildu account Tmpt.top invite Pt.gtk.pw account Media.slo-bitcloud.eu account Pte.nu account P.t-baozi.cc account   Movies Trackers :   Secret-cinema account Anthelion account Pixelhd account Cinemageddon account Cinemaz account Retroflix account Classix-unlimited - invite Movie-Torrentz (m2g.link) invite Punck-tracker.net account Tmghub account Cathode-ray.tube account Greatposterwall account Arabicsource.net account Upload.cx account Crabpt.vip invite Onlyencodes.cc account Exyusubs account Hellashut.net invite Nordichd.sytes.net invite Locadora.cc account HD Trackers :   Blutopia buffered account Hd-olimpo buffered account Hdf.world account Torrentland.li account HdSky account Hdchina account Chdbits account Totheglory account Hdroute account Hdhome account TorrentCCF aka et8.org account 3DTorrents invite HD-Torrents account Bit-HDTV account HDME.eu invite Hdarea.co account Asiancinema.me account JoyHD invite HDSpace invite CrazyHD invite Bluebird-hd invite Htpt.cc account Hdtime invite Ourbits.club account Hd4fans account Siambit account Privatehd account Springsunday account Tjupt account Hdcity.leniter invite Ccfbits account Discfan account Pt.btschool.club account Ptsbao.club invite Hdzone.me invite Danishbytes account Zonaq.pw account Tracker.tekno3d account Arabp2p account Hd-united account Reelflix.xyz account Hdatmos.club account Anasch.cc invite Tigris-t account Nethd.org account Hd.ai invite Hitpt.com account Hdmonkey account Dragonhd.xyz account Hdclub.eu account Forum.bluraycd.com account Carpt account Hdfun.me invite Pt.hdupt invite Puntotorrent account Ultrahd account Rousi.zip account Bearbit account Hdturk.club account Asiandvdclub account Star-space.net account Nordicq.org account Hdkyl.in account Utp.to account Hdzero account Novahd account Hdtorrents.eu account   Music Trackers :   Dicmusic account Music-Vid account Open.cd account LzTr account ProAudioTorrents invite Jpopsuki invite TranceTraffic invite Audionews invite Kraytracker invite Libble.me invite Losslessclub invite Indietorrents.com invite Dimeadozen account Funkytorrents invite Karaokedl account zombtracker.the-zomb account Concertos account Sugoimusic account Satclubbing.club invite Metal.iplay invite Psyreactor invite Panda.cd account Adamsfile account Freehardmusic account Tracker.hqmusic.vn accouunt Twilightzoom account 3 tb buffer Hiresmusic account Metalguru account Musictorrents.org account Musebootlegs.com invite Zappateers.com account Jungleland.dnsalias.com account Naftamusic account Bemusic account   E-Learning Trackers :   Theplace account Thevault account Myanonamouse account Libranet account 420Project account Learnflakes account Pt.soulvoice.club account P2pelite account Aaaaarg.fail invite Ebooks-shares.org account Abtorrents account Pt.tu88.men invite Docspedia.world invite   TV-Trackers :   Skipthecommericals Cryptichaven account TV-Vault invite Shazbat.TV account Myspleen account Tasmanit.es invite Tvstore.me account Tvchaosuk account Jptv.club account   XXX - Porn Trackers :   FemdomCult account Pussytorrents account Adult-cinema-network account Bootytape account 1 Tb buffer Exoticaz account Bitporn account Kufirc account Gaytorrent.ru invite Nicept account Gay-torrents.org invite Ourgtn account Pt.hdbd.us account BitSexy account Happyfappy.org account Kamept.com account Lesbians4u.org account   Gaming Trackers :   Mteam.fr account BitGamer invite Retrowithin invite Gamegamept account   Cartoon/Anime/Comic Trackers :   Animeworld account Oldtoons.world account U2.dmhy account CartoonChaos invite Mononoke account Totallykids.tv account Bakabt.me invite Revanime account Ansktracker account Tracker.shakaw.com.br invite Bt.mdan.org account Skyey2.com account Animetracker.cc Adbt.it.cx invite Tracker.uniotaku.com account Mousebits.com account   Sports Trackers :   MMA-Tracker invite T3nnis.tv invite AcrossTheTasman account RacingForMe invite Sportscult invite Ultimatewrestlingtorrents account Worldboxingvideoarchive invite CyclingTorrents account Xtremewrestlingtorrents account Tc-boxing invite Mma-torrents account Aussierul invite Xwt-classics account Racing4everyone account Talk.tenyardtracker account Stalker.societyglitch invite Extremebits invite Rgfootball.net account F1carreras.xyz account   Software/Apps Trackers :   Brokenstones account Appzuniverse invite Teamos.xyz account Macbb.org account Phoenixproject.app account   Graphics Trackers:   Forum.Cgpersia account Cgfxw account   Others   Hduse.net account Fora.snahp.eu account Board4all.biz account Makingoff.org/forum account Xrel.to account Undergunz.su account Corebay account Endoftheinter.net ( EOTI ) account Thismight.be invite Skull.facefromouter.space account Avxhm.se (AvaxHome) account Ssdforum account Notfake.vip account Intotheinter.net account Tildes.net invite Thetoonz account Usinavirtual account Hdclasico invite HispaShare account Valentine.wtf account Adit-hd account Forum-andr.net account Warezforums account Justanothermusic.site account Forbiddenlibrary.moe account Senturion.to account Movieparadise account Dcdnet.ru account Sftdevils.net account Heavy-r.com account New-team.org account Ddl.tv account Filewarez.club account Hispamula.org account Hubwarez.tv account Ultim-zone.in account Leprosorium.ru account Planet-ultima.org account The-dark-warez.com account Koyi.pub account Tehparadox.net account Forumophilia account Torrentinvite.fr account Gmgard.com account   NZB :   Ninjacentral.co.za account Tabula-rasa.pw account Drunkenslug account Drunkenslug invite Usenet-4all account Dognzb.cr invite Kleverig account Nzb.cat account Nzbplanet.net invite Ng4you.com account NZB.to account Samuraiplace account Abhdtv.net account Abook.link account Comix.pw account House-of-usenet Secretbinaries.net account Vnext.to account Stockboxx.top account Sky-of-use.net account   Prices start from 3 $ to 100 $   Payment methods: Crypto, Neteller, Revolut   If you want to buy something send me a pm or contact me on:   Email: morrison2102@gmail.com   Discord: LFC4LIFE#4173   Telegram: https://t.me/LFC4LIFE4173   Skype: morrison2102@hotmail.com
    • I need two new one for the existing ones. 
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..