Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to Find and Use Skill IDs in Your Game

Newbie Spellweaver
Joined
Jul 30, 2008
Messages
7
Reaction score
4
1. Install Notepad ++ with npp.5.6.8.Installer.exe
2. Open the .xml file you want an object/id from (exmaple: skill_templates.xml)
3. Choose as program Notepad ++
4. You will get alot of code press CTRL+F (Search Function)
5. Type your keyword an it will search (example: Flame)
6. You will get a line with code named name="STR_SKILL_MA_FlameBolt_G1" thats the skill FlameBolt
7. Get the skillid skill_id="1351" and the level lvl="1"
8. Go ingame and type "//addskill 1351 1"

If you have any questions please reply this here or email me bruwade@gmail.com

Please download the file ID's.rar it will include:
- npp.5.6.8.Installer.exe
- skills
- gatherables
- npcs
- items
- skill_tree
- spawns
- titles
- locations
- readme.txt


Have fun :thumbup1:
 
Newbie Spellweaver
Joined
Mar 10, 2007
Messages
22
Reaction score
0
Good, in this site have all id's
 
Back
Top