Iris2.de

Iris2-Forum
It is currently Thu Mar 28, 2024 8:02 pm

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Beginner Instructions
PostPosted: Mon Dec 29, 2008 7:03 am 
Offline

Joined: Mon Dec 29, 2008 12:29 am
Posts: 4
I am very interested in creating custom macros for Iris, however I am not sure where to begin.

How trivial is it to create scripts that will perform functionality such as auto-equip, heal last target, etc? Ideally, I would like to replicate some of the functionality of UOA/Razor.

Thanks,


Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 29, 2008 1:05 pm 
Offline
iris2-developer
User avatar

Joined: Tue Apr 18, 2006 10:28 pm
Posts: 823
Location: Munich, Bavaria, Germany
hi !
there are a few infos here :
http://iris2.de/index.php/Macros
http://iris2.de/index.php/Scripting

other than that take there's lot of stuff not yet documented in lua/lib.macrolist.lua

i'd suggest choosing the "unstable" version in the updater, there were a few nice new additions that are not in the stable version yet.

difficulty : depends, documentation is scarce at the moment as we're still working on the scripting system.
it's probably best if you look at the code in that macrolist.lua to see what's possible.

razor : you can import razor hotkey/macro config to some degree, see blogpost : http://schattenkind.net/blog/?p=66

auto-equip : not sure what you mean, but you can equip items using : MacroCmd_EquipItem(serial)
heal last target : spell ? MacroCmd_Spell("Greater Heal",MacroGetLastTargetSerial())
bandage-self : MacroCmd_BandageSelf()

scripts in the "plugin" dir are automatically executed.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group