Script requests

For general discussion concerning Pangaea

Moderator: Game Masters

Shalinn
Posts: 429
Joined: Wed Mar 18, 2009 9:00 am
Location: Oulu, Finland
Contact:

Re: Script requests

Post by Shalinn »

Kent Strider wrote:
regdab wrote:anyone have a simple tree chopping script? i couldn't get the other one to work.
If anyone finds this script let me know!
Got a script. Just not willing to share it :lol:
Shalinn.
633-044-236 Britain
Kent Strider

Re: Script requests

Post by Kent Strider »

So sweet
User avatar
Vaux27
Posts: 3629
Joined: Mon Feb 14, 2011 5:54 am

Re: Script requests

Post by Vaux27 »

I need a simple manavamp drinking script. Something like #int = 40 click 312 245 or whatever.
632-140-419
Xerxes
Posts: 501
Joined: Sat Feb 14, 2009 11:02 am
Location: Holland
Contact:

Re: Script requests

Post by Xerxes »

Shalinn wrote:
Kent Strider wrote:
regdab wrote:anyone have a simple tree chopping script? i couldn't get the other one to work.
If anyone finds this script let me know!
Got a script. Just not willing to share it :lol:
Then what contribution did your reply has to this threat? Sheer gloating?
Seriously, if you dont feel like helping out then don't bother to post here.
Only will cause annoyment/anger with other people.
Bird location: 312331437
Kent Strider

Re: Script requests

Post by Kent Strider »

+1 to Xerxes
Uzriel Raven
Posts: 445
Joined: Sun Nov 16, 2008 1:06 am

Re: Script requests

Post by Uzriel Raven »

Shalinn wrote:
Kent Strider wrote:
regdab wrote:anyone have a simple tree chopping script? i couldn't get the other one to work.
If anyone finds this script let me know!
Got a script. Just not willing to share it :lol:
I'd punch you in the ear really hard if I could. Trust me, it's more painful than it sounds. We have enough people stirring up the crap. You posted nothing with that message, so we'd be better off if you'd stfu until you can contribute.

That said, I feel your pain guys. I tried scripting a tree harvesting script, but I haven't figured out how to do it without a predetermined path. I figured out how to make it randomly target trees and move to/harvest them. That's the thing though, it was ALWAYS random, couldn't come up with a way to control the madness. I'll look into it though, I know it'd really help the wood working classes. (If you know how to do this, PM me or post an example. I'm always eager to learn more.)
User avatar
Vaux27
Posts: 3629
Joined: Mon Feb 14, 2011 5:54 am

Re: Script requests

Post by Vaux27 »

And how about you guys ignoring my manavamp drinking script request!

Shame on all of you!
632-140-419
Piri
Posts: 65
Joined: Mon Feb 23, 2009 2:13 pm
Location: Winland
Contact:

Re: Script requests

Post by Piri »

Loop:
if #int = 40
{
finditem LEFKFOE
set #lobjectid #findid
event macro 17 0
goto Loop
}
else goto Loop

Should work on normal manavamps atleast
User avatar
Ivan
Posts: 3306
Joined: Sat Dec 13, 2008 8:27 pm
Contact:

Re: Script requests

Post by Ivan »

Piri wrote:Loop:
if #int = 40
{
finditem LEFKFOE
set #lobjectid #findid
event macro 17 0
goto Loop
}
else goto Loop

Should work on normal manavamps atleast

That ID you use in finditem changes in every stack of potions... there is no itemtype for manavamps and clumsies separately, so that script wont work for anyone else than you.
Start:
set #targcurs 1
event SysMessage Target potions!
potions:
if #targcurs = 1
{
goto potions
}
set %manavaps #Ltargetid

Loop:
if #int = 40
{
finditem %manavamps
set #lobjectid #findid
event macro 17 0
goto Loop
}
else goto Loop
This one is edited version of the earlier one it asks for the manavamp potion stack and saves the id after targetting, though you must target again each time you start the script again. It wont work with blesses and int jewels might fuck it up and you need to switch manalimit to be perfect for your chars. You can use it for clumsies if you change #int -> #dex and set the limit correct.
User avatar
Monad
Game Master
Posts: 2522
Joined: Tue May 31, 2011 1:30 pm

Re: Script requests

Post by Monad »

Don't post scripts here, but post them on the script forum.
Post Reply