Register for your free account! | Forgot your password?
Rust Cheats

You last visited: Today at 17:35

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

Advertisement



Notepad++ !! ?? !!

Discussion on Notepad++ !! ?? !! within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Sep 2009
Posts: 17
Received Thanks: 0
Notepad++ !! ?? !!

hey kann mir einer sagen wie ich es schaffe das es bei notepad++ so ausihet will den dss switch bot von Kamer1337 einbauen aber es kommen nur chinazeichen wen ich mit notepad++ öffne...

Mfg der zweite punkt... game.py wo finde ich die???

Punkt 1. Entpackt die Root[Eix,Epk]
Punkt 2. Öffnet die game.py
Punkt 3. Setzt einen Hotkey->
PHP-Code:
onPressKeyDict[app.DIK_F8] = lambda : self.StatsChangerStart()
Punkt 4. Dann die Funktion setzen:
PHP-Code:
def StatsChangerStart(self):
guildNameBoard = uiCommon.InputDialogWithDescription()
guildNameBoard.SetTitle("Dss Changer")
guildNameBoard.SetDescription("Wert:")
guildNameBoard.SetMaxLength(2)
guildNameBoard.SetAcceptEvent(ui.__mem_func__(self .StatsChanger))
guildNameBoard.SetCancelEvent(ui.__mem_func__(self .CancelGuildName))
guildNameBoard.Open()

self.guildNameBoard = guildNameBoard
Dann noch diese Funktion:
PHP-Code:
def StatsChanger(self):
SLOT_COUNT = 80
val, bon = player.GetItemAttribute(0, 0) #(itempos, atrr)
self.connectingDialog = introLogin.ConnectingDialog()
Search = self.guildNameBoard.GetText()
if bon < int(Search):
DELAY_SEC = 1.0
self.connectingDialog.Open(DELAY_SEC)
self.connectingDialog.SetText("Aktualne Œrednie: " + str(bon) + ", Szukam: " + str(Search) + "+")
self.connectingDialog.SAFE_SetTimeOverEvent(self.S tatsChanger)
self.connectingDialog.SAFE_SetExitEvent(self.OnClo seQuestionDialog)
for eachSlot in xrange(SLOT_COUNT):
getShopItemID = shop.GetItemID(eachSlot)
itemVNum = player.GetItemIndex(eachSlot)
if getShopItemID == 71084 and not itemVNum == 71084:
net.SendShopBuyPacket(eachSlot)
if itemVNum == 71084:
net.SendItemUseToItemPacket(eachSlot, 0)
break
else:
self.connectingDialog.Close()
Punkt 5. Öffnet die uicommon.py und sucht nach
PHP-Code:
class InputDialogWithDescription(InputDialog):
Punkt 6. Ersetzt die Funktion durch dies :
PHP-Code:
class InputDialogWithDescription(InputDialog):

def __init__(self):
ui.ScriptWindow.__init__(self)

self.__CreateDialog()

def __del__(self):
InputDialog.__del__(self)

def __CreateDialog(self):

pyScrLoader = ui.PythonScriptLoader()
pyScrLoader.LoadScriptFile(self, "uiscript/inputdialogwithdescription.py")

try:
getObject = self.GetChild
self.board = getObject("Board")
self.acceptButton = getObject("AcceptButton")
self.cancelButton = getObject("CancelButton")
self.inputSlot = getObject("InputSlot")
self.inputValue = getObject("InputValue")
self.description = getObject("Description")

except:
import exception
exception.Abort("InputDialogWithDescription.LoadBo ardDialog.BindObject")

def SetTitle(self, name):
self.board.SetTitleName(name)

def SetNumberMode(self):
self.inputValue.SetNumberMode()
woppy123 is offline  
Reply

Tags
metin2 p server dss


Similar Threads Similar Threads
Notepad statt Editor?
01/13/2010 - Metin2 Private Server - 2 Replies
SRY DOPPEL THREAD.
I need help with NotePad!
04/06/2008 - Off Topic - 1 Replies
http://i31.tinypic.com/2nursd3.png http://i31.tinypic.com/2zodw8w.png http://i27.tinypic.com/ra84ys.png
Notepad Files
11/29/2007 - Archlord - 3 Replies
Hey guys, I was just interested to know, has anyone been able to decrypt the notepad files in the local install directory?? Example; C:\Program Files\Codemasters\Archlord\ini\Characterdatatable. txt When you open it with notepad you get all encrypted writing whivh is unreadable, i know someone in here decrypted an .ini file not long ago, what program do you use to look through these files in an understandable format?
NotePad ++
06/22/2007 - Main - 1 Replies
I found this program awhile ago and thought you guys might want to check it out. It has all sorts of add ons including a Hex Editor. Check it all out at http://notepad-plus.sourceforge.net/uk/site.htm. I originally got it from a program I downloaded so I've only used it pretty much as normal notepad and I only found out about these add ons today so I have not tested them to see how well they work but I assume they work fairly well. Have fun with this and if anyone says this has been...



All times are GMT +1. The time now is 17:35.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

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