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.


Topics - NecroFox

Pages: [1]
1
Off Topic / Question about easy uo
« on: September 04, 2011, 01:33:40 PM »
How long does it take easy uo to update?

2
Player Templates / Mage temp
« on: August 28, 2011, 03:48:00 PM »
Would this be a good template to run with in pvp?

magery 120
eval 120
med 100
incrib 100
poison 100
nijisu 90 (maybe 80)
tacts 90 (maybe 100)

the ninjisu is for wolf form when dismounted
the tacts is so i can use the mage weponds specials

3
Submit your Script / NF Fishing version 1.6
« on: August 22, 2011, 03:56:15 PM »
This is my first ever script made it works flawlessly.

;This script fishes from a boat then it takes the fish, pearl, shoe, and scale and moves
;it to your hold or if it is a shoe feeds it to a goat.
;It cuts up the deap sea ones that give u the new fishstates and the big fish
;then takes the fishstakes and drops them in the hold
;It heals you one time with greater heal ten secounds after you pull up a monster
;that gives you time to let your pet to kill it.
;If you have bait it will bait your line.
;and on the moonglow sever line

I plan on adding a looter later.
You need to look at this picture



enjoy

4
Scripting Chat / is there a way
« on: August 22, 2011, 01:13:54 PM »
Is there a way to make a script choise random numbers? if so whats the command for them?

5
Scripting Chat / Question
« on: August 21, 2011, 05:24:08 PM »
When you started to script did it fail and not work on you alot? and what did you have it do? How long did it take you to code it and work out all the bugs in it?


6
Scripting Chat / Help please
« on: August 20, 2011, 03:09:54 PM »
I have no clue what is messing up on the jurnal check works cause i took out the gosub and put event macro 1 0 fish and it says fish when i catch one. but it will not move the fish to my hold.

Code: [Select]
;This script is my first one ever and i hope it is done correctly.
;If anyone knows how to make it flow better please help.
;I is supost to fish infrount of you then place fish, MIB and Pearls into hold
;Then move forward one. then repeat.

;Seting the different things
; to be added baiting hock, looting serperent, droping scales
Set %FishType _SMZ_TYZ_EQD_NMZ_WYZ_DQD_OMZ_RMZ_GQD_UYZ_FQD_ZYZ_TYZ_MMZ_
Set %Cargo_Hold _XZCC_
Set %Pole _XHF_
Set %Pet_Name Killer
Set %Pet1 ZF
Set %White_Pearl _WWS_
Set %Special_Fish YDF_
Set %Shoes _PVI_TVI_AWI_NVI_OVI_ZVI_CWI_QVI_
Set %dagger _TSF_
set %BigFish _EQD_ZYZ_UYZ_
set %FishStakes HND_IND_
set %MIB _HTD_
set %Scale _UDHB_


event macro 1 0 %Pet_Name guard me
Repeat

finditem %Pole C_, #backpackID
set #lobjectID #findID
event macro 17 0
target 3s
If #targcurs = 1
   {
      wait 1s
      gosub TargetW
   }
until #charghost = Yes

return

Halt

Sub TargetW
set #LTargetX #charposx - 2
set #LTargetY #charposy
Set #LTargetKind 3
event Macro 22
wait 8s
gosub Jurnal_Check
event macro 24 1
wait 5
event macro 1 0 Forward one
return

Sub Jurnal_Check
scanjournal 1
If a_deep in #journal || a_sea in #Journal || a_water in #Journal
{
 gosub Mob
 gosub Shoes
 gosub Check_Fish
}
If As_you_reel in #journal
{
gosub Scale
gosub Check_Fish
gosub Shoes
}
If Your_fishing_pole_bends_as_you_pull in #journal
{
gosub DeepFish
}
If You_pull_out_an_item_:_ in #journal
{
goSub Check_Fish
;wait 20
;gosub Check_Fish2
}
if a_mess in #journal
{
gosub Special_Fish
}
if You_have_Found in #journal
{
gosub Pearl
goSub Check_Fish
gosub Shoes
}
If You_pull_out_an_item_:_thigh_boots in #journal || You_pull_out_an_item_:_boots in #journal || You_pull_out_an_item_:_shoes in #journal || You_pull_out_an_item_:_sandals in #journal
{
gosub Shoes
gosub Pearl
}
deletejournal
return

Sub Mob
event macro 1 0 %Pet_Name guard me
wait 15s
gosub Heal
sound play
;gosub Loot_Mob
return

;Sub Loot_Mob
;findItem YFM G_10
;click #findid d
;FindItem %MIB C_, YFM
;exevent drag #findID
;wait 20
;FindItem %Cargo_Hold G_3
;exevent dropc #Findid
;wait 20
;return

Sub Shoes
FindItem %Shoes C_, #backpackID
exevent drag #findID
wait 20
FindItem %Pet1 G_4
exevent dropc #Findid
wait 20
return

Sub Special_Fish
Finditem %Special_Fish C_, #BackpackID
set #lobjectID #findID
set #ltargetKind 1
event macro 17 0
return

