https://github.com/jonas-scholz123/nostale-market-scanner
Market scanner tool that checks prices for items and maintains a database of price developments.
https://github.com/jonas-scholz123/nostale-market-scanner
Last synced: 8 days ago
JSON representation
Market scanner tool that checks prices for items and maintains a database of price developments.
- Host: GitHub
- URL: https://github.com/jonas-scholz123/nostale-market-scanner
- Owner: jonas-scholz123
- Created: 2020-05-04T13:47:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-08T17:32:08.000Z (about 5 years ago)
- Last Synced: 2025-01-12T23:46:11.118Z (5 months ago)
- Language: Python
- Size: 110 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nostale-market-scanner
Market scanner tool that checks prices for items and maintains a database of price developments in online mmo NosTale.# How To Use:
0. Make sure you have installed all dependencies
1. Configure name_to_id.csv by setting toScan to 1 for all items that you want scanned
2. Start terminal as admin
3. Start Nostale
4. Move character next to Bazaar NPC
5. Run src/packet_handler.py# Example Packet:
## c_blist 0 0 0 0 0 0 0 4 396 555 2047 3005 1 2195
p_command = c_blist: Search Bazaar
p_args[0] = 0: PacketIndex
p_args[1] = 0: TypeFilter
p_args[2] = 0: SubTypeFilter
p_args[3] = 0: LevelFilter
p_args[4] = 0: RareFilter
p_args[5] = 0: UpgradeFilter
p_args[6] = 0: OrderFilter
p_args[7] = 4: Unknown
p_args[8] = [396, 555, 2047, 3005, 1, 2195]: matched item IDs
For a full list of packets: https://github.com/NosCoreIO/NosCore.Packets