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

Pages: [1] 2
1
Gold Farming / Re: [Freeshard] Doom Artisan
« on: October 15, 2016, 06:01:51 AM »
Hi all, this script can be custumized for sampire? or are only for tammers? any version for sampis? o.O

2
Scripting Chat / Re: Some way create filler sub LARGE bs bods?
« on: October 27, 2015, 08:45:04 AM »
i want a sub read large bods from a book and read all from book no from backpack :S
and i try a s7bodfiller simple edition modificated for pre-aos but don't correct function :(
any other idea sir :S? "The Ghost", Ty for all!

3
Scripting Chat / Some way create filler sub LARGE bs bods?
« on: October 27, 2015, 08:00:12 AM »
Hello to all family i play in server Pre-Aos and I wonder if possible create a "SUB" to fill bs large bods, something Database style or s7bodfiller but for larges, I've searched and not given to any, if possible create someone give me a hint or example ?. :'(

Use a rather old script and I would fail to solve this part with a sub as fixed and much of it with the help of some fellow fantastic community. (not this script publish it ever since it's not my only attempt to make a re-make for their own use in a pre-Aos server (I think his publication would be disrespectful to the creators of it including the great S7 or Boydon )) :)

Sorry for a bad translate i'm used google.
 
Thank all in advance.

4

5
someone managed to modify it to FS? or DEMISE? O.o
Ty all!

6
UO Client Modifications/Tools / Re: Client mods
« on: March 20, 2014, 06:25:00 AM »
hello while I look for a version of client specifies for classic client, someone could help me please! Seeking the client version 7.0.23.0 or 7.0.22.0 to load the grafic mod, thanks! :'(

Edit : found it and thanks also to all! greetings! =)

7
Scripting Chat / Re: Impossible macro on freeshard? HW
« on: November 07, 2013, 12:33:10 PM »
provide us some informations. Which freeshard you play?
HW is simple and i have written those scripts for fs and osi long ago.
i play in demise :S! and UOSTEAM lethal dart not possible, your macro not for freeshard =( Crome
Thx for response

8
Scripting Chat / Impossible macro on freeshard? HW
« on: November 07, 2013, 04:55:21 AM »
Hi i want a macro for lethal darts questing for freeshard, i only see for other no for my server play =( any help? or macro for freeshard? =)

9
Scripting Chat / Re: Need - BS macro rewards classifier
« on: October 25, 2013, 10:39:29 AM »
And not found any script that works or me to like, my question is which is what people usually use? e seen several categorizes bulks such reward good throws and good saves, do not talk about modifications, or anything else.
What script do you recommend? I do not use unattended, look for something that does not ave the bs bulks recycling was not a headache because doing it by hand is a bad experience because it takes away the desire to return to play with a bs xD.
Thank you all in advance for all =)

10
Scripting Chat / Re: Need - BS macro rewards classifier
« on: October 22, 2013, 04:35:20 AM »
:-/ Official game server free, surely you know her called "Demise" and I think there is one that works but can not find it, and seen many that use it but I give her, I need help because I have many bods :-/

hope I have not broken any rule-law of the forum to say that game server script and ask for support, Thanks again =)

11
Scripting Chat / Re: Need - BS macro rewards classifier
« on: October 22, 2013, 04:25:24 AM »

12
Scripting Chat / Need - BS macro rewards classifier
« on: October 22, 2013, 02:58:55 AM »
Hello friends, I am in search of a script something special, I have a BS I tell use the script "7bodfiller" for bod (the only one that works for me), I look for a script I've seen that does the following:
1 - Wedding Gift
2 - Order Wedding
3 - Save bod order
4 - Sort reward poor - garbage (shovels, picks, gloves)
5 - Sort reward good - Bank Bag (BS Runic hammers, ps's, pof)

There is something like or similar? and how it works? and searched and I do not hear any macro, Thanks in advance =)

Srry for my bad english ;S

13
Scripting Chat / Re: Need Script Monster Death Count
« on: July 15, 2013, 08:29:35 AM »
Try now,

Code: [Select]
set %N_Strings 5
Set %String1 Father
set %String2 Impaler
set %String3 Creeper
set %String4 Knight
set %String5 Horror
Menu Window Size 300 300
Menu Show 0 0
Menu Font Style Bold
Menu Font Size 14
For %I 1 %N_Strings
{
set %Y %I * 40
set %Y2 %I * 40 - 2
Menu Text Text , I 10 %Y %String . %I :
Menu Edit %String . %I 120 %Y2 50 0
}

Repeat
Finditem YFM G_10
if #Findcnt > 0
{
For %Attempt 1 4
{
Event Property #Findid
wait 5
if Corpse in #property
Break
}
for %String 1 %N_Strings
{
if %String . %String in #Property
{
set % , %String . %String % . %String . %String + 1 ; Confusing....
Menu Set %String . %String % . %String . %String
}
}
ignoreitem #Findid
}
Until #False

dont function :S i play tammer in doom no count added number

14
Scripting Chat / Re: Need Script Monster Death Count
« on: July 15, 2013, 06:48:30 AM »
Just copy and Paste that Into EUO. All it does is Count Corpses with specific Keywords. I Don't know if those keywords are the Correct ones that will wind up on their Corpses when they die, but it seems to work. I changed the Names to animals at Jhelom farms and killed them for a bit, seemed to keep up fairly well.

This is some advanced parsing. I wouldn't suggest trying to understand it just yet, but we do have some lovely tutorials here and there are some decent tutorials over at EUO as well for beginning scripter :)

Code: [Select]
set %N_Strings 5
Set %String1 Father
set %String2 Impaler
set %String3 Creeper
set %String4 Knight
set %String5 Horror
Menu Window Size 300 300
Menu Show 0 0
Menu Font Style Bold
Menu Font Size 14
For %I 1 %N_Strings
{
set %Y %I * 40
set %Y2 %I * 40 - 2
Menu Text Text , I 10 %Y %String . %I :
Menu Edit %String . %I 120 %Y2 50 0
}

Repeat
Finditem YFM G_10
if #Findcnt > 0
{
wait 5
Event Property #Findid
for %String 1 %N_Strings
{
if %String . %String in #Property
{
set % , %String . %String % . %String . %String + 1 ; Confusing....
Menu Set %String . %String % . %String . %String
}
}
ignoreitem #Findid
}
Until #False

and tested it and it does not detect the body, only detects it when I stop and start, restart and it works but one by one, as is this happening to me? : S
PD : Great Job Great Script :P! Thx All

15
Scripting Chat / Re: Need Script Monster Death Count
« on: July 15, 2013, 02:36:29 AM »
Can anyone help me with the THIS please = (I have no idea about programming, 0 of 0 nothing and this script would be very useful me please  :( singles Seeking Something Simple and counter / Mini Monitor nothing else could someone help me? :'(

Pages: [1] 2