Jump to content
  • 0

AUGUMENT L2JDOT INTERLUDE!


Question

10 answers to this question

Recommended Posts

  • 0
Posted

data/stats/augmentations :)

 

pfffffffffffff Failed.

 

@halpex go to gameserver/config/other.properties.

 

In the end find these lines :

 

#------------------------------------------

# Chance for Augmentation bonus in %

#------------------------------------------

AugmentBasestat = 1

AugmentSkill = 10

 

The number coloured red is the chance to get the skill.

 

Just changed it to the number that you want. (always in %)

  • 0
Posted

#Amount of adena that a new character is given

#Default is 0

StartingAdena = 100000000

 

# movement speed for strider and wyvern

WyvernSpeed = 100

StriderSpeed = 80

 

#Allow the wyvern manager located in every castle to train wyverns and striders from hatchlings

AllowWyvernUpgrader = False

 

# If True, when effects of the same stack group are used, lesser

# effects will be canceled if stronger effects are used. New effects

# that are added will be canceled if they are of lesser priority to the old one.

# If False, they will not be canceled, and it will switch to them after the

# stronger one runs out, if the lesser one is still in effect.

CancelLesserEffect = True

 

# If you wish to disable the use of guards agains agressive monsters.

# Default is False.

AllowGuards = False

 

# If True, the following deep blue mobs' drop penalties will be applied:

# - When player's level is 9 times greater than mob's level, drops got divided by 3

# - After 9 lvl's of difference between player and deep blue mobs, drop chance is

# lowered by 9% each lvl that difference increases. (9lvls diff = -9%; 10lvls diff = -18%; ...)

# NOTE1: These rules are applied to both normal and sweep drops

# NOTE2: These rules ignores the server's rate when drop is of adena type (Complies with retail server)

UseDeepBlueDropRules = True

 

# Inventory space limits

MaximumSlotsForNoDwarf = 250

MaximumSlotsForDwarf = 250

MaximumSlotsForGMPlayer = 250

 

# Warehouse space limits (Must be < 300 for prevent client crash)

# Dwarfs will get bonus from lvl 60

MaximumWarehouseSlotsForDwarf = 120

MaximumWarehouseSlotsForNoDwarf = 100

MaximumWarehouseSlotsForClan = 200

MaximumFreightSlots = 20

 

# % Chance of succeding to enchant an item when it has a chance of breaking

EnchantChanceWeapon = 67

EnchantChanceArmor = 67

EnchantChanceJewelry = 67

# Enchant limit [default = 0 (unlimited)]

EnchantMaxWeapon = 15

EnchantMaxArmor = 15

EnchantMaxJewelry = 15

# if EnchantSafeMax is set to for ex '8' the item will be safly enchanted to '8'

# regardless of enchant chance(default = 3 for EnchantSafeMax and default = 4 for EnchantSafeMaxFull)

# EnchantSafeMaxFull is for full body armor (upper and lower)

# SHOULD BE > 0

EnchantSafeMax = 4

EnchantSafeMaxFull = 4

 

# % regeneration of normal regeneration speed

HpRegenMultiplier = 100

MpRegenMultiplier = 100

CpRegenMultiplier = 100

 

# % regeneration and defence for RaidBoss and their minions

RaidHpRegenMultiplier = 100

RaidMpRegenMultiplier = 100

RaidDefenceMultiplier = 300

 

#Configure Minimum and Maximum multiplier time between RaidBoss respawn.

#By Default 12Hours*1.0 for Minimum Time and 24Hours*1.0 for Maximum Time.

RaidMinRespawnMultiplier = 1.0

RaidMaxRespawnMultiplier = 1.0

 

# Minions respawn timer 300000 = 5 mins

RaidMinionRespawnTime = 300000

 

# Unstuck interval, seconds, default is 300 sec.

UnstuckInterval = 30

 

# Player Protection after teleporting or login in seconds, 0 for disabled

PlayerSpawnProtection = 0

 

# Player Protection from (agro) mobs after getting up from fake death; in seconds, 0 for disabled

PlayerFakeDeathUpProtection = 0

# PARTY XP DISTRIBUTION

