Search found 46 matches

by lalaxy
Fri Sep 13, 2013 9:50 pm
Forum: Runes of Magic
Topic: Not enough memory error since new patch...
Replies: 34
Views: 11007

Re: Not enough memory error since new patch...

Additional user information...1.03 b2 what U have uploaded, working since 7 hours without any error...Seems to be very good...Thy for help again :)
by lalaxy
Fri Sep 13, 2013 1:04 pm
Forum: Runes of Magic
Topic: Not enough memory error since new patch...
Replies: 34
Views: 11007

Re: Not enough memory error since new patch...

Ure the experts :) Anything i can help or attach anymore, please write, and ill do it...

Thy for the help :)
by lalaxy
Fri Sep 13, 2013 12:23 pm
Forum: Runes of Magic
Topic: Not enough memory error since new patch...
Replies: 34
Views: 11007

Re: Not enough memory error since new patch...

Sent via private message :)
by lalaxy
Fri Sep 13, 2013 12:05 pm
Forum: Runes of Magic
Topic: Not enough memory error since new patch...
Replies: 34
Views: 11007

Re: Not enough memory error since new patch...

Heya!

Oc i, attach my log.txt if it can help...Here , or direcly to some e-mail address ?
by lalaxy
Fri Sep 13, 2013 10:36 am
Forum: Runes of Magic
Topic: Not enough memory error since new patch...
Replies: 34
Views: 11007

Not enough memory error since new patch...

Hi!

I have this error many times what ive posted below...
Any solution for this ?

5:27 pm - not enough memory
AL lib: dsound.c:314: Device init failed: 0x80070008

Many thx
by lalaxy
Thu Oct 18, 2012 5:08 pm
Forum: Runes of Magic
Topic: Scripting problems, need help
Replies: 26
Views: 6647

Re: Scripting problems, need help

Many thx for all for this all help...I hope i dont bother u with more problems...(hope all will works fine for a long time) :)
Regards
by lalaxy
Thu Oct 18, 2012 11:13 am
Forum: Runes of Magic
Topic: Scripting problems, need help
Replies: 26
Views: 6647

Re: Scripting problems, need help

Excellent! Mybe a stupid question: if GoThroughPortal() == false then -- Tries to go through portal and if it fails... tries = tries + 1 if tries > 5 then code to drop party waitForLoadingScreen() loadPaths("returnpath") else __WPL:setWaypointIndex(__WPL.LastWaypoint - 1) end end Not this ...
by lalaxy
Thu Oct 18, 2012 10:23 am
Forum: Runes of Magic
Topic: Scripting problems, need help
Replies: 26
Views: 6647

Re: Scripting problems, need help

Thy for code, it will be the solution :) Additional idea: Can we make a counter or anything what couts the number of gothroughportal? i mean if the false of the gothrough number is 5 or 10 then break only party...In this case we can solve the normal "potral dont work" problem and the "...
by lalaxy
Thu Oct 18, 2012 3:21 am
Forum: Runes of Magic
Topic: Scripting problems, need help
Replies: 26
Views: 6647

Re: Scripting problems, need help

Hi! The plan is ready then :) I have a few questions there more :) I use the gothroughportal to handle the ports...Then i need to change it or write a script inside what check "loadingscreen not appears" number or anything else??? Then drop party... And then how can i call a returnpath wp ...
by lalaxy
Wed Oct 17, 2012 4:57 pm
Forum: Runes of Magic
Topic: Scripting problems, need help
Replies: 26
Views: 6647

Re: Scripting problems, need help

Hi! I dunno wich, but i dont see the portal and bot cannot see it too...He goes back the lastest waypoint and try again gothroughportal without success...Or just standing where portal not be and wait (no loading screen appears)...Ive tryed manually go back and go through without success too...The on...
by lalaxy
Wed Oct 17, 2012 11:44 am
Forum: Runes of Magic
Topic: Scripting problems, need help
Replies: 26
Views: 6647

Re: Scripting problems, need help

Hi!

Everything seems working now...Only 1 problem remained...Sometimes teleport not appear in instance, so i cannot leave...Is there any solution for this problem ???

Thy
by lalaxy
Sun Oct 07, 2012 11:28 am
Forum: Runes of Magic
Topic: Scripting problems, need help
Replies: 26
Views: 6647

Re: Scripting problems, need help

Confirmed...Ill use it then :)
Many thx :)
by lalaxy
Sun Oct 07, 2012 8:30 am
Forum: Runes of Magic
Topic: Scripting problems, need help
Replies: 26
Views: 6647

Re: Scripting problems, need help

Not used gothroughportal, its a simple waypoint in the portal, with WaitForLoadingScreen().
by lalaxy
Sun Oct 07, 2012 5:57 am
Forum: Runes of Magic
Topic: Scripting problems, need help
Replies: 26
Views: 6647

Re: Scripting problems, need help

Hi! The last thing what makes things harder...Ive attached a screen. Bot freezes at this time. This is the point when char left the instance. I use waitForLoadingScreen(); , so i dunno why freezes sometimes. Some memory reading problem mybe ? It freezes,i cannot pause, cannot stop, nothing reaction....
by lalaxy
Sat Oct 06, 2012 6:38 am
Forum: Runes of Magic
Topic: Scripting problems, need help
Replies: 26
Views: 6647

Re: Scripting problems, need help

IS here any solution , when the portal is fail??? Description: Char run into the portal and portal not works, so char standing in the port and cannot go to next wp. The solution in this case step back and run into the port again. till it will works. Is any solution to this problem, some script what ...
by lalaxy
Thu Oct 04, 2012 2:08 pm
Forum: Runes of Magic
Topic: Scripting problems, need help
Replies: 26
Views: 6647

Re: Scripting problems, need help

Ure amazing :)
Best , shortest :)
Thy
by lalaxy
Thu Oct 04, 2012 11:32 am
Forum: Runes of Magic
Topic: Scripting problems, need help
Replies: 26
Views: 6647

Re: Scripting problems, need help

<waypoint x="1207" z="1507" y="101"> RoMScript("TargetNearestEnemy();") yrest(500) local target = player:getTarget() i=0 while ((target ~= nil) and (target.Alive) or (i ~=1000)) do sendMacro("UseAction(5,1)") i=i+1; target = player:getTarget(); end;...
by lalaxy
Thu Oct 04, 2012 11:28 am
Forum: Runes of Magic
Topic: Scripting problems, need help
Replies: 26
Views: 6647

Re: Scripting problems, need help

Hi , last method seems to be good, but 2 other question created....Sometimes (and somehow) instance not resetting , and when i go in again boss isnt at his place...In this case for buff target is myself...So it cannot target the enemy , target is on me, then (target =~ nil) true, (target.Alive) is t...
by lalaxy
Mon Sep 24, 2012 12:46 pm
Forum: Runes of Magic
Topic: Scripting problems, need help
Replies: 26
Views: 6647

Re: Scripting problems, need help

Thy, ill try it, ill post the result :)
by lalaxy
Sun Sep 23, 2012 10:10 am
Forum: Runes of Magic
Topic: Scripting problems, need help
Replies: 26
Views: 6647

Re: Scripting problems, need help

Hmmm, something still wrong...Its casting over time (doing action), and dont want to stop when mob killed...