Jump to content

DasSchwarzeT

Inactive Member
  • Posts

    133
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by DasSchwarzeT

  1. M2 Download Center Download Here ( Internal ) Hey, I'd like to release the following modification for monsters targetboards: How to add: open uiTarget.py search for def __init__(self): and add under hpGauge = ui.Gauge() hpGauge.SetParent(self) hpGauge.MakeGauge(130, "red") hpGauge.Hide() hpPercenttxt = ui.TextLine() hpPercenttxt.SetParent(self) hpPercenttxt.SetPosition(160, 13) hpPercenttxt.SetText("") hpPercenttxt.Hide() Search for self.name = name self.hpGauge = hpGauge and add under this self.hpPercenttxt = hpPercenttxt Search def Destroy(self): add it under self.hpPercenttxt = None Search def ResetTargetBoard(self): Find self.hpGauge.Hide() add it under self.hpPercenttxt.Hide() Now search for def SetHP(self, hpPercentage): and add under self.UpdatePosition() self.hpPercenttxt.SetPosition(200 + 7*self.nameLength-205, 13) self.hpPercenttxt.Show() and under self.hpGauge.SetPercentage(hpPercentage, 100) self.hpPercenttxt.SetText("%d%%" % (hpPercentage)) Have fun!
  2. I look forward to release man. Sorry just forgot it, I will release it asap [Hidden Content] you're welcome
  3. No, you don't have to change anything serverside. I will release it in some minutes. I have to add that I only did it like this: So atm there's no current and max HP. If you want I can add this too, shouldn't be that hard
  4. Hey, when I do the command service mysql-service start I get this output: mysql-service does not exist in /etc/rc.d or the local startup directories (/usr/local/etc/rc.d) rc.conf is already edited with mysql_enable = "YES" but rc.d is a directory, so I can't edit it there too.. Any suggestions? Btw. [Hidden Content]
  5. I just merged some wolf files from the internet into my source , you can't call that "Warez" I'm working on a new version of this source , updated for everyone. Just report here all bugs i'm checking everything. You have already started the server ( or something ) on the same port. Do these commands in order: 1. killall game 2. killall db 3. 'ps' - do multiple times to check if game is still opened. ( it will close in a few seconds ) 4. cd /usr/home/game && sh db.sh 5. sh auth.sh then sh start.sh That's what I did before too.. still the same error with using your tutorial..
  6. already edited serverinfo.py.. Any suggestions? If I enter a wrong password it says accountname or password wrong.
  7. Your search might be more effective if you directly conact known designers. If you found one I offer myself for coding the designs.
  8. First of all: Thank you. But is it possible to upload the game.tar.gz and mysql.tar.gz without a .rar Archive? My internet sucks and I want to grab it directly from mega using my server.
  9. You have to set armor and hair to 0 after you set the race
  10. Is it necessary to use the same version of python for compiling like the client supports? (My client uses python 2.2 and I used python 2.7 to compile. it failed with RunMain Error)
  11. Hey Vanilla, is it possible to get contact with you via skype?
  12. thanks to all for your help, do you know where exactly? ****linesrcsservergamesrcstart_position.cpp for start position DWORD g_start_position[4][2] = { { 0, 0 }, // reserved { 469300, 964200 }, // ½Å¼ö±¹ { 55700, 157900 }, // õÁ¶±¹ { 969600, 278400 } // Áø³ë±¹ }; for new character DWORD g_create_position[4][2] = { { 0, 0 }, { 459800, 953900 }, { 52070, 166600 }, { 957300, 255200 }, }; I dont rly now the difference.. But I think with a little testing it should work Where exactly can i find the path / file? I'm new to Servermodding It's in the sourcecode. I won't give any information where to download or find it but first you should know what a source code is. After you should know how to compile the Metin2 source code in c++ and then you can start editing the spawn point of new characters. Sorry for mistakes but I'm tired
  13. thanks to all for your help, do you know where exactly? ****linesrcsservergamesrcstart_position.cpp for start position DWORD g_start_position[4][2] = { { 0, 0 }, // reserved { 469300, 964200 }, // ½Å¼ö±¹ { 55700, 157900 }, // õÁ¶±¹ { 969600, 278400 } // Áø³ë±¹ }; for new character DWORD g_create_position[4][2] = { { 0, 0 }, { 459800, 953900 }, { 52070, 166600 }, { 957300, 255200 }, }; I dont rly now the difference.. But I think with a little testing it should work
  14. How to turn off debug messages? Like numbers when calling a horse or give an item to biologue.
  15. on german version of Metin2 they don't call it a bug. They call that there is only a chance to block faint.. So I think they just didn't want to change it Best regards
  16. How to take part? Where to send?
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.