# Set the first option here to one of the (auto, percentage, level, none).

# With "auto method" member is cut from Exp/SP distribution when his share is lower

# then party bonus acquired for him (30% for 2 member party)

# In that case he will not receive any Exp/SP from party and is not counted for party bonus

# The second option takes effect when "percentage" method is choosen. Don't use high values for this!

# The third option takes effect when "level" method is choosen. Don't use low values for this!

# If you don't want to have a cutoff point for party members' XP distribution,

# then just set the first option to "none". Defaults are: percentage , 3.0 , 30 ; respectively.

PartyXpCutoffMethod = auto

PartyXpCutoffPercent = 3.0

PartyXpCutoffLevel = 30

 

# Amount of HP, MP, and CP is restored

# Values are in percent of max

RespawnRestoreCP = 0

RespawnRestoreHP = 70

RespawnRestoreMP = 70

 

# Allow random respawning in towns, based on a maximum random offset

# from the base respawn co-ordinates.

RespawnRandomInTown = True

RespawnRandomMaxOffset = 20

 

# Maximum number of allowed slots for Private Stores (sell/buy) for dwarves and for all other races

# Normally, dwarves get 5 slots for pvt stores, while other races get only 4

MaxPvtStoreSlotsDwarf = 5

MaxPvtStoreSlotsOther = 4

 

# Store buffs/debuffs other effects on user logout?

StoreSkillCooltime=True

 

# List of pet rent (wyvern,strider). etc: 111,222,333

ListPetRentNpc = 30827

 

# Announce to players the location of the Mammon NPCs during Seal Validation.

# Default is False.

AnnounceMammonSpawn = False

 

# Alt privileges for GMs based on command privileges

AltPrivilegesAdmin = False

AltPrivilegesSecureCheck = True

AltPrivilegesDefaultLevel = 100

 

# Allow different name color for GM and Admin characters.

GMNameColorEnabled = True

# Color to use for Admin names, if enabled. (access level 100+).

# (Must be in hex BGR format: eg. 00FF00 = Green)

AdminNameColor = 00FF00

# Color to use for GM names, if enabled. (access level 75+).

# (Must be in hex BGR format: eg. FFFF00 = Yellow)

GMNameColor = FFFF00

 

# Enable GMs to have the glowing aura of a Hero character.

GMHeroAura = False

 

# Auto set invulnerable status to a GM on login.

GMStartupInvulnerable = True

# Auto set invisible status to a GM on login.

GMStartupInvisible = False

# Auto block private messages to a GM on login.

GMStartupSilence = False

# Auto list GMs in GM list (/gmlist) on login.

GMStartupAutoList = True

# The way //admin panel looks can be "modern" or "classic"

# (default is modern while classic provides more compatibility)

GMAdminMenuStyle = modern

# Enable players to send in-game petitions.

PetitioningAllowed = True

# Total number of petitions to allow per player, per session.

MaxPetitionsPerPlayer = 5

# Total number of petitions pending, if more are submitted they will be rejected.

MaxPetitionsPending = 25

 

#---------------------------------------------

# Jail configuration

#---------------------------------------------

# Jail is a PvP zone

JailIsPvp = True

# Disable all chat in jail (except normal one)

JailDisableChat = True

 

#------------------------------------------

# Death Penalty chance if killed by mob (%)

#------------------------------------------

DeathPenaltyChance = 0

 

 

 

:/

  • 0
Posted

      version=${l2dot.revision}

     builddate=20090723_0318

 

I asked for the version.I mean the number.

 

Anyway,L2J Dot closed so there is no point to use it.

 

Try L2J Equal is based on l2j dot but with more features + action.

 

Forum : http://www.l2equal.lt/forum/index.php

 

Pack : http://www.failai.in/F219CF38B3/Equal_rev_340_full_pack.rar

  • 0
Posted

LOL m8 edit core??

 

Read a guide !!

 

He have right :/ he have to edit core, create new config for it...!

 

As Commodus said..use Equal..this is the best prospect at this moment ( Intelude project )

 

I will make BETA patch ...You have to add and edit it by yourself..if you dont know java..dont waste Your time.

 

