Search found 94 matches

by miximixi007
Fri Aug 13, 2010 2:53 pm
Forum: Runes of Magic
Topic: Blank macro 0
Replies: 7
Views: 2105

Re: Blank macro 0

I've been trying to have my manual addon make the macro because my blank macros seem to dissappear randomly. This it to work with character switching abilities. I haven't even figured out how to map the macro to the keyboard, think I can use PickupMacroItem to do it but I don't know what to use to ...
by miximixi007
Fri Jul 23, 2010 11:06 pm
Forum: Runes of Magic
Topic: Selection before Quest completing
Replies: 10
Views: 2885

Re: Selection before Quest completing

click on first reward: RoMScript('OnClick_QuestRewardButton(getglobal("SpeakQuestReward1_Item1"));'); click on second reward: RoMScript('OnClick_QuestRewardButton(getglobal("SpeakQuestReward1_Item2"));'); .. etc. It doesn't work with me. sendMacro("OnClick_QuestListButton(3...
by miximixi007
Tue Jul 20, 2010 5:40 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Fusion Control Functions
Replies: 187
Views: 61272

Re: Fusion Control Functions

TY,Studying
by miximixi007
Mon Jul 19, 2010 8:54 am
Forum: Runes of Magic
Topic: Are there any codes for magicbox?[resolved]
Replies: 6
Views: 1795

Re: Are there any codes for magicbox?[resolved]

Yes,i also used UltimateMailMod b4. :)
by miximixi007
Sun Jul 18, 2010 4:40 pm
Forum: Runes of Magic
Topic: Are there any codes for magicbox?[resolved]
Replies: 6
Views: 1795

Re: Are there any codes for magicbox?[resolved]

next question:
How to set receiver name into mailbox?
by miximixi007
Sun Jul 18, 2010 3:08 pm
Forum: Runes of Magic
Topic: A simple way to delete bag item
Replies: 0
Views: 1716

A simple way to delete bag item

PickupBagItem(GetBagItemInfo(i));
DeleteCursorItem()
by miximixi007
Sun Jul 18, 2010 2:47 am
Forum: Runes of Magic
Topic: Hellp ph bot
Replies: 1
Views: 1123

Re: Hellp ph bot

maybe u need check ur memory address or point,coz it cannt find out target
by miximixi007
Sun Jul 18, 2010 2:43 am
Forum: Runes of Magic
Topic: Unable to repair
Replies: 14
Views: 3975

Re: Unable to repair

I suggest u use the addons:Streamline, everything will be OK.
by miximixi007
Sun Jul 18, 2010 2:30 am
Forum: Runes of Magic
Topic: Are there any codes for magicbox?[resolved]
Replies: 6
Views: 1795

Re: Are there any codes for magicbox?

aha,rock5,are u online 7*24? :lol:
I used this one:http://rom.curse.com/downloads/rom-addo ... usion.aspx
I wanna make mana stone with random fusion and belt.
by miximixi007
Sat Jul 17, 2010 11:22 pm
Forum: Runes of Magic
Topic: Are there any codes for magicbox?[resolved]
Replies: 6
Views: 1795

Are there any codes for magicbox?[resolved]

Are there any codes for magicbox?
e.g.
OpenMagicBox
CloseMagicBox
IsMagicBox
PickUpItemToMagicBox
StartAddonsForFusion
FusionStone
...


I got it.
PickupBagItem(_bagslot);
PickupBagItem(_dropslot);
MagicBoxRequest()
by miximixi007
Fri Jul 16, 2010 6:52 am
Forum: Runes of Magic
Topic: events and pressing 'enter'
Replies: 1
Views: 833

Re: events and pressing 'enter'

Hey guys, Love the program and the way you configure things, very similar to openkore (ragnarok online bot) Anyway, i've been searching but havent been able to find a script that will hit enter for me? scenario: I am AFKing at some spot and my party leader changes channels. The game will prompt me,...
by miximixi007
Wed Jul 14, 2010 7:59 am
Forum: Runes of Magic
Topic: Bot doesnt work when open mailbox.
Replies: 2
Views: 1054

Re: Bot doesnt work when open mailbox.

:) Thx for your always help
by miximixi007
Wed Jul 14, 2010 7:22 am
Forum: Runes of Magic
Topic: Bot doesnt work when open mailbox.
Replies: 2
Views: 1054

Bot doesnt work when open mailbox.

Why it show me like this: We found Mailbox and will harvest it. [string " ..."]:7: attempt to call global 'GetInboxHeaderInfo' (a nil value) <waypoints type="RUN"> <!-- # 9 --><waypoint x="-23691" z="4520"> player:target_Object("Mailbox") yrest(5000)...
by miximixi007
Sun Jul 11, 2010 11:45 am
Forum: Runes of Magic
Topic: i found a way how to open mailbox
Replies: 9
Views: 2108

Re: i found a way how to open mailbox

I think it maybe useful when sb. wanna find special target. btw,i dont know player:target_Object("Mailbox") b4. where can I find all of the command without http://theromwiki.com/index.php/List_of_Functions? I want to send all of items and money from first character to second character. nex...
by miximixi007
Sun Jul 11, 2010 10:51 am
Forum: Runes of Magic
Topic: i found a way how to open mailbox
Replies: 9
Views: 2108

Re: i found a way how to open mailbox

I dont know how to use lua script,look these addresses,maybe it can help u find a way. around ID: A004C4+eax*4 --u can list eax from 1 to 100,also it can list all of player and mob near u. around Name: [[[A004C4+eax*4]+290]+0] target ID: [[9aa1bc+598]+274] mousePtr_offset: [9aa1bc+73C] mouse Name of...
by miximixi007
Sun Jul 11, 2010 9:01 am
Forum: Runes of Magic
Topic: i found a way how to open mailbox
Replies: 9
Views: 2108

Re: i found a way how to open mailbox

state of close mailbox =0 and open mailbox=1,so we can find out this value by CE. I'm sorry,I tried again,still have some problem here. It only work after mouse click mailbox,the step like below: 1.open mailbox with mouse click. 2.frozen address 0209D44C 3.now,u can use RoMScript("MailFrame:Sho...
by miximixi007
Sun Jul 11, 2010 5:22 am
Forum: Runes of Magic
Topic: i found a way how to open mailbox
Replies: 9
Views: 2108

i found a way how to open mailbox

we need write a memory address to 1 b4 use RoMScript("MailFrame:Show()");currently is 0209D44C
i`ll try to find the staticaddress.
i used CE5.5 frozen this address,the mail function also work.
by miximixi007
Fri Jul 09, 2010 7:03 am
Forum: Runes of Magic
Topic: AutoSwitch (autologin supports switching accounts)
Replies: 8
Views: 5024

Re: AutoSwitch (autologin supports switching accounts)

it doesnt work on my computer.stuck at login account :(
by miximixi007
Thu Jul 08, 2010 9:41 am
Forum: Runes of Magic
Topic: Autologin Acc Cycling from Bot
Replies: 14
Views: 5601

Re: Autologin Acc Cycling from Bot

Nice,I`ll try it