Search found 35 matches

by Stionowl1943
Thu Jul 16, 2015 4:36 pm
Forum: Runes of Magic
Topic: EventMonitorStart problem
Replies: 5
Views: 1933

Re: EventMonitorStart problem

You mean when i use waypoint file it must work? Now is correctly? <?xml version="1.0" encoding="utf-8"?><waypoints type="TRAVEL"> <onLoad> EventMonitorStart("Event", "CHAT_MSG_YELL"); function pingrom() ping = RoMScript("GetPing()") if ping...
by Stionowl1943
Thu Jul 16, 2015 2:44 pm
Forum: Runes of Magic
Topic: EventMonitorStart problem
Replies: 5
Views: 1933

EventMonitorStart problem

Hi, i have problem with EventMonitor. Normally i use that in that way: <?xml version="1.0" encoding="utf-8"?><waypoints type="TRAVEL"> <onLoad> EventMonitorStart("Event", "CHAT_MSG_YELL"); function pingrom() ping = RoMScript("GetPing()") if...
by Stionowl1943
Sat Jul 11, 2015 11:00 pm
Forum: Runes of Magic
Topic: Chat parse to out-game services
Replies: 1
Views: 942

Chat parse to out-game services

Hello, i work on redirect ingame chat to my website via micromacro in real time. I have problem with correctly parse strings with items name. Example chat message catched by mm: SELL1 |Hitem:3466e 3 141264 c998c9d4 c844ca38 c9c0c9fc 7f26a 7f242 7f454 7f206 45e5 a498|h|cffa37d50[ITEMNAME1]|r|h SELL2 ...
by Stionowl1943
Thu Jul 09, 2015 4:07 am
Forum: Runes of Magic
Topic: Extreme low fps 1st BOSS Grotto HM
Replies: 14
Views: 5088

Re: Extreme low fps 1st BOSS Grotto HM

Someone know where i can find new granny2.dll?
ATM 2.9.34.0 release 2015/05/26 is fresh release.
by Stionowl1943
Thu Jul 09, 2015 2:59 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Standalone Multihack
Replies: 178
Views: 138642

Re: Rock5's Standalone Multihack

True, but players usually use 19% and dont have pullback for normal gameplay and sometimes need other button to high speed, other way can be set permanently default speed +19% and +50% in button if its possible. In r5hack speed increase work in switch method, better is press for on and hold for off.
by Stionowl1943
Wed Jul 08, 2015 2:48 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Standalone Multihack
Replies: 178
Views: 138642

Re: Rock5's Standalone Multihack

Small problem when i have runned more than 1 client. After start hack window is to small to choose characters, i need manually maximize everytime. Mayby window can switch to small size after i choose character or if i use only one - auto switch. You can add nice function from Romeo - when player pus...
by Stionowl1943
Tue Jul 07, 2015 8:09 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Standalone Multihack
Replies: 178
Views: 138642

Re: Rock5's Standalone Multihack

0x62EBDE (2 bytes) need to be changed from 16500 (default zoom distance) to 16501 (umlimited zoom distance).
With that 3 adresses we have GoodSight + ZoomOut.
by Stionowl1943
Tue Jul 07, 2015 5:15 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Standalone Multihack
Replies: 178
Views: 138642

Re: Rock5's Standalone Multihack

So its strange how it can work perfectly from 3 years in 500kb Romeo software. CurPatchPtrs contain: GodSight Function Pointer #1:......0x43DFD3 GodSight Function Pointer #2:......0x43E081 Zoom Out Limit Function Pointer:...0x62EBDE and looks like static. 2byte value of GodSight default: 4083 change...
by Stionowl1943
Mon Jul 06, 2015 2:44 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Standalone Multihack
Replies: 178
Views: 138642

Re: Rock5's Standalone Multihack

Hi Rock!
Do you know how GoodSight function work in ROMEO Multihack?
I think its perfect idea when it doesnt return back, and you can sroll distance by mouse, is it possible?
by Stionowl1943
Wed Jun 24, 2015 9:14 am
Forum: Runes of Magic
Topic: Items name format
Replies: 2
Views: 1118

Re: Items name format

Ok, i found soultion!

Code: Select all

local type, data, text = RoMScript('ParseHyperlink("'..itemLink..'")')
http://runesofmagic.gamepedia.com/API:ParseHyperlink
by Stionowl1943
Wed Jun 24, 2015 5:28 am
Forum: Runes of Magic
Topic: Items name format
Replies: 2
Views: 1118

Items name format

How to format name o LinkItem?
I receive
|Hitem:3185c|h|cffffffff[Mana Stone Tier 5]|r|h
but i want receive only 'Mana Stone Tier 5'
print(string.format( "|Hitem:%x|h|c%x[%s]|r|h", self.Id, self.Color or 0, self.Name ))
doesnt work because i receive errors.
by Stionowl1943
Tue Jun 23, 2015 8:22 pm
Forum: Runes of Magic
Topic: Debug info hide
Replies: 1
Views: 791

Debug info hide

How i can hide debug - yellow and green messages in micromacro window? I want see only my print/printf messages. i mean for example: cprintf(cli.green, language[135], _npcname); -- We try to find NPC cprintf(cli.green, language[136], npc.Name); -- we successfully target NPC is any way to disable tha...
by Stionowl1943
Tue Jun 09, 2015 5:48 am
Forum: Runes of Magic
Topic: Gobal Cooldown exploit
Replies: 14
Views: 5222

Re: Gobal Cooldown exploit

probably won't fix the error, since you didn't post what the error was it's a bit hard to say but you could write the same code like this. Just looks neater to me is all =) function CPlayer:resetGlobalCooldown() local breaker = 0 repeat if self.GlobalCooldown > 0.8 then memoryWriteInt(getProc(), ad...
by Stionowl1943
Tue Jun 09, 2015 3:52 am
Forum: Runes of Magic
Topic: Email notification
Replies: 4
Views: 1779

Re: Email notification

Interaction with GM its only example. In fact u are wrong - it have a big sense in my situation. I just use bot to catch some ingame actions, bot is running in server machine with relogin afer crash/disconnect function, server status checking etc so is running 24/7 from about 2 months, usually i loo...
by Stionowl1943
Thu Jun 04, 2015 12:01 pm
Forum: Runes of Magic
Topic: Email notification
Replies: 4
Views: 1779

Email notification

Hello RomBot community. I want ask if someone have idea how to make email notification. Im looking for function to send email via some of windows part - maybe other software, if some event exist. For ex.: if somethings_happend then sendemail() end In a lot of situation we are not near PC, and must k...