I will only suggests at this moment i havent time to create special patch for dot pack....

 

Config.java

 

Characters Property File Definitions

 

public static int AUGMENTATION_NG_SKILL_CHANCE;

public static int AUGMENTATION_NG_GLOW_CHANCE;

public static int AUGMENTATION_MID_SKILL_CHANCE;

public static int AUGMENTATION_MID_GLOW_CHANCE;

public static int AUGMENTATION_HIGH_SKILL_CHANCE;

public static int AUGMENTATION_HIGH_GLOW_CHANCE;

public static int AUGMENTATION_TOP_SKILL_CHANCE;

public static int AUGMENTATION_TOP_GLOW_CHANCE;

public static int AUGMENTATION_BASESTAT_CHANCE;

 

 

 

AUGMENTATION_NG_SKILL_CHANCE = Integer.parseInt(Character.getProperty("AugmentationNGSkillChance", "15"));

AUGMENTATION_NG_GLOW_CHANCE = Integer.parseInt(Character.getProperty("AugmentationNGGlowChance", "0"));

AUGMENTATION_MID_SKILL_CHANCE = Integer.parseInt(Character.getProperty("AugmentationMidSkillChance", "30"));

AUGMENTATION_MID_GLOW_CHANCE = Integer.parseInt(Character.getProperty("AugmentationMidGlowChance", "40"));

AUGMENTATION_HIGH_SKILL_CHANCE = Integer.parseInt(Character.getProperty("AugmentationHighSkillChance", "45"));

AUGMENTATION_HIGH_GLOW_CHANCE = Integer.parseInt(Character.getProperty("AugmentationHighGlowChance", "70"));

AUGMENTATION_TOP_SKILL_CHANCE = Integer.parseInt(Character.getProperty("AugmentationTopSkillChance", "60"));

AUGMENTATION_TOP_GLOW_CHANCE = Integer.parseInt(Character.getProperty("AugmentationTopGlowChance", "100"));

AUGMENTATION_BASESTAT_CHANCE = Integer.parseInt(Character.getProperty("AugmentationBaseStatChance", "1"));

 

else if (pName.equalsIgnoreCase("AugmentationNGSkillChance")) AUGMENTATION_NG_SKILL_CHANCE = Integer.parseInt(pValue);

else if (pName.equalsIgnoreCase("AugmentationNGGlowChance")) AUGMENTATION_NG_GLOW_CHANCE = Integer.parseInt(pValue);

else if (pName.equalsIgnoreCase("AugmentationMidSkillChance")) AUGMENTATION_MID_SKILL_CHANCE = Integer.parseInt(pValue);

else if (pName.equalsIgnoreCase("AugmentationMidGlowChance")) AUGMENTATION_MID_GLOW_CHANCE = Integer.parseInt(pValue);

else if (pName.equalsIgnoreCase("AugmentationHighSkillChance")) AUGMENTATION_HIGH_SKILL_CHANCE = Integer.parseInt(pValue);

else if (pName.equalsIgnoreCase("AugmentationHighGlowChance")) AUGMENTATION_HIGH_GLOW_CHANCE = Integer.parseInt(pValue);

else if (pName.equalsIgnoreCase("AugmentationTopSkillChance")) AUGMENTATION_TOP_SKILL_CHANCE = Integer.parseInt(pValue);

else if (pName.equalsIgnoreCase("AugmentationTopGlowChance")) AUGMENTATION_TOP_GLOW_CHANCE = Integer.parseInt(pValue);

else if (pName.equalsIgnoreCase("AugmentationBaseStatChance")) AUGMENTATION_BASESTAT_CHANCE = Integer.parseInt(pValue);

 

AugmentationData.java

 

This is only part...you have to add these config (and lines with you dont have in your java file...)

 

// Note: lifeStoneGrade: (0 means low grade, 3 top grade)

// First: determine whether we will add a skill/baseStatModifier or not

// because this determine which color could be the result

int skill_Chance = 0;

int stat34 = 0;

boolean generateSkill = false;

int resultColor = 0;

boolean generateGlow = false;

//lifestonelevel is used for stat Id and skill level, but here the max level is 10

if (lifeStoneLevel > 10)

