Bump
Beiträge von sensational
-
-
Bump. Soon i prepare update for lottery system. Tomorrow i will preprare preview. It's small update.
-
bump
-
bump
-
Price?
50 euro
-
bump
-
Code in lua or C++
With Packed or Chatcommand?
c++ and packets
-
bump
-
Hi. I prepared lottery system.
Bitte melden Sie sich an, um dieses Bild zu sehen.
All items and settings stored in file in your server (e.g locale/poland/lottery.txt). You can choose lottery for items or yang.
Items are automatically shuffling. You will get message in window after won common item (if common is higher than 2/3)
If you want stop lottery you'll receive message in game.
Bitte melden Sie sich an, um dieses Bild zu sehen.
You can reload lottery in game using command.
Currently you can open lottery by using the NPC (quest)
Full support and updates.
Skype: live:sxvoyz - PM to me cause my skype account is broken
Price: 50 euro
-
Thanks, its working but i dont know if is me but when i scroll down this goes up, and if i scroll up this goes down wtf xD
Bitte melden Sie sich an, um diesen Link zu sehen.
If i scroll down it shows 2 and it should show 5, and if i scroll up it shows 5 and should show 2 xD
If nLen value less than 0 scroll have to trigger OnDown function
-
Bitte melden Sie sich an, um dieses Bild zu sehen.
PythonApplicatioEvent.cpp (Replace)
CodePythonWindowManager.cpp
Code- /*
- void CWindowManager::RunIMEUpdate()
- Find that function and add before that code
- /*
- bool CWindowManager::RunMouseWheelEvent(long nLen)
- {
- CWindow * pWin;
- if (pWin = GetPointWindow())
- {
- if (pWin->IsRendering() || pWin->IsShow())
- {
- if (pWin->RunMouseWheelEvent(nLen))
- return true;
- else if (pWin->GetRoot()->RunMouseWheelEvent(nLen))
- return true;
- }
- }
- return false;
- }
PythonWindowManager.h
PythonWindow.cppCodePythonWindow.h
ui.py
Python- # in Window class
- # find this
- self.onMouseLeftButtonUpEvent = None
- # and add this
- self.onRunMouseWheelEvent = None
- # At the end of this class add
- def OnRunMouseWheel(self, nLen):
- if not self.onRunMouseWheelEvent:
- return False
- apply(self.onRunMouseWheelEvent, (bool(nLen < 0), ))
- return True
- def SetOnRunMouseWheelEvent(self, event):
- self.onRunMouseWheelEvent = __mem_func__(event)
-
Updated for ListBoxEx
for what is this?
i don't know. maybe for something like this
Bitte melden Sie sich an, um dieses Bild zu sehen.
-
Bitte melden Sie sich an, um dieses Bild zu sehen.
Bitte melden Sie sich an, um dieses Bild zu sehen. -
When will your next update to the shop come?
I could insert you that can use multiple currencies? e.g. 3 shop
1. Itemshop (IS_Coins), 2. Voteshop (V_Coins), 3. Achivmentshop (A_Coins)Mid june
cant find him on skype i want to buy that system pm me
I sent a message on Skype
-
-
Bump!
-
CanWarp is protip.
-
Bump!
Update soon -
Bump!
On Saturday i'll update a topic with new screens, video and other things which i forgot.
-
Bump.
I'm not available until Sunday.
I'm preparing updates next week. This is a list of changes:* Player can buy a item for selected player as gift.
* Add discount inside table
* ::SendItemShop is now buffered packet
* You can display bought item in game (log)
* Some functions are moved into client binary
* Add new currencyI'll update main thread with some screens soon.