Sub Check_Fish
;FindItem %FishType C_, #backpackID
;exevent drag #findID
;wait 30
;FindItem %Cargo_Hold G_3
;exevent dropc #Findid
;wait 30
;return
return


;Sub Check_Fish2
;FindItem %FishType C_, #backpackID
;exevent drag #findID
;wait 30
;FindItem %Cargo_Hold G_3
;exevent dropc #Findid
;wait 30
;return

Sub Pearl
FindItem %White_Pearl C_, #backpackID
exevent drag #findID
wait 20
FindItem %Cargo_Hold G_3
exevent dropc #Findid
wait 20
return

Sub Heal
event macro 15 28
target
event macro 23 0
return

Sub DeepFish
finditem %BigFish C_ #backpackid
set #ltargetid #findid
set #ltargetkind 1
finditem %Dagger C_, #backpackID
set #lobjectID #findID
set #ltargetKind 1
event macro 17 0
target
event macro 1 0 Filleting my fish... ; (Event Macro 1 0 lets you 'say')
event macro 22
gosub Move_steaks
wait 20
return

sub Move_steaks
wait 20
FindItem %FishStakes C_, #backpackID
exevent drag #findID #findstack
wait 20
FindItem %Cargo_Hold G_3
exevent dropc #Findid
wait 20
return

Sub Scale
FindItem %Scale C_, #backpackID
exevent drag #findID #findstack
wait 20
FindItem %Cargo_Hold G_3
exevent dropc #Findid
wait 20
return

7
Scripting Chat / My first scrip and need help seting it up
« on: August 18, 2011, 09:01:19 AM »
Hello,
this is my first scrip i have ever attempted to do. I know what i want it to do but i don't know how to set it up.
What i want it to do is:

Code: [Select]
Find fishing pole (code XHF)
Double click it
Click 2 titles infront of chr
wait 8s
Look for fish caught
if none found repeat
if found move fish to hold on new boat that is X 471 Y 310
then repeat
If shoe is caught then
drop on ground
then repeat
if mob is caught
say all guard me
then when dies look for MIB
if found MIB move to hold
then repeat
if no MIB found
repeat
if white pear is caught
then move to hold
then repeat
if that scale thing is caught
drop on ground
then repeat
after that is all checked then
check health
if damaged
Cast Greater Heal
Then repeat
if full health
Then repeat
Check my Vollem Health
if full
repeat
if dammaged
cast greater heal on it
then repeat
then say forward one
then start over again

That is what i want it to do I have no clue how to set it up to do all that can anyone help me?
Fish codes are:
SMZ TYZ EQD NMZ WYZ DQD OMZ RMZ GQD UYZ FQD ZYZ TYZ
White Pearl code
WWS
Where i want to tarket is
X 352
Y 382
My location
X 405
Y 315
Hold location is
X 471
Y 310
MIB Code
HTD (but thats that aquairm one i think they are the same)
That is what i want the script to do i just have no clue how to get it to do that
can anyone help me set it up?

8
Scripting Chat / Looking for someone
« on: August 17, 2011, 03:59:07 PM »
I know almost nothing about scripting but i want to learn, i have a few disablitys and it makes all the tortourals very hard to understand. I am looking for someone to explain it. Please can someon assist me in learning how to make scripts, please and thank you.

Thank You

NecroFox

9
New member introductions / NecroFox Introduction Redone
« on: August 17, 2011, 12:25:35 PM »
Hello,
My name is Kenneth but i go by many names that are from FoxLord, Dj FoxLord, NecroFox and many others. I have been playing Ultima Online for about 14 years. I do not know much about scripting but I am willing to Learn if someone is willing to teach me. I have played many other online games that range from WoW to almost all the games on AriaGames.com I stoped playing UO for about 2 years but i have came back about 3 weeks ago. I enjoy the new changes that they came out with.

I do not know much about scripting but i do know a good deal about Ultima Online, and if i do not know the answer I look it up. My main shard is Pacific I am in a guild where we zerge our enemies.

I choice the name FoxLord because honesty i don't rember why i picked FoxLord but Dj Foxlord is because I DJ for wrrad.com friday and saturday nights at 2am est. NecroFox i picked because i was spumped on trying to find a name for my necromage so i put necrofox it just kinda stuck.

I am wanting to join here because I use scripts to train I do not use them other than to train or to use them for resource gathering. I hope that i did this one correctly this time and i hope that it will get me approvied.

Thank you for your time

FoxLord
aka
Kenneth

Post Merge: August 17, 2011, 03:33:27 PM
Ty for making me a newbie

10
New member introductions / NecroFox Introduction
« on: August 06, 2011, 12:41:56 PM »
Hello everyone at scriptuo.com my name is Kenneth but most people call me Fox. This is because my main chr on UO is named Fox Lord. I play on Pac where i have a bushido chiv archer, a necro mage, spellweaver mage, a fisher witch i am in desperite need of getting a good script to get the new fish. I have played since Beta but i stoped playing about 2 years ago and i am just starting to come back to the game. I am Addicted to MMORPGs and I have no clue how to make a script but i am willing to learn.

I am 21 years old and if you want to know more detail just ask

Pages: [1]