lifeStoneLevel = 10;

switch (lifeStoneGrade)

{

case 0:

skill_Chance = Config.AUGMENTATION_NG_SKILL_CHANCE;

if (Rnd.get(1, 100) <= Config.AUGMENTATION_NG_GLOW_CHANCE)

generateGlow = true;

break;

case 1:

skill_Chance = Config.AUGMENTATION_MID_SKILL_CHANCE;

if (Rnd.get(1, 100) <= Config.AUGMENTATION_MID_GLOW_CHANCE)

generateGlow = true;

break;

case 2:

skill_Chance = Config.AUGMENTATION_HIGH_SKILL_CHANCE;

if (Rnd.get(1, 100) <= Config.AUGMENTATION_HIGH_GLOW_CHANCE)

generateGlow = true;

break;

case 3:

skill_Chance = Config.AUGMENTATION_TOP_SKILL_CHANCE;

if (Rnd.get(1, 100) <= Config.AUGMENTATION_TOP_GLOW_CHANCE)

generateGlow = true;

}

 

if (Rnd.get(1, 100) <= skill_Chance)

generateSkill = true;

else if (Rnd.get(1, 100) <= Config.AUGMENTATION_BASESTAT_CHANCE)

stat34 = Rnd.get(BASESTAT_STR, BASESTAT_MEN);

 

Now i hope you will see how you cant adapt it to your files...just download latest L2J files..and cheack Character.properties find these configs in Config.java and methods in AugmentationData.java.

 

If You know basic java..you will know how to do it...

I will only suggests at this moment i havent time to create special patch for dot pack....

 

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
Answer this question...

