Main Page: Difference between revisions

From Dyrdex.com
Jump to navigation Jump to search
No edit summary
 
(100 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Notes=
[[File:Wizard.png|thumb|right|frame|400px|]]
[[The Wilds]]
[[Vast Horizons]]


=Storage=
This website is for quick reference to my own stuff, stuff for friends, etc.
 
=Common Eq Tables=


  [[Lowbie Eq]]
  [[Lowbie Eq]]
  [[Common Av EQ]]
  [[Common Av EQ]]


=Character Stuff=
=Class EQ Stuff=
 
'''EQ guides:'''
[[Cleric Guide]]
[[Barb Guide]]
[[Thief Guide]]
[[Fathomer Guide]]
 
==Equipment Examples==
 
  [[Warrior EQ]]
  [[Warrior EQ]]
[[Paladin EQ]]
  [[Cleric EQ]]
  [[Cleric EQ]]
  [[Aug EQ]]
  [[Aug EQ]]
Line 17: Line 27:
  [[Fat EQ]]
  [[Fat EQ]]
  [[Ranger EQ]]
  [[Ranger EQ]]
[[Cleric EQ]]
  [[Mage EQ]]
  [[Mage EQ]]
[[Neph EQ]]
[[Druid EQ]]


=Random Stuff=
=Spell Lists=
[[File:Aules_Equipment.txt]]
[[File:Database.exe]]
 
=TinTin++ Stuff=


Files:
[[Mage Spells]]
  http://dyrdex.com/tintin
[[cleric bot|Cleric Spells]]
  [[cleric deity info|Cleric Paths/Deities]]
[[Druid Spells]]
[[Neph Spells]]
[[Paladin Spells]]


[[Documentation]]
[[notepad]]


Change Log:


RELEASE 9.29.2017
=Random Stuff=
9/29/2017: Updated prompt scripts to include area name and gold on-hand from msdp data.
            Added $gold variable from msdp data, gold value with comma's removed. For purpose of:
            Added 'givegold' variable to give $gold coin %0, so you can make your alts dump gold on your bank char.
              (Useful for when multi with 'botson' in mithril hall: gt givegold mainchar = all alts dump gold on mainchar)
            Fixed inventory adjusting after restocking recalls.
            Added a permanent 'test' script and aliases 'teston/testoff' See documentation under "Testing/Development".
   
    Scripts Updated: blood_prompt.tin, lowbie_mana_prompt.tin, nonmana_prompt.tin, mana_prompt.tin
                    basic_utilities.tin, newtin/genres/dragonslayer.tin


[[2021 Shop Log]]
[http://dyrdex.com/auction.txt Auction Log]


[[Hedge Maze]]
[[Dragon Gloves/Helm]]


RELEASE 9.28.2017
  [[Newb Guide]]
  09/27/2017: Multi control: ses%0 variable tweaked. Use ses# to jump to another session number now.
            Restocking: 'restock' alias switched to use 'fill' and auto-update on-hand counts.
            Prompting: setprompt aliases moved to basic_utilities.tin for more global application.
            Prompting: Added blindness alert in lower line when blinded.
            Prompting: Max Moves removed from all prompts to save space
            Clearing states upon quit: quit now also does 'fightoff' 'botoff' so you don't relog with those enabled.
            Eq Tracking: if eq hits -1, do nothing.


=TinTin++ Stuff=


*I'm currently working on a basic shareable framework, it's not fully complete yet, but info here:
[[TT5 documentation]]


RELEASE 9.2.2017
*Other Random TinTin Stuff:
09/01/2017: Added Custom Prompt, EQ Damage Tracking, Repair, Disarm triggering, additional documentation on auto fight/heal scripting.
**[http://dyrdex.com/screenshots Screenshots] of my current tintin++ GUI.
09/05/2017: Added manual eq entry aliases 'eqset' & 'itemac'.
***[[GUI Tutorial]]
            Added 'finddirs %0' alias to search for dir keywords from dirslist and output short-hand code and full dirs.
**[http://dyrdex.com/tinscripts Scripts] that I sometimes share go here.
09/06/2017: Moved hp capture into prompt config, revamped prompts for 2 line prompts.
            Aliases to set in-game prompting to trigger tintin custom prompt:
              aliases: setmanaprompt, setnonmanaprompt, setbloodprompt, setlowbiemanaprompt
09/12/2017: Fixed autofight in lieu of prompt changes.  
            Added 'reload' alias to handle no welcome screen triggering after LD/Reconnect.
            Updated inventory management aliasing so it's just one alias now: 'setinv' or 'invset', both work.
            Spell duration countdowns setup, true and sanc, incorporated into custom prompting.
09/14/2017: Starting setting up multi aliasing. 'logarmy' 'groupall' 'regroup', and things like that.
            How this should be organized is TBD. Considered experimental for now.  
09/22/2017: MSDP support built into prompt, more multi/bot control setup, run scripting added.
RELEASED 9.2.2017
 
 
           
 
 
To Do List:
Setup a lowbie config. Their eq ac values are so much lower that the stock removal of gear at ac5 causes too many removals.
  Should also include various hit messages for shitty lowbie attacks so the autofight script works.
  Should also include other lowbie potion stock/use messages for auto-heal script to work. 
Setup damage traffic for when blind and message is 'something gets damaged', have it adjust ALL gear ac by 1 for safety.  
Setup more direction aliases to leveling mobs, phunbaba, welmar, spectrum, kialel, famine/pestilence, all come to mind.
Ask around to see what AC on weapons/lights should be presumed to be. They have no ac, but do get hit, and they WILL scrap.
Find all of the spell/quaff failure messages. Some still missing making requaff/recast triggers incomplete.
           
 
Old Overview: shouldn't really need this at this point, but I'll keep it around:
[[General Overview]]

Latest revision as of 21:44, 25 April 2022

This website is for quick reference to my own stuff, stuff for friends, etc.

Common Eq Tables

Lowbie Eq
Common Av EQ

Class EQ Stuff

EQ guides:

Cleric Guide
Barb Guide
Thief Guide
Fathomer Guide

Equipment Examples

Warrior EQ
Paladin EQ
Cleric EQ
Aug EQ
Vamp EQ
Thief EQ
Barb EQ
Fat EQ
Ranger EQ
Mage EQ
Neph EQ
Druid EQ

Spell Lists

Mage Spells
Cleric Spells
Cleric Paths/Deities
Druid Spells
Neph Spells
Paladin Spells
notepad


Random Stuff

2021 Shop Log
Auction Log
Hedge Maze
Dragon Gloves/Helm
Newb Guide

TinTin++ Stuff

  • I'm currently working on a basic shareable framework, it's not fully complete yet, but info here:
TT5 documentation