• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->
Resource icon

Work in Progress TradeIt - GUI driven trade system Beta 1

Software Requirements
None
Server Type
🏢 Live 🏘️ Emu TLP Test
First a thanks to all the other scripters out there. I have used so many of yall's scripts on this site and others as reference material to learn and grow and occasionally (copy/paste). Thanks!


tradeit.PNG



TradeIt.Lua - Trade Items or Coins to PC/NPC

This script provides an easy-to-use interface for trading items or coins to player characters (PCs) or non-player characters (NPCs). It includes auto-fill features for item and player names, drag-and-drop support for items, and the ability to quickly distribute coins to group or raid members.

Key Features:

Drag and Drop:
You can drag and drop items from your inventory onto the window, and the item name will automatically populate the item field.

Auto-complete:
  • Item Names: Start typing the name of an item, and it will auto-complete based on the items in your inventory.
  • Player Names: Begin typing the name of a player, and the script will search for matches in your group, raid, or any PC within 200 units of your character.
  • NPC Names: If you start typing a name, any NPC within 200 units will also appear as an auto-complete suggestion.

Tab Key:
Use the Tab key to auto-complete suggested names and move to the next input field.

Group and Raid Coin Distribution:
  • Group Coin Trade: The script allows you to distribute a specified amount of coins to each member of your group within 200 units.
  • Raid Coin Trade: Similarly, you can distribute coins to each member of your raid who is within 200 units.

Commands:

Show/Hide Window:
INI:
/tradeithide
– Hides the TradeIt GUI window.
INI:
/tradeitshow
– Shows the TradeIt GUI window.


Item Trade Command:
You can trade an item by specifying the item name and quantity.

Format:
/tradeit item <target_name> <item_name> <quantity>

Example1:
INI:
/tradeit item legolas longbow 1
This command will trade 1 longbow to Legolas.

Example2:
INI:
/tradeit item legolas "longbow of total destruction" 1
This command will trade 1 longbow of total destruction to Legolas.



Coin Trade Command:
You can trade coins to a specified target using this command.

Format:
/tradeit coin <target_name> <coin_type> <amount>

Supported Coin Types:
  • platinum
  • gold
  • silver
  • copper

Example:
INI:
/tradeit coin jackthebarb platinum 2450
This command will trade 2450 platinum to the player named Jackthebarb.



Group Coin Distribution:
Distribute a set amount of coins to all group members within 200 units.

Format:
/tradeit group coin <coin_type> <amount>

Example:
INI:
/tradeit group coin platinum 500
This will distribute 500 platinum to each group member.



Raid Coin Distribution:
Distribute coins to all raid members within 200 units.

Format:
/tradeit raid coin <coin_type> <amount>

Example:
INI:
/tradeit raid coin silver 1000
This will distribute 1000 silver coins to each raid member.
Author
dustinisgod
First release
Last update
Rating
0.00 star(s) 0 ratings

Share this resource

Back
Top