×   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

    • Website: vibe-sms.com  Telegram: t.me/vibesms  
    • SOCNET BOOST - is a new solution among all existing SMM panels. Our panel offers more than 6100+ promotion services in social networks such as Instagram, TikTok, Telegram, VKontakte, Reddit, YouTube, Twitter (X.com), Snapchat, Spotify and many, many others services + increasing the traffic of your website in search results. Our service cooperates with high-quality and proven service providers for promoting your profiles, posts, videos, publications and others on various social networks and your website in the search engine, as well as an additional way to earn income from your referrals.   Available payment methods: via PayPal, any cryptocurrency (+Binance Pay), Telegram Stars, Cash App, or any bank card.   ⭐ Our SMM-Panel for social media promotion ⭐ SOCNET.PRO ⭐ Our online store⭐  SOCNET.STORE ⭐ Telegram store ⭐ SOCNET.SHOP News resources ➡ Telegram channel: https://t.me/socnet_news Contacts and support ➡ Telegram support: https://t.me/socnet_support ➡ Discord support: socnet_support ➡ Discord server: https://discord.gg/y9AStFFsrh ➡ WhatsApp support: https://wa.me/79051904467 ➡ WhatsApp channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n ➡ Email support: solomonbog@socnet.store     We have been operating for a long time and have gathered a huge list of reviews about our work! Our large list of positive and honest reviews is presented on our website!   ㅤㅤINSTAGRAM SERVICES   Instagram - Followers ~ Real ~ Refill  30D ~ 20k-100k/days  | Start From $5.324 per 1000 Instagram - Likes ~ 300k ~ 100k/days ~ Asian/Russian  | Start from $0.051 per 1000 Instagram - Views ( All Videos ) ~ 500k-1M/days ~ Instant | Start From $0.003  per 1000 Instagram - Comment ~ Custom ~ 1M ~ Refill  30D ~ 1k/Days ~ Asian/Turkish | Start from $4.875 per 1000 Instagram - Instagram - Story Views ~ All Stories ~ 150k ~ Refill  30D ~ 5k/days | Start from $0.148  per 1000 Instagram - Mentions ~ Custom List ~ 100K/Days ~ 0-12hrs  | Start from $2.763 per 1000   ㅤㅤTELEGRAM SERVICES   Telegram - Members ~ Max 100k ~ 100-1k/days ~ 0-1hrs | Start from $0.604 per 1000 Telegram - Premium Members + Views: From search l 7 day Premium l 7 day No Drop | Start from $7.216  per 1000 Telegram Bot Start - Instant - Speed : 10K/D - NoRefill  | Start from $0.297 per 1000 Telegram - Channel/Group Members ~ USA~ Max 70k ~ Refill 10D ~ 5k/days ~ Instant | Start from $1.788 per 1000 Telegram - Views ~ 1 POST ~ Instant  | Start from $0.005 per 1000 Telegram - Reactions | Start from $1.306 per 1000   ㅤㅤTWITTER (x.com) SERVICES   Twitter (x.com) - Likes ~ 200k ~ 10k/days ~ Asian | Start from $1.187 per 1000 Twitter (x.com) - Retweets ~ 200k ~ 10k/days ~ Asian | Start from $0.894 per 1000 Twitter (x.com) - Followers | Non-Drop | 30 Days Refill | Auto Refill Every 1 Hours | Start from $19.50 per 1000 Twitter (x.com) - Likes ~ 350k ~ 2k-10k/days ~ Mixed ~ | Start from $1.727 per 1000 Twitter (x.com) - Tweet Views ~ Max 100M ~ Refill 30D ~ 10M/days ~ Instant | Start from $0.032 per 1000 Twitter (x.com) - Tweet Impression ~ Max 1M ~ 1M/days ~ Instant | Start from $0.114 per 1000   ㅤㅤTHREADS   Threads - Likes ~ No Refill ~ 1k-10k/days ~ 0-1hrs  | Start from $1.045 per 1000 Threads - Followers ~ 500-1k/days ~ No Refill ~ Instant | Start from $2.438 per 1000 Threads - Reshare ~ 1k-5k/days ~ Refill 30D ~ 0-2hrs  | Start from $8.125  per 1000   ㅤㅤLIKEE   Likee - Follower ~ Max 30k ~ Real ~ Instant | Start from $10.112 per 1000 Likee - Likes ~ Max 30k ~ Real ~ Instant | Start from $3.787 per 1000 Likee - Shares ~ Max 30k ~ Real ~ Instant | Start from $2.649 per 1000 Likee - Comments ~ Max 30k ~ Real ~ Instant | Start from $11.473 per 1000 Likee - Views ~ Max 1m ~ Real ~ Instant | Start from $3.787 per 1000   ㅤㅤTIKTOK SERVICES   TikTok - Views ~ 10k-100k/days | Start from $0.033 per 1000 TikTok - Likes + Views ~ 30D ~ 3k-5k/days | Start from $0.203 per 1000 TikTok - Followers ~ 30D ~ 5k/days | Start from $2.474 per 1000 TikTok - Shares ~ 30D ~ 1M/days | Start from $0.163 per 1000 TikTok - Save ~ 30D ~ 3k-5k/days | Start from $0.163  per 1000   ㅤㅤFACEBOOK SERVICES   Facebook - Video Views ~ 5k-100k/days | Start from $0.11 per 1000 Facebook - Post Likes ~ 5k/days | Start from $2.548 per 1000 Facebook - Page Likes + Followers ~ 1k-10k/days ~ Instant | Start from $0.85 per 1000 Facebook - Share ~ 30D ~ 1k-5k/days | Start from $1.451 per 1000 Facebook - Post/Photo likes ~ 20k ~ LifeTime ~ 1k-50k/days ~ Instant | Start from 0.66$ per 1000 Facebook - Emoticons Post Likes ~ 1k-5k/Days ~ INSTANT | Start from $0.943 per 1000 Facebook Live Stream [ Watch 15 Minute ] | Start from $1.338 per 1000 Facebook - Video/Reels Views ~ 3 Sec ~ 500k-1m/days | Start from $0.11 per 1000   ㅤㅤREDDIT SERVICES   Reddit Channel Subscribers [Refill 30 Days] [Max: 100M] [Start Time: 0 -1 Hour] [Speed: 5M/Day] | Start from $2.08 per 1000 Reddit Shares | 500M | Refill: Lifetime | ULTRAFAST | 0-10 Min | 100M/Day | Start from $0.371 per 1000 Reddit Views | 500M | Refill: Lifetime | ULTRAFAST | 0-10 Min | 100M/Day | Start from $0.371 per 1000 Reddit View + Shares | 500M | Refill: Lifetime | ULTRAFAST | 0-10 Min | 100M/Day | Start from $0.741 per 1000 Reddit Link Shares | 500M | Refill: Lifetime | ULTRAFAST | 0-10 Min | 100M/Day | Start from $0.371 per 1000   ㅤㅤDISCORD SERVICES   Discord Offline Members | READ THE DESCRIPTION | ADD BOT | HQ | MAX 5K | Start from $1.58 per 1000 Discord Global Online Server Members | +2 Month Online | Max 15K | Start from $108.986 per 1000 Discord Server Boosts | For 1/3/6/12 Months | 1x-14x boosts | Start from 2.23$ per 1 boost Discord | Only Reactions | UHQ | Instant Start | Start from $5.695 per 1000   ㅤㅤLINKEDIN SERVICES   LinkedIn - Profile Followers ~ Max 1k ~ Refill 30D ~ 500-1k/days ~ 0-1Hrs | Start from $21.97 per 1000 LinkedIn - Page Followers ~ Max 1k ~ Refill 30D ~ 500-1k/days ~ 0-1Hrs | Start from $21.97 per 1000 Linkedin - Post Likes [+ Impressions ] ~ Refill 30D ~ 500/days ~ Instant | Start from $16.90 per 1000 Linkedin - Comments [ Random ] ~ Max 1k ~ No Refill ~ 30-50/days ~ 1-6hrs | Start from $28.73 per 1000 LinkedIn - Connection ~ Refill 30D ~ 500/days ~ Instant | Start from $28.73  per 1000   ㅤㅤYOUTUBE SERVICES   YouTube - Views ~ LifeTime ~ 500k-1M/Days | Start from $1.488 per 1000 YouTube - Likes ~ No Refill ~ 1k-5k/days ~ Instant  | Start from $0.13 per 1000 Youtube - Subscribers | MQ 5K | 250-500 Per Day R30 | Start from $78.00 per 1000 YouTube - Comments ~ Random ~ 100k ~ No Refill ~ 1k-5k/days ~ 0-3Hrs | Start from $19.013 per 1000 YouTube - Shorts Likes ~ 50k-60k/days ~ Refill 30D - Instant | Start from $1.30 per 1000 YouTube - Live Stream Reaction ~ Help Small Boosting Live ~ Instant  | Start from $0.192 per 1000     ㅤㅤWHATSAPP SERVICES   WhatsApp Channel Members [ Global-Real ] [ Speed: 500/day ] [ Start: 0-1hrs ] | Start from $15.647 per 1000 WhatsApp Group Members [ Mix Country ] [ Real Quality ] | Start from $30.893 per 1000 WhatsApp Channel Members [ Mix Country ] [ Real Quality ] | Start from $28.179 per 1000 Whatsapp Channel Emoji Reactions | Start from $6.797 per 1000 Whatsapp Channel Post Emoji Reactions | Random Mix |  Start from $3.861 per 1000   ㅤㅤTWITCH/KICK/TROVO SERVICES   Twitch - Followers ~ Max 1k ~ 1k/Days ~ Instant | Start from $0.183 per 1000 Twitch - Video Views ~ Max 20k ~ No Refill ~ 5k/days ~ 0-1Hrs  | Start from $1.073 per 1000 Twitch - Clip Views ~ Max 20k ~ No Refill ~ 5k/days ~ 0-1Hrs | Start from $0.163 per 1000 Twitch Live Views | 10 Minutes | Start from $0.597 per 1000 Trovo Live Followers [Max: 5K] [Offers] [1-2/Hour] [30 Day Refill]  | Start from $18.688 per 1000 Kick - Followers ~ 1.2k ~ No Refill ~ 1k/Days ~ INSTANT | Start from $4.55 per 1000 Kick - Live Viewers - Stable viewers HQ ~ Duration: 60 min | Start from $40.30 per 1000   ㅤㅤSOUNDCLOUD SERVICES   Soundcloud - Followers ~ 2.5k ~ Refill 30D ~ 100-500/days ~ Instant | Start from $7.132 per 1000 Soundcloud - Likes ~ 2.5k ~ Refill 30D ~ 100-500/days ~ Instant | Start from $7.132 per 1000 Soundcloud - Reposts ~ 2.5k ~ Refill 30D ~ 100-500/days ~ Instant | Start from $7.132 per 1000   ㅤㅤSPOTIFY SERVICES   Spotify - Followers ~ 292k ~ 20k/days | Start from $4.225 per 1000 Spotify - Saves ~ 400k ~ 20k/days | Start from $0.488 per 1000 Spotify - Monthly Listeners ~ LifeTime ~ 5k-20k/days | Start from $1.788  per 1000   ㅤㅤQUORA SERVICES   Quora.com - Upvote ~ Max 10k ~ Refill 30D  | Start from $8.125 per 1000 Quora.com - Shares ~ Max 10k ~ Refill 30D  | Start from $8.125 per 1000 Quora.com - Followers ~ Max 10k ~ Refill 30D  | Start from $8.45 per 1000   ㅤㅤWEBSITE TRAFFIC Worldwide / GEO Target - Custom Referral Traffic | Start from $1.284 per 1000 visits WorldWide Traffic from Google.com [Organic] [Custom Keywords] | Start from $0.244 per 1000 visits WorldWide Traffic from Google.com | Start from $0.244 per 1000 visits WorldWide Traffic from Facebook  | Start from $0.244 per 1000 visits WorldWide Traffic from Instagram | Start from $0.244 per 1000 visits WorldWide Traffic from Quora | Start from $0.244 per 1000 visits WorldWide Traffic from Reddit | Start from $0.244 per 1000 visits WorldWide Traffic from YouTube | Start from $0.244 per 1000 visits WorldWide Traffic from Twitter | Start from $0.244 per 1000 visits Attention: this text block does not represent our full product range; for more details, please visit the relevant links below!   If you have any questions, our support team is always ready to help!   Available payment methods: via PayPal, any cryptocurrency (+Binance Pay), Telegram Stars, Cash App, or any bank card.   ⭐ Our SMM-Panel for social media promotion ⭐ SOCNET.PRO ⭐ Our online store⭐  SOCNET.STORE ⭐ Telegram store ⭐ SOCNET.SHOP News resources ➡ Telegram channel: https://t.me/socnet_news Contacts and support ➡ Telegram support: https://t.me/socnet_support ➡ Discord support: socnet_support ➡ Discord server: https://discord.gg/y9AStFFsrh ➡ WhatsApp support: https://wa.me/79051904467 ➡ WhatsApp channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n ➡ Email support: solomonbog@socnet.store   We have been operating for a long time and have gathered a huge list of reviews about our work! Our large list of positive and honest reviews is presented on our website! ⭐ Get a $1 bonus for your first test run ⭐ Just submit a support ticket with the subject “Get Trial Bonus” on our website. Go to SMM Panel (clickable) or contact our bot support ⭐ We invite you to COOPERATE and EARN with us ⭐   Want to sell your product or service in our stores and earn money?   Become our partner or propose mutually beneficial cooperation?   You can contact us via the CONTACTS provided in this topic.   FAQ and Refund Policy If you have any questions or issues, our fast support service is ready to respond to your requests! A refund for a service that does not fully meet the requirements or fails to meet the stated quality will only be issued if the product description specified a warranty and the period of good faith warranty. In other cases, a refund for the service will not be fully processed and will not be issued! By purchasing such a service, you automatically agree to our refund rules for undelivered services! We currently accept CRYPTOMUS, Payeer, NotPayments, Perfect Money, Russian and Ukrainian bank cards, AliPay, BinancePay, CryptoBot, credit bank cards, and PayPal. The $1 registration bonus can only be used for purchases and only once after the user's first registration in any of the socnet projects. We value every customer and provide replacements for invalid accounts via our contacts! p.s: The purchase bonus can be used in any SOCNET projects: online store or Telegram bots.
    • WTB Interlude server files (running classic client) server must run good without bugs/problems contact me in private for more info.
    • your tiktok dance clips got hijacked lol
    • 1. why would they 2. why answer on a 2 year old topic
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock