Search found 4 matches
- Fri Jun 25, 2010 1:26 am
- Forum: Runes of Magic
- Topic: best haverst/auto level class
- Replies: 3
- Views: 2058
Re: best haverst/auto level class
Haven't played mage yet ill give it a try thx 
- Fri Jun 25, 2010 12:29 am
- Forum: Runes of Magic
- Topic: best haverst/auto level class
- Replies: 3
- Views: 2058
best haverst/auto level class
As the title says, I've made auto leveling packs and some harvest profiles, now I want to make a second account mostly for harvesting. What class would be best for harvesting areas with mobs around the same level as myself? I thought about warden for the pet but have not tried the class yet so cant ...
- Wed Jun 23, 2010 8:55 am
- Forum: Runes of Magic
- Topic: Few waypoint problems
- Replies: 4
- Views: 1666
Re: Few waypoint problems
I *think* I found the problem with the level check
if( player.Level > 15) then
load_paths("shana16-19_travel.xml");
end
The check came after the last waypoint so I'm guessing it just moves back to waypoint 1 once it reaches the last waypoint, ignoring any code afterwards. Haven't had a chance ...
if( player.Level > 15) then
load_paths("shana16-19_travel.xml");
end
The check came after the last waypoint so I'm guessing it just moves back to waypoint 1 once it reaches the last waypoint, ignoring any code afterwards. Haven't had a chance ...
- Wed Jun 23, 2010 3:10 am
- Forum: Runes of Magic
- Topic: Few waypoint problems
- Replies: 4
- Views: 1666
Few waypoint problems
Hello, I'm working on a 10-20 level pack and have a few questions/problem's that I would like some help with.
First up, I wanted to make a starter.xml that went to an area based on level.
if( player.Level < 15) then
load_paths("10-14_travel.xml");
end
This error's and it seems that the ...
First up, I wanted to make a starter.xml that went to an area based on level.
if( player.Level < 15) then
load_paths("10-14_travel.xml");
end
This error's and it seems that the ...