- 0
[Help]how to Change script for more payments IDs
-
Posts
-
SELLING EMPTY TELEGRAM BOTS WITH AGE Registration date: November 2024 High-quality & clean bots — no subscribers, no bans, created on fresh IPs. y rested and reliable — perfect for: — Telegram search ranking — any technical or marketing tasks Delivery options: tdata, by phone number, ownership transfer, or via tokens. Current price list: From 3 pcs — $3 each From 20 pcs — $2.5 each From 60 pcs — $2.3 each From 100 pcs — $2.2 each From 400 pcs — $1.9 each Over 15,000+ bots available — ready for instant delivery. Contact on Telegram: t.me/smmtg_new
-
Telegram Bot TOP Search Promotion | SEO Optimization for Bots | SMMTG.PRO We promote Telegram bots to the TOP of search results — by keywords, topics, and countries. What’s included: • Promotion to the TOP of Telegram search • Bot optimization for Telegram algorithms • Competitor analysis and keyword selection • Testing and securing stable ranking Delivery time: 2–3 days per bot Pricing: Starts from $40 per bot (final cost depends on competition level and target country) We work with 50+ countries: USA • Israel • China • India • United Kingdom • Germany • Spain • Turkey • Canada • Philippines • Indonesia • Russia • Ukraine • Uzbekistan • Kazakhstan • Thailand • Iran • Saudi Arabia • Egypt • Europe • Brazil • Mexico • Colombia and others countries Training is also available: Telegram bot SEO optimization Techniques & insights for reaching TOP search positions Real-world cases and recommendations Contact: Telegram — t.me/smmtg_new Our SMM panel: SMMTG.PRO
-
SMMTG.PRO — TELEGRAM SERVICES PROVIDER PRICE LIST ★ Premium Members for Bots/Channels/Groups | START BOT United States — from $6 / 1000 members Israel — from $5.3 / 1000 members China — from $6 / 1000 members India — from $6.1 / 1000 members United Kingdom — from $6.5 / 1000 members Germany — from $6.4 / 1000 members Spain — from $6 / 1000 members Turkey — from $6 / 1000 members Canada — from $5.7 / 1000 members Philippines — from $6.4 / 1000 members Indonesia — from $6.4 / 1000 members Russia — from $5.6 / 1000 members Ukraine — from $5.6 / 1000 members Uzbekistan — from $4.4 / 1000 members Kazakhstan — from $6.4 / 1000 members Thailand — from $6.4 / 1000 members Iran — from $6.3 / 1000 members Saudi Arabia — from $7 / 1000 members Egypt — from $6.3 / 1000 members Europe — from $6.4 / 1000 members Other countries — from $12 / 1000 members OTHER SERVICES Premium Members for Channels/Groups — from $2.2 / 1,000 Telegram Boost — from $42 / 1,000 votes Telegram Stars — from $21.6 / 1,000 stars Regular Members for Channels — from $0.25 / 1,000 Regular Members for Bots [START BOT] — from $0.25 / 1,000 Post Reactions — from $0.14 / 1,000 reactions Post Views — from $0.07 / 1,000 views EXCLUSIVE SERVICES ★ Telegram Search TOP Ranking | SEO Optimization ★ Aged Telegram Bots 2024 (registered accounts) — from $1.9 / bot ★ Telegram SEO & Search Training PAYMENT METHODS Heleket — any cryptocurrency CrystalPay — RUB | KZT | SBP | CryptoBot & more BONUS +5% TO DEPOSITS FROM $1000 ➤ Website (24/7): SMMTG.PRO ➤ Telegram Channel: https://t.me/+U8H180SSuoVjN2Iy ➤ 24/7 Support: t.me/smmtg_new
-
Topics

Question
GameBlonD
Hello i have this hero manager
qn = "8204_NpcHero" NPC=[7202] GOLDBAR = 3470 DESTINY_CIRCLET = 6842 QuestId = 8204 QuestName = "NpcHero" QuestDesc = "custom" InitialHtml = "1.htm" print "--INFO Loaded: Custom Hero Seller--" class Quest (JQuest) : def __init__(self,id,name,descr): JQuest.__init__(self,id,name,descr) def onEvent(self,event,st): htmltext = event count=st.getQuestItemsCount(GOLDBAR) if count < 10 and st.getPlayer().getLevel() < 80 : htmltext = "<html><head><body>You dont have enough items to use this Action NOOB.</body></html>" elif st.getPlayer().isHero() == 1 : htmltext = "<html><head><body> Sorry, You Have Already Hero Status!</body></html>" elif st.getQuestItemsCount(GOLDBAR) < 20 : htmltext = "<html><head><body>You dont have enough items to use this Action.</body></html>" else: st.getPlayer().setTarget(st.getPlayer()) if event == "2": st.takeItems(GOLDBAR,20) st.getPlayer().setHero(True) st.giveItems(DESTINY_CIRCLET,1) st.playSound("ItemSound.quest_finish") st.setState(State.COMPLETED) return "HeroFinish.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><head><body>I have nothing to say to you</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)And i want instead of GOLDBAR this ids: i have try a lot of edits but i can't succeed.
H = 3880
E = 3877
R= 3885
O = 3884
I don't think that is something difficult just spend 3 min and i will appreciate it.
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now