POL097-2006-09-16 boat.move_offline_mobiles disapperaed

Report core bugs regarding the Ultima Online Emulator Core release (version 097). You can attach your Core Dump. One bug per post.
Locked
VeNdOr
Apprentice Poster
Posts: 52
Joined: Tue Feb 07, 2006 10:36 am

POL097-2006-09-16 boat.move_offline_mobiles disapperaed

Post by VeNdOr »

On the last core, our script of boat has gone crazy.

I've put some debug lines in script (print(cstr(boat.move_offline_mobiles(x,y,z)) and the console says Method not exists...
User avatar
Austin
Former Developer
Posts: 621
Joined: Wed Jan 25, 2006 2:30 am

Post by Austin »

Ill look into it tonight.
Some methods and properties may get broked here and there; for example, SetCriminal..

http://forums.polserver.com/viewtopic.php?t=646

It doesn't do string comparisons anymore and instead turns them into ID tags when compiled (makes things much faster) but before (095/096) if it couldn't do the ID match, it would go back to string compare (this part was removed in 097)..
User avatar
Austin
Former Developer
Posts: 621
Joined: Wed Jan 25, 2006 2:30 am

Post by Austin »

Fixed in the next release, in the ID table it was spelled

"move_offline_mobles"
Locked