

Sw1mP
Member-
Content Count
6 -
Joined
-
Last visited
Community Reputation
5 NeutralAbout Sw1mP

-
Rank
Neutral
Informations
-
Gender
Male
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Sw1mP started following 10 seconds after attacking the monster
-
uiscript -> chestdropwindow.py and edit everywhere height from 200 something to 450 +-
-
Item_manager.cpp Search for : pGrids[i] = new CGrid(15, 5); Replace with: pGrids[i] = new CGrid(15, 10); // FOR 150 SLOTS uiChestDrop.py Search for: wndItem.ArrangeSlot(0, 15, 5, 32, 32, 0, 0) Replace with: wndItem.ArrangeSlot(0, 15, 10, 32, 32, 0, 0) and for i in xrange(15 * 5): with: for i in xrange(15 * 10):
-
item.eix
-
-
you need to start server