Recent Posts

Pages: 1 ... 7 8 [9] 10
81
General Discussion / Re: BOD Collection from anywhere on same server
« Last post by gimlet on October 31, 2016, 12:06:09 PM »
It is real in razor.
82
General Discussion / Re: BOD Collection from anywhere on same server
« Last post by Gemviper on October 31, 2016, 11:57:41 AM »
Yes, and it doesn't work.

Code: [Select]
set %npc CUXIK ;smith NPC
Exevent Popup %npc
    while #contid <> N/A
wait 1
halt ;just testing

As soon as you are out of range, 18 tiles or so, you don't get the popup menu. Is this a joke thread or?(I don't use Razor)
83
General Discussion / Re: BOD Collection from anywhere on same server
« Last post by Endless Night on August 12, 2016, 09:53:16 AM »
interesting... anyone tried doing same via euo.
84
General Discussion / Re: BOD Collection from anywhere on same server
« Last post by 12TimesOver on July 18, 2016, 10:11:10 AM »
just download razor, click on record macro, and then single click on taylor or Blacksmith npc and select get bod.
Stop macro (one line)
go to your house on same subserver and play it.
I actually automatically accept the BOD with my macro so record until the BOD is in your pack, 3 lines :)

X
85
General Discussion / Re: BOD Collection from anywhere on same server
« Last post by gimlet on July 17, 2016, 12:07:33 PM »
just download razor, click on record macro, and then single click on taylor or Blacksmith npc and select get bod.
Stop macro (one line)
go to your house on same subserver and play it.
86
General Discussion / Re: BOD Collection from anywhere on same server
« Last post by Kandie on July 17, 2016, 08:58:25 AM »
can you explain more and are you using a a script....Wondering since I have a Luna vendor house in Luna if I can collect BODS from my house....Thx  :)
87
General Discussion / BOD Collection from anywhere on same server
« Last post by 12TimesOver on July 15, 2016, 05:30:29 AM »
Not sure if this is well known or not, or even if anyone will care, but I discovered this morning that I could collect BOD's anywhere on the same server using a Razor macro. For example, from my house which happens to be north of Skara but on the same server as Brit, I was able to collect BOD's from Brit without ever leaving the house.

Happy to provide more details if needed.

Have fun.

X
88
General Discussion / Re: Memory leak
« Last post by gruntman on May 28, 2016, 10:21:59 AM »
EasyUO is written in Delphi and delphi has no support of a Garbagecollector. Depending how the datamanagement is solved it can be, that most script data is kept on memory until you restart easyuo.
That ofc means that you can go out of memory the more you script, because the non required data is not flushed.

Thanks Crome!!  I think I kind of get it.
89
General Discussion / Re: Memory leak
« Last post by Crome969 on May 28, 2016, 01:30:21 AM »
EasyUO is written in Delphi and delphi has no support of a Garbagecollector. Depending how the datamanagement is solved it can be, that most script data is kept on memory until you restart easyuo.
That ofc means that you can go out of memory the more you script, because the non required data is not flushed.
90
General Discussion / Re: Memory leak
« Last post by gruntman on May 27, 2016, 09:56:20 PM »
Well by removing the menu aspect of the script I seemed to have decreased the time it takes to run me out of memory....hardcore run is in order...I did leave the timer part of the menu active just for ease of seeing how long it runs before....DOOM OOM error
Pages: 1 ... 7 8 [9] 10