Jump to content

[ Dead Download Link ] [Release]Gift system(Updated: 3.july.2014) [ We Need You ]


Zetsu

Recommended Posts

  • 1 month later...

EN: It was much better if in the quest was a function who do a buff when you press on that box. Whatever, very nice release Zetsu. 

RO: Felicitari Zetsu pentru acest system. Vad ca dau de multi romani pe alte site-uri pentru modarea unui privat. 

"Don't be a scammer. Don't be a hacker. Don't be a motherfucker. Karma is a bitch"

Link to comment
Share on other sites

  • 2 weeks later...

EN: It was much better if in the quest was a function who do a buff when you press on that box. Whatever, very nice release Zetsu. 

RO: Felicitari Zetsu pentru acest system. Vad ca dau de multi romani pe alte site-uri pentru modarea unui privat. 

 

Well, you can add that buff by yourself. I mean, you can do anything with this quest. Thank you!

 

I've been away for more than 6 months. People still create/play on pservers? xD I tought metin was 'dead'...

Link to comment
Share on other sites

  • 2 weeks later...

 

EN: It was much better if in the quest was a function who do a buff when you press on that box. Whatever, very nice release Zetsu. 

RO: Felicitari Zetsu pentru acest system. Vad ca dau de multi romani pe alte site-uri pentru modarea unui privat. 

 

Well, you can add that buff by yourself. I mean, you can do anything with this quest. Thank you!

 

I've been away for more than 6 months. People still create/play on pservers? xD I tought metin was 'dead'...

 

 Noo , it's not dead , they create more and more pservers :)))

Link to comment
Share on other sites

  • Premium
0428 13:40:38095 :: Traceback (most recent call last):

0428 13:40:38095 :: File "game.py", line 1687, in OnUpdate

0428 13:40:38095 :: AttributeError
0428 13:40:38095 :: : 
0428 13:40:38095 :: 'GameWindow' object has no attribute 'GiftBox'

 

Check file game.py 

0428 13:40:38095 :: 'GameWindow' object has no attribute 'GiftBox'
Link to comment
Share on other sites

  • 2 months later...

I have a erorr:

0712 00:05:32193 ::   File "
0712 00:05:32193 :: <string>
0712 00:05:32193 :: ", line 
0712 00:05:32193 :: 2918
0712 00:05:32194 :: 

0712 00:05:32194 ::     
0712 00:05:32194 :: def ZetsuGiftSystem__show__(self):

0712 00:05:32194 ::     
0712 00:05:32194 ::  
0712 00:05:32194 ::  
0712 00:05:32194 ::  
0712 00:05:32194 ::  
0712 00:05:32194 ::  
0712 00:05:32194 ::  
0712 00:05:32194 ::  
0712 00:05:32194 ::  
0712 00:05:32194 ::  
0712 00:05:32194 ::  
0712 00:05:32194 ::  
0712 00:05:32194 ::  
0712 00:05:32194 ::  
0712 00:05:32194 ::  
0712 00:05:32194 ::  
0712 00:05:32194 ::  
0712 00:05:32194 ::  
0712 00:05:32195 ::  
0712 00:05:32195 ::  
0712 00:05:32195 ::  
0712 00:05:32195 ::  
0712 00:05:32195 ::  
0712 00:05:32195 ::  
0712 00:05:32195 ::  
0712 00:05:32195 ::  
0712 00:05:32195 ::  
0712 00:05:32195 ::  
0712 00:05:32195 ::  
0712 00:05:32195 ::  
0712 00:05:32195 ::  
0712 00:05:32195 ::  
0712 00:05:32195 ::  
0712 00:05:32195 ::  
0712 00:05:32195 :: ^

0712 00:05:32195 :: IndentationError
0712 00:05:32195 :: : 
0712 00:05:32195 :: unindent does not match any outer indentation level
0712 00:05:32195 :: 

:: 

 

(client syserr). Please help me. Client blocks at loading bar. Sorry for my bad english.

Link to comment
Share on other sites

  • 5 months later...
  • 1 year later...
  • 3 weeks later...
  • Premium
29 minutes ago, Nero said:

Does anyone of you know how to modify position of the gift? 

## Z ##############################################################################
		self.GiftBox = ui.Button()
		self.GiftBox.SetUpVisual("d:/ymir work/ui/present.tga")
		self.GiftBox.SetOverVisual("d:/ymir work/ui/present.tga")
		self.GiftBox.SetDownVisual("d:/ymir work/ui/present.tga")
		self.GiftBox.SetText("?")
		self.GiftBox.SetToolTipText("Open the box!")
		self.GiftBox.SetPosition(10, int(wndMgr.GetScreenHeight())-126)
		self.GiftBox.SetEvent(self.ZetsuGiftSystem__deff__)
		self.GiftBox.Show()
		## Z ##############################################################################

Edit self.Giftbox.SetPosition line;)

 

Link to comment
Share on other sites

32 minutes ago, Sonitex said:

## Z ##############################################################################
		self.GiftBox = ui.Button()
		self.GiftBox.SetUpVisual("d:/ymir work/ui/present.tga")
		self.GiftBox.SetOverVisual("d:/ymir work/ui/present.tga")
		self.GiftBox.SetDownVisual("d:/ymir work/ui/present.tga")
		self.GiftBox.SetText("?")
		self.GiftBox.SetToolTipText("Open the box!")
		self.GiftBox.SetPosition(10, int(wndMgr.GetScreenHeight())-126)
		self.GiftBox.SetEvent(self.ZetsuGiftSystem__deff__)
		self.GiftBox.Show()
		## Z ##############################################################################

Edit self.Giftbox.SetPosition line;)

 

Oh, thank you ! :) 

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...
Spoiler

Hello,
Thank for Basic code @Zetsu
" + " sent ;)

0524 19:25:22388 :: Traceback (most recent call last):

0524 19:25:22389 ::   File "uiQuest.py", line 712, in OnImage

0524 19:25:22389 ::   File "ui.py", line 3491, in MakeImageBox

0524 19:25:22389 ::   File "ui.py", line 124, in SetParent

0524 19:25:22389 :: AttributeError
0524 19:25:22389 :: :
0524 19:25:22389 :: 'NoneType' object has no attribute 'hWnd'
0524 19:25:22389 ::

i no have idea what is problem.. i tried everything...search everywhere .... i not found what is wrong.. i got some problem/error (re added zetsu's gift system problem again appeared. (i tried to add to original virgin client problem again ^^) )

 

787292068_Nvtelen.png.6faa7b0bbb3398fd29

Link to comment
Share on other sites

  • 3 months later...
  • 2 months later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 0

      Moving server from FreeBSD 11.2 to 13.2 - lib needed

    2. 0

      I just implemented some costumes and they are not visible

    3. 0

      Skill Tree Problem

    4. 97

      Ulthar SF V2 (TMP4 Base)

    5. 5

      Client Crashes through Offline Shop (Ikarus)

    6. 5

      VIVY-WORLD2 - FARM TO THE TOP

    7. 0

      ToolTip Bug?

    8. 0

      Skill tree build erorr

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • 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.