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

Pages: [1] 2
1
Scripting Chat / Re: inscription
« on: August 22, 2011, 08:24:23 AM »
I'm not 100% sure if their is one on these boards,  I vaguely remember seeing one once here or over on EUO... Stupid question but you have checked the script sections ....

yeah i found one on easy redoing it though it was trying to make mystic scrolls for gate lol

2
Scripting Chat / Re: inscription
« on: August 21, 2011, 07:50:42 PM »
hmm i checked the search but all i came up with was jaf's and mar's scripts which make and fill books

3
Scripting Chat / inscription
« on: August 21, 2011, 08:20:06 AM »
does anyone have just a simple script to make mass amounts of 1 type of scroll main recall and gate travel?

4
Character skill advancement / Re: Guadah's Magery Trainer
« on: August 19, 2011, 03:28:11 PM »
List the Exact name of the items that it is not counting and I will look into it tomorrow.  Should be an easy enough fix.

Etoile Bleue and Novo Bleue and Sccrapper's Compendium


5
Script Debug / just a question
« on: August 18, 2011, 07:26:42 PM »
would it be possible to setup one of auto attack scripts to attack the acid slugs in underworld to train archery/throwing?

6
Character skill advancement / Re: Guadah's Magery Trainer
« on: August 18, 2011, 07:24:47 PM »
I ran this for 5 hours last night, it counted everything in my suit and worked my skill to GM with no issues what-so-ever.  I don't support free-server modifications, but feel free to modify the script to your needs if you like.

its working just didnt add up my suit right is all, im on a OSI server, its gotten me from 83 to 107 so far so not complaining =P

7
Character skill advancement / Re: Guadah's Magery Trainer
« on: August 17, 2011, 03:21:50 PM »
script is not seeing the proper FC and FCR i have scrappers spell book blue jewel set so i have 3 fc and 7 fcr and it shows 1 for each on the script

8
Crafting / Re: frneo's Weapon Crafter v2.0 out 08/07/11
« on: August 07, 2011, 10:41:21 AM »
anyway to set this up to just grab whatever runic hammer you have in a bag? reason i ask is because i have mostly shadow and copper hammers all in a bag, also my imbuner is on a different chr due to being full on my smith, anyway to setup the unravel bag to be in a secure and not have to unravel?

9
Crafting / Re: Mwincs. Crafting Scripts
« on: August 07, 2011, 10:38:56 AM »
You can use any leather, but yes, you use regular sewing Kits.

yeah i realized the leather part, got 4 full sets of garg leather armor so far, pretty handy script

10
Crafting / Re: Mwincs. Crafting Scripts
« on: August 06, 2011, 04:45:33 PM »
so with making the leather armor you just use normal leather and a normal sewing kit?

11
been using this script for a few days now, bought to 40 and now i seem to have hit a wall at 96.3, great script just super slow once you hit 90

12
nvm i r slow tonight and  read through and figured it out

13
Try this one:

FYI this script isn't finished, you have to select ALL LOGS for it to work correctly. Don't think it counts them or anything. I'm not officially releasing it, but it's there if you want it.

Over-all, it's faster running the two things seperately because otherwise your wasting time chopping 20 oak boards, as opposed to the 250 when script is dedicated to chopping logs into boards.

Been slowly working on a way to get it to be selective, and display properly. Not to far off, so look out for the propper release of my log splitter.

awesome thanks for this =P

14
"You can't do that" wasn't in my list :S

Now been changed to:
Code: [Select]
if You_can't_ in #sysmsgThis will incorporate the new and old #sysmsg's

Also, Gimlet, added dispel sub for you.

Although I think I've found the issue over-all, when implimenting TM's travel subs, I think I missed the return to tree's after dropping off wood.

Let me know if it works, I haven't have time to test the updates as I'm frantically trying to get mace and shield glasses :p

Works like a charm!

now only if it made boards it would be perfect! =P

15
It is most likely trying to continue chopping from your last know point because your recall book hadn't recharged, or it simply failed to recall. Don't stop the script, let it sort it's self out. It's written to not stop just because it can't find any trees, it should simply go to another rune eventually. What is the system message produced when your at your secure and it tries to chop?? The script is designed to search for several system messages whilst chopping:

Code: [Select]
if You_can't_use_ in #sysmsg
   {
   break
   }
if Target_cannot_be_seen in #sysmsg
   {
   break
   }
if too_far in #sysmsg
   {
   break
   }
until not_enough_wood in #sysmsg
return

If it's non of those, then it won't stop. So I need a little more information on your part.

it says
"What do you want to use this item on?"
"you can't do that"


Pages: [1] 2