Register for your free account! | Forgot your password?

You last visited: Today at 08:09

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Mini Rls][PYTHON]Shop Buy Count System

Discussion on [Mini Rls][PYTHON]Shop Buy Count System within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2010
Posts: 66
Received Thanks: 103
[Mini Rls][PYTHON]Shop Buy Count System

Hi.

How to use:
Gif :

Example video:

How To:
Unpack root.epk&eix and change uipickmoney.py
Unpack uiscript.epk&eix and change pickmoneydialog.py

Files:

Unpack root, open uishop.py:

Find
Code:
import ui
Add
Code:
import uiPickMoney


Find
Code:
def LoadDialog(self
Find
Code:
self.Refresh()
Add
Code:
		itemal = uiPickMoney.PickMoneyDialog()
		itemal.LoadDialog()
		itemal.Hide()
		self.itemal = itemal


Find
Code:
def Destroy(self)
Add
Code:
		self.itemal.Destroy()
		self.itemal = 0


Find
Code:
def UnselectItemSlot(
Delete code block

Add
Code:
	def UnselectItemSlot(self, selectedSlotPos):
		if shop.IsPrivateShop():
			self.AskBuyItem(selectedSlotPos)
		else:
			#net.SendShopBuyPacket(selectedSlotPos)
			itemIndex = shop.GetItemID(selectedSlotPos)
			item.SelectItem(itemIndex)
			itemName = item.GetItemName()
			curMax = 200
			self.itemal.SetTitleName(itemName)
			self.itemal.SetAcceptEvent(ui.__mem_func__(self.OnItC))
			self.itemal.Open(curMax)
			self.itemal.SetMax(3) 
			self.cek = selectedSlotPos


2x[ENTER]
Add
Code:
	def OnItC(self, adet):
		n = 0
		cek = self.cek
		while n < adet:
			net.SendShopBuyPacket(cek)
			n = n + 1

Finish.
kralcocuk is offline  
Thanks
22 Users
Old 10/15/2015, 19:45   #2
 
elite*gold: 260
Join Date: Jan 2013
Posts: 178
Received Thanks: 104
a buying hack?

flag ITEM_FLAG_STACKABLE
Metin2 Team is offline  
Old 10/15/2015, 23:05   #3
 
Noa_'s Avatar
 
elite*gold: 0
Join Date: May 2013
Posts: 605
Received Thanks: 580
u can buy with right mouse button
Noa_ is offline  
Old 10/16/2015, 01:57   #4
 
elite*gold: 0
Join Date: Apr 2010
Posts: 66
Received Thanks: 103
Quote:
Originally Posted by Metin2 Team View Post
a buying hack?

flag ITEM_FLAG_STACKABLE
No. not hack or bug
Quote:
Originally Posted by Noa_ View Post
u can buy with right mouse button
really?
kralcocuk is offline  
Old 10/16/2015, 02:05   #5
 
Noa_'s Avatar
 
elite*gold: 0
Join Date: May 2013
Posts: 605
Received Thanks: 580
i think its better than create some gui or "Count System" with same function, savvy?
Noa_ is offline  
Old 10/16/2015, 02:08   #6
 
elite*gold: 0
Join Date: Jan 2011
Posts: 54
Received Thanks: 2
Your link is off :/ LoL
worldend is offline  
Old 10/16/2015, 04:11   #7
 
elite*gold: 0
Join Date: Apr 2010
Posts: 66
Received Thanks: 103
Quote:
Originally Posted by worldend View Post
Your link is off :/ LoL
Sorry
kralcocuk is offline  
Old 10/16/2015, 08:24   #8



 
DerZynx's Avatar
 
elite*gold: 0
Join Date: Apr 2011
Posts: 1,119
Received Thanks: 270
I think it's nice and useful. Thanks for that.
DerZynx is offline  
Thanks
1 User
Old 10/16/2015, 12:06   #9
 
elite*gold: 0
Join Date: Aug 2015
Posts: 10
Received Thanks: 1
link plz
Back7 is offline  
Old 10/16/2015, 12:33   #10
 
elite*gold: 0
Join Date: Apr 2010
Posts: 66
Received Thanks: 103
Quote:
Originally Posted by Back7 View Post
link plz
kralcocuk is offline  
Old 01/11/2016, 14:29   #11
 
elite*gold: 0
Join Date: Jun 2011
Posts: 16
Received Thanks: 1
Thanks, good sysem
Pisti16 is offline  
Thanks
1 User
Old 01/11/2016, 14:39   #12
 
Shaytan 's Avatar
 
elite*gold: 0
Join Date: Feb 2014
Posts: 478
Received Thanks: 564
Its great thanks for this release.
Shaytan  is offline  
Thanks
1 User
Old 05/24/2016, 15:07   #13
 
elite*gold: 0
Join Date: Apr 2016
Posts: 4
Received Thanks: 0
Can u reupload pleas ?
vamvamvam is offline  
Old 05/24/2016, 19:23   #14
 
elite*gold: 0
Join Date: Apr 2010
Posts: 66
Received Thanks: 103
Quote:
Originally Posted by vamvamvam View Post
Can u reupload pleas ?
Why ?
link is working
kralcocuk is offline  
Old 05/27/2016, 08:57   #15
 
elite*gold: 0
Join Date: Sep 2013
Posts: 56
Received Thanks: 15
nice, thank you
AmerigoMendosa is offline  
Reply


Similar Threads Similar Threads
[PYTHON SYSTEM]Prof. PM System v.2.4 | by Fatihbab34™
11/23/2014 - Metin2 Trading - 0 Replies
Hi guys. I'll do new pm system v.2.4 for trade. System: http://i.imgur.com/35kwfN6.png http://i.imgur.com/yiE4BsA.png Group PM:
[Mini-Release] Player Count & Guild Identifier
10/13/2014 - Flyff PServer Guides & Releases - 22 Replies
Channel Player Count Look for this void CWndSelectServer::OnInitialUpdate() do this one: if( g_dpCertified.m_aServerset.dwParent == pServerDesc->dwID ) { lCount = g_dpCertified.m_aServerset.lCount; lMax = g_dpCertified.m_aServerset.lMax;
[Mini Fix]Python Extractor
04/05/2012 - Metin2 PServer Guides & Strategies - 21 Replies
Moinsen E*PvP, Ich habe mich mal in den letzen Tagen mit dem Extractor hier http://www.elitepvpers.com/forum/metin2-pserver-gu ides-strategies/1635815-release-extractor-every-cl ient.html Beschäfftig. Da ist mir aufgefallen das er über die pack.get Func. arbeitet. So nun habe ich mir gedacht man könnte sie ja auch unbenennen und es funkt ^_^ Nun zum Fix: Ich habe mich jetzt an dieser Exe orientiert :...



All times are GMT +2. The time now is 08:09.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.