Metin2 Item Split Script is a practical Python script prepared for GLBot++ to split stacked items by the amount you choose.
The script lists stackable items in the inventory, finds the source slot by the selected VNUM, and moves the selected amount into an empty slot to perform the split.
What does the script do?
- Item VNUMEnter the VNUM manually or click an item from the inventory list to select it.
- Split AmountDefines how many items will be moved in each split action.
- Inventory ItemsLists stacked inventory items and allows quick selection.
- Split OnceRuns a single split action without enabling the loop.
- Loop ModeCan continue splitting while eligible items and empty inventory slots are available.
How to run it
- 1. Get the script fileCopy the code from the panel below or download item_split.py.
- 2. Place it in the GLBot++ scripts folderMove the file into C:\MemoryBreak\GLBot++\scripts.
- 3. Run it with Py LoaderOpen Py Loader from the GLBot++ screen and run item_split.py.
Loading script...


