Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bendel

Pages: 1 ... 5 6 [7] 8 9 ... 14
91
Wow, was looking after that :)

Will give a try tonight

92
Scripting Chat / Re: Something I'm messing with..
« on: March 03, 2016, 03:04:27 AM »
Freshh  ;D

93
Submit your Script / Re: simple taming trainer (mastery)
« on: February 21, 2016, 12:57:56 PM »
i send you pm

94
Submit your Script / Re: simple taming trainer (mastery)
« on: February 21, 2016, 12:36:13 PM »
Which mastery are you using in this script? I target my pet and nothing happens. Was trying to figure out what I am doing wrong.

Hello,  it's using "Combat Training", u need the Book of Masteries left click and use Animal Taming.
 U need also minimum to eat Volume I  Animal Taming Primer.

95
Submit your Script / Re: simple taming trainer (mastery)
« on: January 12, 2016, 03:23:11 AM »
yeah, the +5 taming SOT at 30 mil is a bit expansive too...

96
New member introductions /
« on: January 11, 2016, 04:12:37 PM »
Ah enfin un francophone parmi nous ^^

Bienvenue    ;)

97
Submit your Script / simple taming trainer (mastery)
« on: January 10, 2016, 03:08:28 PM »
Hi,

i have not found any script to raise 90 to 120 taming using masteries, so i just made an little loop for it.

be sure u have an maximum of MR and if possible Focus & Medit skill !
in 2 days(full) i raise 90-120.

Code: [Select]
display Target your pet!
set #targcurs 1
set %mana 1
while #targcurs = 1
{
wait 1
}
set %petid #LTARGETID
repeat
{
finditem %petid G
if #findcnt < 1
{
gosub getapet
}
if #mana > %mana
{
event macro 15  744
target
event macro 22 0
wait 10
}
}
until #false
return
sub getapet
halt
return



Keep calm and raise your skills.

98
Does UOSteam requires MULFiles? if yes you may need to update them as well :)

Steam don't need any update of MUL,  maybe for targettile macro's ??

Btw, i recommand you to perform a clean reinstallation of UO and UOSteam, don't forget to Back up profiles & macro.
Use the link from http://uosteam.28394.n7.nabble.com/ it's the last working one.
Don't forget to  your UOS.exe has administrator permissions,
otherwise it will wont be able to load and modify profiles and launcher data.

For me everything is working except that Healthbar bug.


99
Scripting Chat / Re: Supernova ID
« on: December 28, 2015, 12:42:13 AM »
Thanks, i'll fixed my script with this !:)

100
Scripting Chat / Supernova ID
« on: December 27, 2015, 08:51:32 AM »
Hello,

The Supernova ID are the same as Greater Strenght potion.
How could i find the unique ID of Supernova ?

Ty.

101
Stealth scripts / Re: [V6,ScriptSDK] Egg Farmer - v2.0.0.3 (stable)
« on: December 11, 2015, 05:53:35 AM »
Pleaaaaase...     :'(

102
Stealth scripts / Re: [V6,ScriptSDK] Egg Farmer - v2.0.0.3 (stable)
« on: December 10, 2015, 11:49:57 PM »
Hi, Looks like a great script, did you take down the download and stop support?

Hi Morphe,

Here is the link : https://gitlab.com/unisharp/EggFarmer/tree/e3c47823c2b744400a58210a02c776fe29dd8af3

there are a few changes to make to get it working, but it's working.

Have a nice day.

103
New member introductions / Re: Returning to UO - finally!
« on: December 09, 2015, 11:55:34 AM »
Welcome back  k0t !!!!


Haa i used to play on Blitzkrieg shard too (10years ago ? !! :p). It was a nice pre aos shard

104
Site News / Re: EUO is gone, where will you go now?
« on: December 04, 2015, 04:58:33 AM »
Just use mode compatibility xp sp3 running Delphi and its working.

105
Combat/Healing/Looting / Re: LAME 3.0 - Le (semi)Automated Mob Eradicator
« on: October 07, 2015, 11:02:18 AM »
Let me try to help

First
 at the end of the build. look for the sub attackMob 
 inside that sub you wil find  set %target FZ_DN_II_WI_TI_YD
 those are set on the monster you want to hunt.  LAME a few default one but not all of them. 

Second.
Quote
can't figure out why  "Cons. Wep" "Divine Fury" & "Enemy One" is keep spamming.
IF you read back in this post, you will find that a several time, we had mention that when in Sammy form,  that EoE, CW will not register properly.  This is due to ......., we don't know.  Most of it just deal with it or have made a walk around.  dxrom  have give us a solid base and easy to improve. 

Third.
Quote
i got euo LAME3.0.txt & scanbuffbar.txt in the same folder
Ensure that if spell the same as in the build ScanBuffBar



Hi,
Thank you for your Informations, i think i'm more into the second step or like dxrom said, maybe perhaps the ID were modified causes of changes of new buff.
i used a year ago and everything was working fine and i'm using the same method.
have a nice day =)

Pages: 1 ... 5 6 [7] 8 9 ... 14