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

Pages: 1 [2]
16
Scripting Chat / Tutor?
« on: April 27, 2014, 08:46:16 AM »
Looking for an easyuo tutor  :D, someone who has the free time to help me learn scripting in euo. I've gotten to the point of giving up hope on reading the euo documentation and trying to learn from it. I know everyone says it's best to learn from looking at other scripts as well but I understand that they work I want to know how they work and why they put some of the variables in where they did, you know? I understand the flow of a script very well but I get lost at what to put into the script hehe. I'm on ICQ and team speak as well. Any help would be much appreciated  :)

17
Stealth archive / Re: Gump issues?
« on: November 03, 2013, 08:06:48 AM »
Yeah I could've sworn I set it that way after watching the video but I guess I overlooked it

18
Stealth archive / Re: Gump issues?
« on: November 03, 2013, 07:37:38 AM »
Fixed it, thanks again dxrom for being a life saver lol :)

19
Stealth archive / Gump issues?
« on: November 03, 2013, 06:14:52 AM »
First I would like to start off by thanking the entire Stealth team for making such a powerful application and I appreciate all the hard work they've put into it. I have come across this one little bug though and maybe it's only on my shard that's doing it, not sure if someone else has been having this issue. My problem is not being able to see any new gumps that I either open manually or gumps that appear automatically like the world tele gump. Basically all it's doing is the client will say "Incoming Gump" but won't actually show the gump, i can still use the infogump though and it shows me all the gump info like it's on my screen. I have v6.1.3 of stealth, if someone can help me out with this issue that would be awesome and thanks again Stealth team :D

20
Script Debug / Re: Harvest Script
« on: November 01, 2013, 10:16:24 AM »
Thank you dxrom :D, helpful as always and I'll give this a look over and hopefully it can help me some more :)

21
Script Debug / Re: Harvest Script
« on: November 01, 2013, 08:01:35 AM »
Ok thanks for the great info and yeah trying to get stealth working but can't get the latest version for some reason :(. Now I know which to use in which situation though :D, thanks again for the help :D

22
Script Debug / Re: Harvest Script
« on: November 01, 2013, 07:49:24 AM »
Thanks Endless, would you say the event movement is more efficient or path finding for movement of your char, or does it just boil down to preference? :D

23
Script Debug / Re: Harvest Script
« on: November 01, 2013, 06:22:14 AM »
Ok thanks I'll give them a try and let you know, thanks for the help :D

Post Merge: November 01, 2013, 06:59:47 AM
Thanks dxrom :D, the first one didn't work but the second one works like a charm :). Yeah I need to convert that to c# now so I can start using stealth :), now I just need to learn how to implement moving of my char  :-[..................

24
Script Debug / Harvest Script
« on: November 01, 2013, 05:25:11 AM »
Hey guys this is just a simple harvest script that I put together and it'll work 90% of the time, however it gets caught up before it actually finishes harvesting. Can someone help me out, maybe tell me what I need to add/remove thanks guys in advanced :D
Code: [Select]
;Harvest Flax
finditem VEK G_0
{
  if #findcnt < 1
    return
  set #lobjectid #findid
  set #ltargetkind 1
  event macro 17 0
  wait 80
}
else
{
  finditem WEK G_0
  if #findcnt < 1
  return
set #lobjectid #findid
set #ltargetkind 2
event macro 17 0
wait 80
}

25
Scripting Chat / Re: Scripting with EUO and similar languages?
« on: November 01, 2013, 05:19:00 AM »
Ah ok :) and yeah my motivation is definitely there lol, I haven't even played on my toon for like a week now because I've been doing nothing but trying to learn EUO and C# at the same time lol. I do have one script that I'm working on but it keeps getting hung up, maybe I'll post it to the forums and see if someone can help me out, it's a fairly simple script and maybe I don't have something in there that needs to be there. Thank you crome for the help and direction that I need to go in :) and yeah I think what I want to do is write scripts with C# and stealth just because it doesn't sound as limited as EUO. Well thank you again for the help :)

26
Scripting Chat / Scripting with EUO and similar languages?
« on: October 31, 2013, 02:26:07 PM »
So I've been doing a lot of research, reading, and yes even watching youtube videos to learn as much as I can about scripting because I would like to make my own eventually and also contribute as well :D. So far from what I've gathered is the syntax that is used in EUO closest to C# or is there some other coding language that I need to be studying. Also big props to the Stealth team, I can wait to get to the point to use that application and start writing scripts with that as well, but I need to take baby steps lol. If someone could help me out as far as what language I really need to learn in order to write my own scripts or at least tell me that maybe I just need to start diving in and play around with it and go from there that would be awesome :). I just want to know what is the most efficient way to learn the awesome knowledge that is scripting. Thanks guys in advanced :)

27
New member introductions / Re: Hello Everyone
« on: October 31, 2013, 06:58:46 AM »
Well born in Anchorage but only lived there for a couple of years then my parents took me to VA which is where I'm currently at the moment and I would love the chance to go back and visit the ol' stomping grounds lol.

28
New member introductions / Re: Hello Everyone
« on: October 30, 2013, 11:02:56 AM »
Thanks everyone  :D and yeah can't wait to be a part of the elite scripters lol, one day though, just have to keep doing my research :)

29
New member introductions / Hello Everyone
« on: October 29, 2013, 06:33:45 PM »
Hi guys, I recently found this site and I love it so far. Very informative and I wish I was competent enough to write my own scripts but unfortunately I know nothing about it and I've started from scratch. Anyway, I love UO and I've only been playing for little over three months now but it's an awesome game and the people that I play with on the shard that I play on are awesome. I play on a free shard called Excelsior and love it so far. I was in the Army for 8 years and just recently got out and now I'm back home waiting to go to college and start my own life  :D. I would like to get to the point to write my own scripts though and I've been reading the easyuo wiki and all the documentation they have on there and also the awesome tutorials that Cerveza has written on here as well. I guess my biggest issue is figuring out what I need in a script and how to apply it (I guess that goes for any script though really lol). Well this is my introduction and can't wait until I can contribute to this site like so many other awesome people have done here :)

Pages: 1 [2]