Skip to content

Python script to build in Aion on the basis of the existing game objects

License

Notifications You must be signed in to change notification settings

ZirumAndBigBro/pix2rock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pix2rock

Python script to build in Aion on the basis of the existing game objects

this file converst pixel (black) position from result.bmp file to npc coordinates (result.txt) for AION online game. example result in result.txt for integration in \AC-Game\data\static_data\spawns\Npcs\New\location.xml file.

  1. Modificate result.bmp in paint. Note: python needs only black pixels.
  2. Put coordinates from your bottem left start point and item size in pix2rock.py and run it.
  3. copy coordinates from result.txt and put it in \AC-Game\data\static_data\spawns\Npcs\New\location.xml file.

Maze: if you need an random and correct maze, use maze.py. Width and height for your maze you can change in line 99 in maze.py. As result you will get result.bmp

See Example_pix2rock.jpg

and Youtube

https://youtu.be/7Y24vIwrLIQ

About

Python script to build in Aion on the basis of the existing game objects

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages