Search found 94 matches

by miximixi007
Thu Sep 30, 2010 5:25 am
Forum: Runes of Magic
Topic: Logout > Login (same char) + daily counter
Replies: 4
Views: 2417

Re: Logout > Login (same char) + daily counter

Also, instead of waiting 30s which may or may not be long enough, you could use my function that waits until the game is ready then immediately returns control. I was thinking of adding it to rombot but no one seems interested. http://www.solarstrike.net/phpBB3/viewtopic.php?p=13638#p13638 I back u...
by miximixi007
Mon Sep 27, 2010 10:39 pm
Forum: Runes of Magic
Topic: Waiting for loading screen function.
Replies: 14
Views: 4784

Re: Waiting for loading screen function.

sorry.I wrote it with third party script.include autocreate macro.cause i'm not good at lua. Sub Macro() Mem= HMEM.Read32Bit(hwnd,MacroBase) MacroPoint = Mem+&H14 MacroIcon = HMEM.Read8Bit(hwnd,MacroPoint) Delay 100 Dprint MacroIcon If MacroIcon>0 And MacroIcon <= 60 Then call SendTestCommand If...
by miximixi007
Fri Sep 24, 2010 4:53 am
Forum: Runes of Magic
Topic: Waiting for loading screen function.
Replies: 14
Views: 4784

Re: Waiting for loading screen function.

useful for change character.
I used something like this:
repeat
press F1
delay 1000
until Targetname == player.Name and Targetname~=nil
by miximixi007
Tue Sep 21, 2010 5:58 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 241941

Re: Rock5's Mail Mods

Much appreciate !
by miximixi007
Mon Sep 20, 2010 5:32 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 241941

Re: Rock5's Mail Mods

I'll add a "send money" function when that becomes available again.
Can u show me how to set recipient when i send money?I tried a long time.sorry for my stupid.
by miximixi007
Sat Sep 18, 2010 2:42 am
Forum: Runes of Magic
Topic: addresses.lua
Replies: 4
Views: 1712

Re: addresses.lua

did u run command:
rom\update
by miximixi007
Sat Sep 18, 2010 2:35 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 241941

Re: Rock5's Mail Mods

I'll add a "send money" function when that becomes available again.
Waitting :)
by miximixi007
Thu Sep 16, 2010 2:13 pm
Forum: Runes of Magic
Topic: Selection before Quest completing
Replies: 10
Views: 2860

Re: Selection before Quest completing

I'd say you wouldn't need to remove streamline, just disable the quest options.
:( I see now.
by miximixi007
Thu Sep 16, 2010 1:58 pm
Forum: Runes of Magic
Topic: Character name
Replies: 1
Views: 946

Re: Character name

Velsharon wrote:What variable holds the character name that the bot is currently working with? I would like to be able to extract this so I can print it to the screen in a message.


eh... nevermind.. figured it out, lol.
printf("CharacterName="..player.Name.."\n");
by miximixi007
Sun Sep 12, 2010 7:30 am
Forum: Runes of Magic
Topic: Selection before Quest completing
Replies: 10
Views: 2860

Re: Selection before Quest completing

I removed streamline addon,add code sendMacro("AcceptQuest();") when accept quest,it`s work.
by miximixi007
Sun Sep 12, 2010 2:34 am
Forum: Runes of Magic
Topic: Selection before Quest completing
Replies: 10
Views: 2860

Re: Selection before Quest completing

Yes, I used streamline addon .do u resolve this problem?
by miximixi007
Fri Sep 10, 2010 12:54 am
Forum: Runes of Magic
Topic: Selection before Quest completing
Replies: 10
Views: 2860

Re: Selection before Quest completing

<!-- # 17 --><waypoint x="32131" z="4417"> player:target_NPC("Samirat"); sendMacro("OnClick_QuestListButton(3,1)"); yrest(1000); sendMacro("SpeakFrame_ClickQuestReward(SpeakQuestReward1_Item1)"); yrest(1000); sendMacro("CompleteQuest()"); ...
by miximixi007
Mon Aug 30, 2010 12:20 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's catchCavy script
Replies: 115
Views: 41490

Re: Rock5's catchCavy script

sorry,where can i find the instruction for magic cavy?
by miximixi007
Sat Aug 28, 2010 8:05 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 241941

Re: Rock5's Mail Mods

Is there code for GetCharacterName or GetCharacterSelectedIndex?
I wanna send like :

Recipient=GetCharacterName+I
UMM_SendByNameOrId (Recipient, {"Golden Eggs","Beetle Leg"})
by miximixi007
Fri Aug 27, 2010 5:57 pm
Forum: Runes of Magic
Topic: How to purchase experience potion at diam shop?
Replies: 9
Views: 2177

Re: How to purchase experience potion at diam shop?

I bought anything with incorrect secondpassword, so need to input password again.
by miximixi007
Fri Aug 27, 2010 7:36 am
Forum: Runes of Magic
Topic: How to purchase experience potion at diam shop?
Replies: 9
Views: 2177

Re: How to purchase experience potion at diam shop?

sendMacro("ItemMallFrame:Show()") sendMacro("IM2_BuyFrame_BuyItem ("ItemName")") sendMacro("PasswordEdit_SetText ("pw")") sendMacro("StaticPopup_OnClick(StaticPopup1, 1) ") I run those code first time ,client will be closed.but if I buy so...
by miximixi007
Wed Aug 25, 2010 12:14 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 241941

Re: Rock5's Mail Mods

:D thx a loooooooot
I wait it for a long time
by miximixi007
Sun Aug 15, 2010 9:54 am
Forum: Runes of Magic
Topic: Help:Addon of fusion doesnt work after update 3.0.3.2241
Replies: 3
Views: 1228

Help:Addon of fusion doesnt work after update 3.0.3.2241

It doesn't work when I click start button.Help me please? ty