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

Pages: [1]
1
Scripting Chat / Movement Help?
« on: January 11, 2013, 07:37:17 AM »
ok so im making a stealth script..or atleast tryin but im having a semi basic issue i hope

im trying to make the character move north 5 tiles then south 5 tiles

event macro 5 1 mixed with event macro 5 5...well just doesnt cut it as im sure are there any tutorials on movement and how to use your xpos ypos to make movement more fluent and simplified for me

ive also tried move..not sure what the parameters mean there but it seems to just have a constant loop of walking northwest


any advice would help this is what i have so far...please dont crucify me :/

Code: [Select]
go sub setupmove


;***************Hiding Sub***************
;----------------------------------------
sub hide
      If H notIn #charStatus
      {
      event macro 13 21
      go sub stealth
}

;----------------------------------------
;****************Movement****************
sub setupmove

    set %x1 #charposx
    set %x2 #charposy
    wait 5s
    event macro 5 1
    event macro 5 1
    event macro 5 1
    event macro 5 1
    event macro 5 1
    event macro 5 1
    wait 5s
    set %x2 #charposx
    set %y2 #charposy
    event macro 5 5
    event macro 5 5
    event macro 5 5
    event macro 5 5
    event macro 5 5
    event macro 5 5
    go sub hide
}
;----------------------------------------

i know its messed up im just trying to get movement down before i input for skill checks and a cleaner nicer looking code

2
Player Templates / Re: PVP Mage template!!!
« on: October 30, 2012, 08:33:21 AM »
Don't like it....   Requires Max wep & sheild so you don't get potions...   If you only run with a mage weapon you lose half your parry chance.

I've never used pots so to me it's not a huge deal..my survivability is very good 2v1 anymore and and a dismount dead duck...I also have a myst Mage with -15 wep that uses pots and heal stones apples the whole shabang I just personally like my scribe noxxer better kills much faster plus beast against any dex..

3
New member introductions / Re: My weak attempt (Intro)
« on: October 30, 2012, 06:46:06 AM »
Ok my name is Jon I'm from Connecticut we just got hammered by sandy I currently have no power so I'm responding and posting from my phone..

I'm 28 I've been an IT Tech for about 6 years I have a wife 3 kids...I am currently in pre pre pre alpha development in an MMO zombie apocalypse game with 4 other people in C# not too many details on that yet except for that we have the terrain built with about 300 man hours or more already out into tools/world building/3d models/animations so look for an us vs them type open world pvp/open world crafting game come 2015 or so 😉

As for much else eh I'm not sure what else anyone would like to kno..I play on OSI Chesapeake when not too busy with life itself I've focused pretty much 90% of energy on pvp and have been since I started I play a nox scribe parry Mage and now with the dwindling population so I'm looking to get back into some UO related coding to take a break from the regular grinds..
Hope that's a bit better

4
Player Templates / Re: PVP Mage template!!!
« on: October 30, 2012, 06:30:57 AM »
120 Mage
120 eval
120 resist
80 med
110 parry
80 nox
100 scribe

70 dci
30 sdi
40lmc
2/6
15+mr
25hpi
Like 8 hpr
Me template and suit
(Mr/hpr/hpi/casting focus) all optional on what your opinion is

5
New member introductions / My weak attempt (Intro)
« on: October 30, 2012, 05:53:23 AM »
Hi Everyone! Name is Jon been playin UO on and off for about eh...13 years run ins with runuo for about 6 of them in which i had my own shard Anarchy PvP long time ago..sont evpect anyone to know it but thats where i got into scripting and working on UO related programs..the only problem is when i really tried to start getting into EasyUO the community just seemed to be dead so i was referred over here and now i want to try and get back into Automating UO ;) thanks for reading my weak attempt at an intro :D


Pages: [1]