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

Pages: [1]
1
General UO Chat / Re: The END of EUO.
« on: October 14, 2010, 07:50:33 AM »
i support Cheffe coz we just an end user likes when u learned how to use windows xp, then microsoft tell u they going to stop support/update on windows xp and release windows 7.

u cant complain why they waste ur times to learn windows xp. only 2 choices in this situation, 1 is dont use thier system anymore. 2 is starting to learn windows 7.

for me, i have starting to learn openeuo. i spent almost 2 hrs to finish my first script.....its totally different program language....it made me die already....but i know this is only way what i can do.

if you all going to learn it out, this script should be a first one that u need to own it.
item & monster id type tool, enjoy all  :)
Code: [Select]
UO.TargCurs = true
wait(100)
while (UO.TargCurs == true) do
wait(50)
end
local iteminfo = UO.LTargetID
for i = 0,UO.ScanItems(true)-1 do
    local id,type,kind,contid,x,y,z,stack,rep,col = UO.GetItem(i)
    local name,info = UO.Property(id)   
    if id == iteminfo then
       print("Item ID: " .. id,"Item type: " .. type,"Item color: " .. col)
       print("Item Name: " .. name,"Item Properties: " ..info)
    end
end

2
General UO Chat / Re: Few Questions about Disco
« on: February 11, 2010, 06:03:28 PM »
I dont think your template can work in champ spawn.
If you just for discord the boss, no taming request then. Otherwise you should have magery or vet to keep the life of your dragon.

this is my recomment and im doing it very well with most of champ spawn and peerless
120 discord
120 taming
100 meditation
100 magery
110 taming
110 lore
60 vet (use skill jewl to rez ur pet in case)

P.S. no need slayer book for the tamer, just keep g.heal on ur dragon and use archer shoot it behind
high lmc, mr requested!!

3
TM. it looks good n i'll try it....thank you for your script

Pages: [1]