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 - Pop Rock

Pages: [1] 2 3 4
1
Scripting Chat / Re: OSI Freeshard?
« on: May 31, 2014, 06:43:07 PM »
Isn't there a way to create like a test shard for yourself? Honestly what I want to do is make a shard to where only I can get on and test templates for pvm... Can anyone help me with that? 0.0

2
New member introductions / Re: Introduction
« on: May 26, 2014, 12:33:35 PM »
Welcome to ScriptUO!

3
Scripting Chat / Re: OSI Freeshard?
« on: May 26, 2014, 11:47:26 AM »
There are plenty of people that play the official servers that I am sure you will have plenty of testers if you need some.

sounds like a plan ^.^

4
Scripting Chat / Re: OSI Freeshard?
« on: May 25, 2014, 10:17:08 AM »
Dang man that sucks! That was my only idea on how to test my scripts for osi, that and having someone else do it... :/

5
Scripting Chat / OSI Freeshard?
« on: May 24, 2014, 05:45:54 PM »
I don't play OSI right? Well is there a way to make a copy of OSI and run it on your computer just by yourself? Like you're the only one on the server? I know theres a way you can host a server but I'd rather just have myself in it so I can test the scripts I'm writing to fit to OSI also... Can anyone help with this?

6
Scripting Chat / Re: Heartwood Script help?:(
« on: May 24, 2014, 01:08:43 PM »

7
Scripting Chat / Re: Heartwood Script help?:(
« on: May 24, 2014, 12:27:53 PM »
I edited my last response to better explain what I'm having trouble with

8
Scripting Chat / Re: Heartwood Script help?:(
« on: May 24, 2014, 09:46:22 AM »
Ok, I looked through the scripts and I'm using said3's script (http://www.scriptuo.com/index.php?topic=11241.0) to base my accepting of the quest off of... One problem though... Where is Kalocr? I'm guessing its a script, but i can't seem to find it.... :/


I've got it to where it'll check the name of the gump so if it is the paperdoll, it'll exit it and move on... Here's what I have for that..

Code: [Select]
set %quester VM
set %quest_gump_size 507_496
set %paperdoll_gump_size 262_324

sub getquest
    get:
    finditem %quester
    set #lobjectid %quester
    event macro 17 0
    wait 15

    accept:
    if ( #contname = generic_gump && #contsize = %quest_gump_size )
       {
        set #contposx 50
        set #contposy 50

        ;I need to figure out how to find out if it is the right quest.. :/

        ;set %clickx 200
        ;set %clicky 488
        ;click %clickx %clicky
       }
    if ( #contname = paperdoll_gump && #contsize = %paperdoll_gump_size )
       {
        set #contposx 100
        set #contposy 100
        set %clickx 200
        set %clicky 200
        wait 15
        click %clickx %clicky r
        goto accept
       }
       
   

The part I need help on right now is how to tell if the quest that appeared, is the right quest so i can accept it... Can anyone help? 0.0

9
Scripting Chat / Re: Heartwood Script help?:(
« on: May 22, 2014, 08:09:28 PM »
Ok so the shard I was on when I origionally wrote this script was a classic quest system. But the shard I'm on now is a ML System... That's what I'm having problems with... :/ really its just how to find the right quest and to accept it... :////

10
Scripting Chat / Re: Heartwood Script help?:(
« on: May 22, 2014, 12:55:38 PM »
Sorry for the small amount of info!!!

Ok, so what I need to do is to have it:

-Dclick the npc
-Scan the quest
-If it is the right quest
-Accept the quest
-If it is NOT the right quest
-Go to Dclick

Here is what it origionally was:


Code: [Select]
sub getquest
get:
finditem %quester G
if #finddist > 8
 event pathfind #findx #findy #findz
wait 10
gosub bookcheck
if %found = #true
 return
exevent popup %quester 1
set %jindex #jindex + 1
wait 30
if #contsize = 512_443
 return
if #contsize <> 512_603 && #contsize <> 512_643
 {
  wait 10s
  goto get
 }
if %vendor = Sleen
 {
  set %craft1x #contposx + 370
  set %craft1y #contposy + 607
 }
else
 {
  set %craft1x #contposx + 370
  set %craft1y #contposy + 560
 }
click %craft1x %craft1y
wait 30
gosub journal_scan You_have_accepted_the_quest.
if #result = #true
 {
  event sysmessage accepted quest!
  repeat
  {
   set %timeout #scnt + 5
   set %craft2x #contposx + 365
   set %craft2y #contposy + 400
   click %craft2x %craft2y
   wait 20
  }
  until #contsize <> 512_443 || #scnt > %timeout
  return
 }
if #result = #false && #contsize <> 512_443
 gosub findbook
if %found = #false
 {
  ;event sysmessage result is false
  wait 10s
  goto get
 }
return

As you can see, this script was designed for the older version of the game where you still had quest books,
so I'm having to update it!! XD

Then all i'll need to do is add a sub to mark the quest items as quest items, which should be easy! Then I should be done :D

11
Scripting Chat / Heartwood Script help?:(
« on: May 20, 2014, 04:51:41 PM »
Ok guys, so I wrote a script that would do heartwood, completely automated, until you ran out of resources, right? Like I used to run it for weeks and weeks and come up with 100's of barbed runic kits or val hammers (this was on a freeshard that was a copy of osi with some stuff added XD). Anyways, my problem is that the script was written before the new questing system, where you have to dclick and cylce through the quests... Anyways, can someone help me with all this new stuff and putting it in my script? 0.0 If I get it working, I plan on releasing it to the public!! :D

12
Player Templates / Re: Stealth PvP Template help?
« on: May 11, 2014, 05:34:24 PM »
Hey guys sorry, been busy with finals cramming XD anyways i think i remember a template i used to use... Let me know what you think:)

Anat 100
Archery 120
Chiv 60
Hiding 100
Ninja 100
Stealth 75
Tactics 120

Which leaves me with 55 points left over...

This is a template (the part i remember at least) that i used to run back in the day lol. I would carry bolas, and pots consisting of conflag, cure, expl, and some smoke bombs (thank you dxrom for jogging my memory lol), and shuriken.  If I remember right, it was really a Grieving Archer, at least that's what I used to call it lol. The point of this character is to be able to stealth into fel dungeons and grieve >:) I would either bola them or dismount shot them, use pots to help me kill them as i chase them down while still shooting and poisoning them with shuriken. Then when they were dead i would loot them, and if i were feeling generous, not lure spawn to their body lmao. This was also a support pvp character, just a stealth dismount archer to poison, dismount, etc. :) I'm honestly not sure if I'm remembering the template correctly, so if you see a problem with my template, feel free to critic lol I've recently come back to UO and honestly, I've probably forgotten more about UO than most people know about it lmao :)

13
Player Templates / Re: Healing Sampire
« on: May 02, 2014, 02:52:47 PM »
Hmm... Well, on the shard i'm on now, they just introduced runic carp kits.. I might change my weapon skill to Mace Fighting and use staffs or something like that... Correct me if i'm wrong, but macing is the hardest hitting weapon skill correct?

14
Player Templates / Re: Stealth PvP Template help?
« on: May 02, 2014, 02:50:02 PM »
Ok, how's this sounding?


Hiding 100
Stealth 75
Archery 120
Tactics 120
Ninja 80

Other than that, I really don't have any idea what to put on a stealther XD maybe parry for extra protection from dexxers and resist spells for mages?

15
Player Templates / Re: Healing Sampire
« on: May 02, 2014, 02:45:53 PM »
The whole purpose of a Sampire build it to be able to leach from damage  you do, Hit hard and fast.   Suit, weapon and max skill are important to stay alive.   With leach from damage ,confidence, CW I'm doing very well.     With weapon skill at 100, you will be missing more then 120.  I had seen multiple variation of Sampire build.  Not saying that your will not work,  but what more important is what you are comfortable with and the style you are playing.    Maybe you should try a Wammy, if you want to run with healing.

The reason I have healing is that I couldn't do enough damage to keep myself alive when fighting a champ boss... Eventually i want to be able to solo champs on my sampire... Any ideas for a template that will be able to do that? XDD

Pages: [1] 2 3 4