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 - Chops

Pages: 1 2 3 [4] 5
46
UOSA http://www.uosecondage.com/

It's sort of my retirement server which is accurately set in the era that I loved most. I periodically turn on my OSI accs in order to refresh houses, but when I play nowadays it's basically on UOSA.

I tried playing there, but I couldn't get used to not having npc menus, and all that other things that were introduced later on
Do you script there?

47
You mean real life money? Not much people buy stuff in freeshards, and it's usually forbidden :|

48
Thanks for the info bro, I just checked, 3 people online and I still get freezes every 2 steps, funny thing tho the ping is not that high, it's 205, must be having some packet loss somewhere along the way.

49
Hey there fellow European! I know that shard, they have a lot of nice custom stuff, the only problem for me is the ping, I tried to play there 2 years ago, and the ping was really bad  :-[

50
General UO Chat - Freeshard edition / Item Value Inflation vs Gold Inflation
« on: September 05, 2013, 10:33:21 AM »
This was something that got me thinking the other day, every shard is different so let's say we are talking about a freeshard with no custom stuff, you still need to get arties from doom, tokuno arties drop every so often etc...

In terms of investment since you have inflation in both sides, for example players keep winning doom arties and getting gold, do you think they are pretty much the same? Or is it slightly better to invest in a orny for example since it's a bit less common?
You could invest in resources and sell them later for a higher price but wouldn't you still be losing value?

51
I will start:

I used to play in uodreams, because of the ping (I am European) and the pvp but now that their shard is down I am mostly playing
in Demise, because of the stability of that shard.
What about you guys?

52
Item Evaluation / Re: Miffy's Item Finder
« on: May 12, 2013, 01:46:45 AM »
Oops, I meant, maybe I wouldn't! be wearing glasses.

53
Item Evaluation / Re: Miffy's Item Finder
« on: May 11, 2013, 04:12:19 AM »
This script is out of this world, I am just sorry I didnt find it sooner, maybe I would be wearing glasses if I did :)
Cheers

54
IDOC tools / Re: TrailMyx's IDOC Monitor/Looter v1.0c
« on: May 11, 2013, 04:11:10 AM »
Continue to use this amazing script, so far besides the vast amounts of arrows, ingots of various metals, leather etc etc I have also managed to find 10kk in gold around 2 dozen marties and the more recently loot, 30 lesser tots.
Many thanks TrailMyx's!!  :)


Just a funny notice, dunno if it happens on osi, but in freeshards if you write this as your house name it will trick the script into thinking that the house is idoc. The name is more or less like this, Condition: This House Is in danger of collapsing
Anyway maybe it's not a new thing, but it just recently happened to me, still no biggie.
Many thanks again!

55
General UO Chat - Freeshard edition / Re: UOSecondage
« on: May 05, 2013, 02:18:29 AM »
I tried it for sometime, but I am pretty clueless on how to start in that era. It's all new to me

56
Script Debug / Re: Raziel's modified Bod Runner
« on: December 08, 2012, 01:40:47 AM »
I am sorry, ok here is the part of the script I think I am having a problem with.
Sometimes it will work perfectly, other times it won't even try to click on a tailor or blacksmith npc and get the bod, I think it may have something to do with the npc type, or the range? I tried changing the blacksmith and tailor locations but I keep having this problem :(

Code: [Select]
sub findNpc
namespace push
namespace local findNpc
set !type %1
set !previous %2
set !arraySize 0
set !element 1
_findNpc:
finditem IS_HS G_10
ignoreitem #findid
if #findkind <> -1
{
 if #findrep = 7
 {
  event property #findid
  if !type = tailor
  {
   if guild notin #property
   {
    if weaver in #property || tailor in #property
    {
     set !npc . !element #findid
     set !arraySize !arraySize + 1
     set !element !element + 1
    }
   }
  }
  if !type = smith
  {
   if guild notin #property
   {
 
  {
   if  Vlad in #property  || blacksmith in #property || armourer in #property
   {
    set !npc . !element #findid
    set !arraySize !arraySize + 1
    set !element !element + 1
   }
  }
 }
 goto _findNpc
}
ignoreitem reset
set !npc none
for !i 1 !arraySize
{
 if !npc . !i <> !previous
 {
  set !npc !npc . !i
  set !i !arraySize
 }
}
if !npc = none
 set #result !previous
else
 set #result !npc
namespace pop
return #result

57
Script Debug / Raziel's modified Bod Runner
« on: December 05, 2012, 12:42:58 AM »
Hello guys, first let me say this is not my script, even the modification isn't mine.
I have been using it in a freeshard, and so far it has some problems that I would like to solve, but with my limited knowledge of scripting I am asking for your help.

1) Every so often there's a problem with the npc that gives the bod to the player, it will just stay around the npc and nothing happens, could I do something to improve that? Like adding more npc ids or something?

2)In this shard we have to wait 6 hours between bods, and there seems to be an option for chaging the time in the script, thing is that it doesn't work, at least I can be able to just put 6 hours between bods.

[admin]Deleted attached code, TM You can attach snippets where you think you may be having issues. And link to an existing script for source reference. Thanks.[/admin]

58
Yea that's why I stopped playing there.

59
Do you guys still play in that shard?

60
I am playing on a freeshard that supposedly tries to immitate OSI, found this bug, told the staff and they told me it was the same in OSI, so I am confirming if this is true or not.
Thanks for your replies :)

Pages: 1 2 3 [4] 5