Dear partners! At the moment we are in great need of the following positions:
— Snapchat old and new accounts | With snapscores | Geo: Europe/USA | Full access via email/phone number
— Reddit old (brute or hacked origin, self-registered) accounts with post and comment karma from 100 to 100,000+ | Full email access included
— LinkedIn old accounts with real connections | Geo: Europe/USA | Full email access + active 2FA password
— Instagram old accounts (2010–2023) | Full email access (possibly with active 2FA password)
— Facebook old accounts (2010–2023) | Full email access (possibly with active 2FA password) | With friends or without friends | Geo: Europe/USA/Asia
— Threads accounts | Full email access (possibly with active 2FA password)
— TikTok/Facebook/Google ADS Agency advertising accounts
— Email accounts: mail.ru, yahoo.com, gazeta.pl, gmx.ch / gmx.de / gmx.net (BUT NOT gmx.com)
— Google ADS Manual Farm accounts (verified via email and phone number) | GEO: USA/Europe, mostly USA.
— WhatsApp OLD Accounts
— Twitter accounts with followers and posts (old accounts)
Contact us via the details below. We will be glad to cooperate! We are also ready to consider other partnership and collaboration options.
Active links to our projects:
Digital goods store (Website): Go to
Store Telegram bot: Go to – convenient access to the store via the Telegram messenger.
Virtual numbers service: Go to
Telegram bot for purchasing Telegram Stars: Go to – fast and profitable purchase of Stars in Telegram.
SMM Panel: Go to – promotion of your social media accounts.
Contacts and support:
➡ Telegram: https://t.me/socnet_support
➡ WhatsApp: https://wa.me/79051904467
➡ Discord: socnet_support
➡ ✉ Email: solomonbog@socnet.store
Question
DnR
Paidia prospa8isa na ftiaksw ena diko mou custom npc gia na ginesai noblesse amesws.
Omws otan pataw de ginetai tpt....
Mou bgazei mono ayto:You are either not on a quest that involves this NPC, or you don't meet this NPC's minimum quest requirements.
To A------ einai to item,apla de 8elw na to deite :P
# Made by parizakis
import sys
from net.sf.l2j.gameserver.model.actor.instance import L2PcInstance
from java.util import Iterator
from net.sf.l2j.gameserver.datatables import SkillTable
from net.sf.l2j import L2DatabaseFactory
from net.sf.l2j.gameserver.model.actor.appearance import PcAppearance
from net.sf.l2j.gameserver.model.quest import State
from net.sf.l2j.gameserver.model.actor.appearance import PcAppearance
from net.sf.l2j.gameserver.model.quest import QuestState
from net.sf.l2j.gameserver.model.quest.jython import QuestJython as JQuest
qn = "60000_NoblesseMaster"
NPC=[60000]
A------= -----
QuestId = 60000
QuestName = "NoblesseMaster"
QuestDesc = "custom"
InitialHtml = "60000-0.htm"
print "INFO Loaded: Possessor Of Noblesse"
class Quest (JQuest) :
def __init__(self,id,name,descr): JQuest.__init__(self,id,name,descr)
def onEvent(self,event,st):
htmltext = event
if st.getPlayer().getLevel() < 80 :
htmltext = "60000-2.htm"
elif st.getPlayer().isNoble() == 1 :
htmltext = "60000-3.htm"
elif st.getPlayer().getLevel() < 80 :
htmltext = "60000-2.htm"
else:
st.getPlayer().setTarget(st.getPlayer())
if event == "2":
st.getPlayer().setNoble(True)
st.giveItems(A-----,1)
st.playSound("ItemSound.quest_finish")
st.setState(State.COMPLETED)
return "60000-1.htm"
st.exitQuest(1)
if htmltext != event:
st.setState(State.COMPLETED)
st.exitQuest(1)
return htmltext
def onTalk (self,npc,player):
st = player.getQuestState(qn)
htmltext = "<html><body>You don't meet this NPC's minimum requirements.</body></html>"
st.setState(State.STARTED)
return InitialHtml
QUEST = Quest(QuestId,str(QuestId) + "_" + QuestName,QuestDesc)
for npcId in NPC:
QUEST.addStartNpc(npcId)
QUEST.addTalkId(npcId)
5 answers to this question
Recommended Posts