Search found 96 matches

by Bot_romka
Sun Sep 25, 2011 7:00 am
Forum: Runes of Magic
Topic: [PH, RU, etc.] Unsupported client information
Replies: 45
Views: 51050

Re: [PH, RU, etc.] Unsupported client information

ROM_Bot_revision 644_russian
by Bot_romka
Sat Sep 17, 2011 10:02 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Malatinas Goblins by Bot_romka
Replies: 58
Views: 18744

Re: Malatinas Goblins by Bot_romka

how to delete this massage?
by Bot_romka
Sat Sep 10, 2011 9:41 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Malatinas Goblins by Bot_romka
Replies: 58
Views: 18744

Malatinas Goblins by Bot_romka

My Wp for Malatinas Goblins. Change in Wp MainLevel = 50 to Level of main character which kill mobs NumTwinks = 0 to Number of T.winks. For solo = 0, up to 5 in full Party. T.winks whait in start point for Main character kill all mobs near chests Start Wp for Main character near NPC "Mahler Pal...
by Bot_romka
Sat Sep 10, 2011 8:29 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Goblin Mines WP
Replies: 38
Views: 11070

Re: Goblin Mines WP

I delete my masage. sory Botje.
by Bot_romka
Wed Sep 07, 2011 5:00 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: MountSpeedhack ( some code for userfunction addon)
Replies: 8
Views: 4565

Re: MountSpeedhack ( some code for userfunction addon)

For use MountSpeedhack in game instal userfunction_MountSpeedHack to Bot and run this waypoint. For activate or deactivate hack in game use Control key. In waypoint you can change key to anoder virtual key http://msdn.microsoft.com/en-us/library/ms927178.aspx
by Bot_romka
Tue Sep 06, 2011 6:32 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: MountSpeedhack ( some code for userfunction addon)
Replies: 8
Views: 4565

Re: MountSpeedhack ( some code for userfunction addon)

Final code. Use MountSpeedHack(); to set MountSpeed = 99, normal speed is 82. Use MountSpeedoff(); to DEactivate hack. With Mountspeed more then 99 player can run 10-30 seconds what is not useful. userfunction addon in attachment. ------------MountSpeed function-- Use MountSpeedHack(); to set MountS...
by Bot_romka
Mon Aug 29, 2011 3:23 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: MountSpeedhack ( some code for userfunction addon)
Replies: 8
Views: 4565

Re: MountSpeedhack ( some code for userfunction addon)

Error only in code where checking player Mounted or not/

Code: Select all

      local mount = memoryReadInt(getProc(), playerAddress + addresses.charPtrMounted_offset);
      if mount ~= 0 then
by Bot_romka
Mon Aug 29, 2011 1:17 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: MountSpeedhack ( some code for userfunction addon)
Replies: 8
Views: 4565

Re: MountSpeedhack ( some code for userfunction addon)

Problem in code function setMountSpeed(speed) and MountSpeedoff(). I used simle WP for test. If player mounted code worked fine, else if player not mounted Bot stoped without error or any mesage. <waypoints><!-- Test --> <onLoad> repeat setMountSpeed(100) yrest(1500) while not keyPressedLocal(key.VK...
by Bot_romka
Mon Aug 29, 2011 12:08 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: MountSpeedhack ( some code for userfunction addon)
Replies: 8
Views: 4565

MountSpeedhack ( some code for userfunction addon)

MountSpeedhack ( some code for userfunction addon) I have a problem in code. When Player not mounted and Bot enable function setMountSpeed(speed) or MountSpeedoff() then Bot permanent stoped. Anyone if you have idea halp with this problem. _sory for my bad english. ------------setMountSpeed functio...
by Bot_romka
Sun Aug 28, 2011 6:34 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Goblin Mines WP
Replies: 38
Views: 11070

Re: Goblin Mines WP

You can use changed model for Gate in Goblins Malatinas for anter without pay the Phirius tokens to the NPC.
Simpl unpack archive in game folder.

_Sory for my bad english.
by Bot_romka
Sun Aug 28, 2011 5:54 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 241627

Re: Rock5's Mail Mods

Not workin but it now not necessary. i make new code for mail recipient and all work perfectly well.


I find workin code
RoMScript("SendChatMessage(\'"..text2.."\', 'WHISPER', 0, \'"..recipient.."\');");
by Bot_romka
Sun Aug 28, 2011 4:59 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 241627

Re: Rock5's Mail Mods

Not workin. Bot error
by Bot_romka
Sun Aug 28, 2011 4:37 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 241627

Re: Rock5's Mail Mods

In game window printed Player not in game and cant receive massege. in Bot window oll ok. problem in name " ..recipient.. " in RoMScript('SendChatMessage("All Ok.Pass:Z1d4r3a", "WHISPER", 0, " ..recipient.. ");'); I thinkin it is easier to make check Mail in c...
by Bot_romka
Sun Aug 28, 2011 4:02 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 241627

Re: Rock5's Mail Mods

Hi all. I make WP for auto sends bag items to recipient but have problem in WP code. After sends Mail i need send message in whisper chat to recipient but it not workin. Message is command for recipient to take Mail. Recipient is the Bot too. If anyone have idea please halp my. _sory fo my bad engli...
by Bot_romka
Fri Aug 26, 2011 12:33 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 241627

Re: Rock5's Mail Mods

UMM_SendByNameOrId(_recipient, _itemTable, _amount) I modifed UMM_SendByNameOrId() function. Now you can sends amount bag items if you need it. You can sent amount only 1 item of specific names or ids not a Table items. Attention stackable items in BagSlot sent like one item, split theirs first. If...
by Bot_romka
Thu Aug 25, 2011 5:26 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 241627

Re: Rock5's Mail Mods

UMM_SendAmountByNameOrId(_recipient, _item, _amount) I create function for sends amount bag item by name or id. Attention stackable items in BagSlot sent like one item, split theirs first. example: UMM_SendAmountByNameOrId ("Botromka", "Excellent Belt", 9); _sory for my bad ingl...