Latest Threads

Forum Statistics
  • Forum posts:65,190
  • Forum threads:5,776
  • Members:1,759
  • Latest member:inlichtreotuong


Posted by: HiiroDangan
04-23-2012, 10:11 AM
Forum: General
- Replies (11)

Well, I'm back, a lot of personal and school things made it hard for me to play so but I'm back now, and I'll be back until something big happens since I love this server, anyone that was skeptical if I quit or not, I didn't I would of told you Smile So yeah Big Grin

Print this item


Posted by: allsuperior
04-23-2012, 08:31 AM
Forum: Suggestions
- No Replies

Do you think it is possible to add lockpicks to the Commodity deed list? After working on Tinker for a long time, I have about 30k picks and they fill the bank up VERY quickly.


Edit: I just trashed 25k of them, got 160k Tokens.... I guess that worked.

Print this item


Posted by: Hiraku
04-23-2012, 04:12 AM
Forum: Suggestions
- Replies (1)

can you please leave the scores in the window AFTER the match is over?

cause as it is right now, it show scores for single players in the teams only during the event but when its over and you get teleported to event area in brit, the menu window become empty
also because most ppl are gonna check the scores after its finished more than during battle i guess

p.s. i was actually second after depth as points in the 30 ppl color wars even if teams chose me for last cause they thought i was noob or something, well.. if next time once the fight is finished they have a bump comes up with a big window where they see i'm 25 points vs their average of 7 they maybe reconsider it....

even if it will be randomized without captains, it will be good anyway cause they will know THEY sucks... not me.
thank you.
lol

Print this item


Posted by: Bobafett
04-23-2012, 01:47 AM
Forum: Player Guides
- No Replies

Hey all,

This is my first official script release and also my first post here Smile , i am back to UO after a long time and started scripting so here's the result !

Enjoy!

Code:
;++++++++++++++++++++++++++++++++++++++++++
;Script Name: Bobafett's Magic Resist Trainer (IN-UO)
;Author: Bobafett
;Version: 0.1
;Client tested with: 6.0.4.0 (Patch 95)
;EUO version tested with: 1.5 Version 210
;Shard OSI / FS: IN-UO
;Revision Date: 2012-04-22
;Public release: 2012-04-22
;++++++++++++++++++++++++++++++++++++++++++
;DESCRIPTION:
;++++++++++++++++++++++++++++++++++++++++++
;This script train Magic Resist with a fire field
;You need reagents to cast field and healing
;Meditation is used for mana recovery
;Place your self at the bottom of the desired fire field
;
;This is my first complete script started from scratch
;Please report errors and suggestions !
;Have fun
;++++++++++++++++++++++++++++++++++++++++++

set %walkDelay 8
set %stepCount 10

set %northW 0
set %north 1
set %northE 2
set %east 3
set %southE 4
set %south 5
set %southW 6
set %west 7

set %fireFieldCheck #TIME
set %fireFieldExpiration 150

gosub CastField

While  #TRUE
{
   gosub CheckCastField
   gosub Walk %north %stepCount
   gosub CheckHealth
   gosub Walk %south %stepCount
   gosub CheckHealth
   gosub CheckMana
}

sub CheckMana
{
     if 30 > #mana
     {
        gosub Meditate
     }
     return
}
sub Meditate
{
  set %maxmana #maxmana - 5
  repeat
   {
   event macro 13 46
   wait 40
   }
  until #mana => %maxmana
  return
}

sub CheckHealth
{
  if #HITS < 50
  {
  event macro 15 28
  target
  wait 1s
  event macro 23
  wait 3s
  }
  if #HITS < 50
  {
    wait 10s
    gosub CheckHealth
  }
  return
}

sub CheckCastField
{
  set %fieldLife #TIME - %fireFieldCheck
  
  if %fieldLife > %fireFieldExpiration
  {
      gosub CastField
  }
  return
}

sub CastField
{
  gosub Walk %north 5
  event Macro 15 27
  wait 10
  event Macro 23
  wait 5s
  set %fireFieldCheck #TIME
  gosub Walk %south 5
  return
}

sub Walk
{
  set %cpt 0
  While %cpt < %2
  {
        event macro 5 %1
        wait %walkDelay
        set %cpt %cpt + 1
  }
  return
}

Print this item


Posted by: bloodrock
04-23-2012, 12:06 AM
Forum: Technical Support
- Replies (6)

Everytime i leave a mage shop either walk, run, recall from a mage shop i crash? Any ideas to why this is happening?

Print this item


Posted by: Khamman Bloodban
04-22-2012, 03:17 PM
Forum: Suggestions
- Replies (11)

Is it only my remark on lack of the 1/1 self supplied no loot TOUREYS?
Auto 1/1 are nice but I, and probably most of us, think that we need some more self supplied tourneys since it is the most entartaining kind of tourney. It's cool to have an opportunity to wear best stuff and make use of it ; > It may also increase economy growth and encourage ppl to gather good equipment.
Post your opinins.

Regards

Print this item


Posted by: BenSa
04-22-2012, 11:25 AM
Forum: Questions and Answers
- Replies (64)

I hope someone els can explain this. Where did the jackpot go ?
No one did win it yet.

Print this item


Posted by: Kander
04-22-2012, 07:53 AM
Forum: Suggestions
- Replies (6)

I know that they dont add much but only visual aspect. But its always nice to hear them while out fishing.

Print this item


Posted by: Gang
04-21-2012, 07:08 PM
Forum: Off-Topic
- Replies (4)

The match between two best(imo) teams in the world is about to happen!!!;p Finally!!!!!! ;p
Theres ofc possibility that they'll meet in Champions Cup finals as well, which might be even better to watch than league match, but otherwise - to me this regular league game is actually more important than ECC finals between Bayern and Chelsea for example ;p

Print this item


Posted by: Thenu
04-21-2012, 06:14 PM
Forum: Hall of Commerce
- Replies (6)

Selling newbied male Elven robe

cost of new Elven robe = 50 nickels
cost of new clothing bless deed = 75 nickels

Print this item