collapse collapse
* User Info
 
 
Welcome, Guest. Please login or register.
* Search

* Board Stats
  • stats Total Members: 989
  • stats Total Posts: 18363
  • stats Total Topics: 2500
  • stats Total Categories: 7
  • stats Total Boards: 35
  • stats Most Online: 1144

Author Topic: !gems  (Read 8142 times)

0 Members and 1 Guest are viewing this topic.

Offline Yite

  • BeBot Apprentice
  • ***
  • Posts: 152
  • Karma: +0/-0
    • Niflheim - Crom
!gems
« on: March 08, 2010, 10:22:27 am »
Did anyone make an updated gems module yet as to my knowledge the current information is a bit old :)
-Yite [Crom]

Offline Drizzurdeen

  • BeBot Apprentice
  • ***
  • Posts: 193
  • Karma: +0/-0
    • Obsidian-Cult
Re: !gems
« Reply #1 on: March 08, 2010, 06:12:06 pm »

Offline Yite

  • BeBot Apprentice
  • ***
  • Posts: 152
  • Karma: +0/-0
    • Niflheim - Crom
Re: !gems
« Reply #2 on: March 09, 2010, 09:54:51 am »
Yeah I saw that but I want more :)

Right I will attempt and write something myself then, what I have in mind is writing a replacement gems that will be able to list gems based on color / item level / item type
So something like:
!gems blue 78 armor
which will list all gems that can be put into that item.

It will have it's own table in the db, thinking of something like:
name,clickable_link,color,level,can_use_in_weapon,can_use_in_armor
str,str,str,int,bool,bool
« Last Edit: March 09, 2010, 10:23:29 am by Yite »
-Yite [Crom]

Offline squattinbull

  • BeBot User
  • **
  • Posts: 29
  • Karma: +0/-0
Re: !gems
« Reply #3 on: April 13, 2010, 05:25:49 am »
Yite!  You are da' man!  This is exactly what I'm talking about.  A lot of good modules are well outdated.  I know there are many scripts out there to replace some outdated modules.  But the scripts are not the same.  Especially when the scripts look all garbled when they are added to the script module.  Just like the gem and alchemy scripts for example.

I'd be more than happy to convert the scripts myself to modules if anyone is willing to spare some free time with me on ventrilo about how to do this.

~Bull~

Offline Yite

  • BeBot Apprentice
  • ***
  • Posts: 152
  • Karma: +0/-0
    • Niflheim - Crom
Re: !gems
« Reply #4 on: April 13, 2010, 09:16:15 am »
Still in the pipeline, I think I have enough knowledge to make this, now all I need is time.
-Yite [Crom]

Offline Mojoh

  • BeBot Rookie
  • *
  • Posts: 4
  • Karma: +0/-0
Re: !gems
« Reply #5 on: May 12, 2010, 10:08:36 pm »
I have a generic gems module that I have been using for some time now...  It seems to work well if you need a generic module.  The text output is easily modified and can be updated to list new gems, tho I have not had the time to put all of the new ones in yet.

1. First is to use the !scripts module to list and display scripts.  I inserted this file into the \Bebot\Modules folder as filename scripts.php.

Code: [Select]
<?php
/*
*
* Display Scripts for APF Sectors.
* Based on Rules_Raid.php by Blondengy
* By Andrew Zbikowski <[email protected]> (AKA Glarawyn, RK1)
* Version 1.0.0
* Converted to script module by Kelmino <[email protected]>
* Modified By Mojoh
*/

$Scripts = new Scripts($bot);

/*
The Class itself...
*/
class Scripts Extends BaseActiveModule
{
var 
$bot;

/*
Constructor:
Hands over a referance to the "Bot" class.
*/
function __construct (&$bot)
{
parent::__construct(&$botget_class($this));

$this -> register_command('all''scripts''ANONYMOUS');
$this -> register_command('all''script''ANONYMOUS');

$this -> help['description'] = 'Shows popup scripts. Scripts are setup by bot admin.';
$this -> help['command']['scripts'] = 'Shows the list of all available scripts.';
$this -> help['command']['script <scriptname>'] = 'Shows a specific script.';
}

/*
This function handles all the inputs and returns output
sutible for send_tell, send_pgroup, and send_gc.
*/
function command_handler($name$msg$origin)
{
$this->error->reset(); //Reset the error message so we don't trigger the handler by old error messages.

$com $this->parse_com($msg, array('com''args''error'));

if(empty(
$com['args']))
return 
$this -> make_list();
else if(empty(
$com['error']))
return 
$this -> make_script($com['args']);

return 
"Command not understood, here's the list of scripts instead: " $this -> make_list();
}

/*
Makes the list of scripts
*/
function make_list()
{
if(
false !== ($handle = @fopen("scripts/script.lst""r")))
{
$content fread($handlefilesize("scripts/script.lst"));
fclose($handle);
return 
"Info File List :: " $this -> bot -> core("tools") -> make_blob("click to view"$content);
}

return 
"Script List :: No Scripts currently available.";
}

/*
Make the Script
*/
function make_script($script)
{
if(
false !== ($handle = @fopen("scripts/".$script.".txt""r")))
{
$content fread($handlefilesize("scripts/".$script.".txt"));
fclose($handle);

$content "<font color=CCInfoHeadline> :::: Script Name [".$script."] ::::</font>\n\n".$content;
return 
"Script :: " $this -> bot -> core("tools") -> make_blob("click to view"$content);
}

return 
"Specified script not found! - " $this -> make_list();
}
// End of Class
?>



2. Second is to list your scripts in a .lst file, script.LST must be placed inside \Bebot\Scripts folder.


Code: [Select]
<font color='#ff0000'>NewScript LsT .01</font><br><font color='#9999ff'>[New Module]</font><br /><br>

<font color='#ff0000'>beta scripts</font><br>

All new players should use command<br><br>



<a href='chatcmd:///tell <botname> !script 1'>New Players Info -- Click Here<br><br>


<a href='chatcmd:///tell <botname> !script 2'>New Players Info -- Click Here<br><br>

<a href='chatcmd:///tell <botname> !script 3'>Gems List

3. Third is to insert a gems script, currently I use this text file.  For ease of use sense I named this file 3.txt and placed it inside the \Bebot\Scripts folder.

Code: [Select]

<font face='hyborianlarge'><center>

- Black Gem Stats -</font><br><br><font color='#5b933d'>*Green colored Gems mark general recipes from the teacher*</font><br><font color='#006ea7'>*Blue colored Gems mark dropped rare recipes*</font><br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 40 : Uncut Black Spinel</u></font><br><font color='#5b933d' face='large_bold'>Black Spinel Bead</font><br>40: +10.0 Strength<br>50: +12.5 Strength<br>60: +15.0 Strength<br>70: +17.5 Strength<br>75: +18.8 Strength<br>80: +20.0 Strength<br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 50 : Uncut Smoke Quartz</u></font><br><font color='#5b933d' face='large_bold'>Cabochon Smoke Quartz</font><br>50: + 62 Combat Rating<br>60: + 75 Combat Rating<br>70: + 87 Combat Rating<br>75: + 94 Combat Rating<br>80: +100 Combat Rating<br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 60 : Uncut Melanite</u></font><br><font color='#5b933d' face='large_bold'>Malefic Oblique Melanite</font><br>60: + 74 Combat Rating (Unholy)<br>70: + 87 Combat Rating (Unholy)<br>75: + 94 Combat Rating (Unholy)<br>80: +100 Combat Rating (Unholy)<br><font color='#5b933d' face='large_bold'>Tempestuous Oblique Melanite</font><br>60: +20.0 Magic Damage (Electrical)<br>70: +23.0 Magic Damage (Electrical)<br>75: +24.5 Magic Damage (Electrical)<br>80: +26.0 Magic Damage (Electrical)<br><font color='#5b933d' face='large_bold'>Baneful Oblique Melanite</font><br>60: +20.0 Magic Damage (Unholy)<br>70: +23.0 Magic Damage (Unholy)<br>75: +24.5 Magic Damage (Unholy)<br>80: +26.0 Magic Damage (Unholy)<br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 70 : Uncut Jet</u></font><br><font color='#5b933d' face='large_bold'>Vicious Marquise Jet</font><br>70: + 95 Combat Rating (1HE)<br>75: +102 Combat Rating (1HE)<br>80: +108 Combat Rating (1HE)<br><font color='#5b933d' face='large_bold'>Scything Marquise Jet</font><br>70: + 95 Combat Rating (2HE)<br>75: +102 Combat Rating (2HE)<br>80: +108 Combat Rating (2HE)<br><font color='#006ea7' face='large_bold'>Glacial Marquise Jet</font><br>70: +23.0 Magic Damage (Cold)<br>75: +24.5 Magic Damage (Cold)<br>80: +26.0 Magic Damage (Cold)<br><font color='#006ea7' face='large_bold'>Igneous Marquise Jet</font><br>70: +23.0 Magic Damage (Fire)<br>75: +24.5 Magic Damage (Fire)<br>80: +26.0 Magic Damage (Fire)<br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 75 : Uncut Tourmaline</u></font><br><font color='#5b933d' face='large_bold'>Tourmaline of Black Flame (Armor only)</font><br>75: Defensive Melee-Proc (2% chance, 35-39 Fire Damage in 4m up to 12 Targets, 3 hits in 9.1 sec)<br>80: Defensive Melee-Proc (2% chance, 36-40 Fire Damage in 4m up to 12 Targets, 3 hits in 9.1 sec)<br><font color='#5b933d' face='large_bold'>Tourmaline of Black Ice (Armor only)</font><br>75: Defensive Melee-Proc (2% chance, 35-39 Cold Damage in 4m up to 12 Targets, 3 hits in 9.1 sec)<br>80: Defensive Melee-Proc (2% chance, 36-40 Cold Damage in 4m up to 12 Targets, 3 hits in 9.1 sec)<br><font color='#5b933d' face='large_bold'>Tourmaline of Black Lightning (Armor only)</font><br>75: Defensive Melee-Proc (2% chance, 35-39 Electrical Damage in 4m up to 12 Targets, 3 hits in 9.1 sec)<br>80: Defensive Melee-Proc (2% chance, 36-40 Electrical Damage in 4m up to 12 Targets, 3 hits in 9.1 sec)<br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 80 : Uncut Royal Onyx</u></font><br><font color='#5b933d' face='large_bold'>Brutal Brilliant Royal Onyx (Weapon only)</font><br>80: +30 Combat Rating, +41 Fatality Rating, +50 Critical Damage Rating<br><font color='#5b933d' face='large_bold'>Ruthless Brilliant Royal Onyx (Weapon only)</font><br>80: +8 Magic Damage, +41 Fatality Rating, +50 Critical Damage Rating<br><font color='#5b933d' face='large_bold'>Mocking Brilliant Royal Onyx (Weapon only)</font><br>80: +21 Hate Increase Rating<br><font color='#006ea7' face='large_bold'>Royal Onyx of the Glacial Fist (Weapon only)</font><br>80: Offensive Melee-Proc (1 Procs per Minute, increases the damage done by your next 4 attacks)<br><br><br></center><center><font face='hyborianlarge'>

- Blue Gem Stats -</font><br><br><font color='#5b933d'>*Green colored Gems mark general recipes from the teacher*</font><br><font color='#006ea7'>*Blue colored Gems mark dropped rare recipes*</font><br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 40 : Uncut Kyanite</u></font><br><font color='#5b933d' face='large_bold'>Kyanite Bead</font><br>40: +10.0 Intelligence<br>50: +12.5 Intelligence<br>60: +15.0 Intelligence<br>70: +17.5 Intelligence<br>75: +18.8 Intelligence<br>80: +20.0 Intelligence<br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 50 : Uncut Azurite</u></font><br><font color='#5b933d' face='large_bold'>Cabochon Azurite</font><br>50: +15.0 Magic Damage<br>60: +17.7 Magic Damage<br>70: +20.3 Magic Damage<br>75: +21.7 Magic Damage<br>80: +23.0 Magic Damage<br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 60 : Uncut Aquamarine</u></font><br><font color='#5b933d' face='large_bold'>Glacial Oblique Aquamarine</font><br>60: +20.0 Magic Damage (Cold)<br>70: +23.0 Magic Damage (Cold)<br>75: +24.5 Magic Damage (Cold)<br>80: +26.0 Magic Damage (Cold)<br><font color='#5b933d' face='large_bold'>Frostwrought Oblique Aquamarine</font><br>60: + 74 Combat Rating (Cold)<br>70: + 87 Combat Rating (Cold)<br>75: + 94 Combat Rating (Cold)<br>80: +100 Combat Rating (Cold)<br><font color='#5b933d' face='large_bold'>Igneous Oblique Aquamarine</font><br>60: +20.0 Magic Damage (Fire)<br>70: +23.0 Magic Damage (Fire)<br>75: +24.5 Magic Damage (Fire)<br>80: +26.0 Magic Damage (Fire)<br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 70 : Uncut Lace Agate</u></font><br><font color='#5b933d' face='large_bold'>Insulated Marquise Lace Agate</font><br>70: +144 Protection (Cold)<br>75: +156 Protection (Cold)<br>80: +167 Protection (Cold)<br><font color='#5b933d' face='large_bold'>Extinguishing Marquise Lace Agate</font><br>70: +144 Protection (Fire)<br>75: +156 Protection (Fire)<br>80: +167 Protection (Fire)<br><font color='#5b933d' face='large_bold'>Grounded Marquise Lace Agate</font><br>70: +144 Protection (Electrical)<br>75: +156 Protection (Electrical)<br>80: +167 Protection (Electrical)<br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 75 : Uncut Sapphire</u></font><br><font color='#5b933d' face='large_bold'>Sapphire of Discord (Armor only)</font><br>75: Defensive Spell-Proc (5% chance, 39 Electrical Damage and removes 79 Mana on Target)<br>80: Defensive Spell-Proc (5% chance, 39 Electrical Damage and removes 99 Mana on Target)<br><font color='#006ea7' face='large_bold'>Sanguine Radiant Sapphire</font><br>75: +144 Protection (Cold), +144 Protection (Fire), +144 Protection (Electrical)<br>80: +156 Protection (Cold), +156 Protection (Fire), +156 Protection (Electrical)<br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 80 : Uncut Moonstone</u></font><br><font color='#5b933d' face='large_bold'>Leeching Brilliant Moonstone (Weapon only)</font><br>80: +18 Magic Life Tap Rating<br><font color='#5b933d' face='large_bold'>Draining Brilliant Moonstone (Weapon only)</font><br>80: +18 Magic Mana Tap Rating<br><font color='#006ea7' face='large_bold'>Moonstone of Bel's Mirth (Weapon only)</font><br>80: Offensive Spell-Proc (2 Procs per Minute, +2800 Spell Penetration for 15 seconds)<br><font color='#006ea7' face='large_bold'>Moonstone of Occult Inspiration (Weapon only)</font><br>80: Buff-Proc (200 Procs per Minute, +3 Magic Damage for 1 second - only Fires of Gehenna, Ice Strike, Lightning Strike, Shockstrike, Smite)<br><br><br></center><center><font color='#00FF00' face='hyborianlarge'>

- Green Gem Stats -</font><br><br><font color='#5b933d'>*Green colored Gems mark general recipes from the teacher*</font><br><font color='#006ea7'>*Blue colored Gems mark dropped rare recipes*</font><br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 40 : Uncut Malachite</u></font><br><font color='#5b933d' face='large_bold'>Malachite Bead</font><br>40: +10.0 Dexerity<br>50: +12.5 Dexerity<br>60: +15.0 Dexerity<br>70: +17.5 Dexerity<br>75: +18.8 Dexerity<br>80: +20.0 Dexerity<br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 50 :  Uncut Chyrsoberyl</u></font><br><font color='#5b933d' face='large_bold'>Cabochon Chyrsoberyl</font><br>50: +120.0 Stamina, +4.0 Natural Stamina Regen<br>60: +141.7 Stamina, +4.7 Natural Stamina Regen</center><br><center>70: +163.3 Stamina, +5.3 Natural Stamina Regen<br>75: +174.2 Stamina, +5.7 Natural Stamina Regen<br>80: +185.0 Stamina, +6.0 Natural Stamina Regen<br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 60 : Uncut Chrysoprase</u></font><br><font color='#5b933d' face='large_bold'>Stormforged Oblique Chrysoprase</font><br>60: + 74 Combat Rating (Electrical)<br>70: + 87 Combat Rating (Electrical)<br>75: + 94 Combat Rating (Electrical)<br>80: +100 Combat Rating (Electrical)<br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 70 : Uncut Peridot</u></font><br><font color='#5b933d' face='large_bold'>Poised Marquise Peridot</font><br>70: + 95 Combat Rating (Bow)<br>75: +102 Combat Rating (Bow)<br>80: +108 Combat Rating (Bow)<br><font color='#5b933d' face='large_bold'>Steady Marquise Peridot</font><br>70: + 95 Combat Rating (Crossbow)<br>75: +102 Combat Rating (Crossbow)<br>80: +108 Combat Rating (Crossbow)<br><font color='#5b933d' face='large_bold'>Thrusting Marquise Peridot</font><br>70: + 95 Combat Rating (Dagger)<br>75: +102 Combat Rating (Dagger)<br>80: +108 Combat Rating (Dagger)<br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 75 : Uncut Prasiolite</u></font><br><font color='#5b933d' face='large_bold'>Prasiolite of the Charged Husk (Armor only)</font><br>75: Defensive Melee-Proc (1% chance, 89-98 Electrical Damage on target, 3 hits in 12.1 sec)<br>80: Defensive Melee-Proc (1% chance, 89-98 Electrical Damage on target, 3 hits in 12.1 sec)<br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 80 : Uncut Emerald</u></font><br><font color='#5b933d' face='large_bold'>Seeking Brilliant Emerald (Weapon only)</font><br>80: +4 Bow Range Modifier, +4 Crossbow Range Modifier<br><font color='#5b933d' face='large_bold'>Frenzied Brilliant Emerald (Weapon only)</font><br>80: +33 Offhand Rating<br><font color='#006ea7' face='large_bold'>Emerald of Zath's Venom (Weapon only)</font><br>80: Offensive Melee-Proc (unknown yet)<br><br><br></center><center><font color='#FF0000' face='hyborianlarge'>

- Red Gem Stats -</font><br><br><font color='#5b933d'>*Green colored Gems mark general recipes from the teacher*</font><br><font color='#006ea7'>*Blue colored Gems mark dropped rare recipes*</font><br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 40 : Uncut Fiery Beryl</u></font><br><font color='#5b933d' face='large_bold'>Crimson Beryl Bead</font><br>40: + 8 Constitution<br>50: +10 Constitution<br>60: +12 Constitution<br>70: +14 Constitution<br>75: +15 Constitution<br>80: +16 Constitution<br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 50 : Uncut Carnelian</u></font><br><font color='#5b933d' face='large_bold'>Cabochon Carnelian</font><br>50: + 70.0 Health<br>60: + 83.3 Health<br>70: + 96.7 Health<br>75: +103.3 Health<br>80: +110.0 Health<br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 60 : Uncut Blood Amber</u></font><br><font color='#5b933d' face='large_bold'>Searing Oblique Fiery Amber</font><br>60: + 74 Combat Rating (Fire)<br>70: + 87 Combat Rating (Fire)<br>75: + 94 Combat Rating (Fire)<br>80: +100 Combat Rating (Fire)<br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 70 : Uncut Rose Quartz</u></font><br><font color='#5b933d' face='large_bold'>Thrashing Marquise Rose Quartz</font><br>70: + 95 Combat Rating (1HB)<br>75: +102 Combat Rating (1HB)<br>80: +108 Combat Rating (1HB)<br><font color='#5b933d' face='large_bold'>Concussant Marquise Rose Quartz</font><br>70: + 95 Combat Rating (2HB)<br>75: +102 Combat Rating (2HB)<br>80: +108 Combat Rating (2HB)<br><font color='#5b933d' face='large_bold'>Violent Marquise Rose Quartz</font><br>70: + 95 Combat Rating (Polearm)<br>75: +102 Combat Rating (Polearm)<br>80: +108 Combat Rating (Polearm)<br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 75 : Uncut Garnet</u></font><br><font color='#5b933d' face='large_bold'>Garnet of Blood (Armor only)</font><br>75: +0.3 Duration on Aegis of Blood<br>80: +0.3 Duration on Aegis of Blood<br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 80 : Uncut Ruby</u></font><br><font color='#5b933d' face='large_bold'>Enfeebling Brilliant Ruby (Weapon only)</font><br>80: +18 Stamina Tap Rating<br><font color='#5b933d' face='large_bold'>Exsanguinating Brilliant Ruby (Weapon only)</font><br>80: +18 Health Tap Rating<br><font color='#5b933d' face='large_bold'>Stupefying Brilliant Ruby (Weapon only)</font><br>80: +18 Mana Tap Rating<br><font color='#006ea7' face='large_bold'>Ruby of Infernal Flames (Weapon only)</font><br>80: Offensive Melee-Proc (2 Procs per Minute, 17-18 Fire Damage on Target, 3 hits in 15.1 sec + 6 Fire Damage in 4m up to 12 Targets, 3 hits in 15.1 sec)<br><br><br></center><center><font color='#FFFFFF' face='hyborianlarge'>

- White Gem Stats -</font><br><br><font color='#5b933d'>*Green colored Gems mark general recipes from the teacher*</font><br><font color='#006ea7'>*Blue colored Gems mark dropped rare recipes*</font><br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 40 : Uncut Rock Crystal</u></font><br><font color='#5b933d' face='large_bold'>Rock Crystal Bead</font><br>40: +20 Armor, + 67 Protection<br>50: +25 Armor, + 81 Protection<br>60: +30 Armor, + 95 Protection<br>70: +35 Armor, +108 Protection<br>75: +38 Armor, +115 Protection<br>80: +40 Armor, +122 Protection<br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 50 : Uncut Zircon</u></font><br><font color='#5b933d' face='large_bold'>Cabochon Zircon</font><br>50: +25 Hit Rating<br>60: +30 Hit Rating<br>70: +35 Hit Rating<br>75: +38 Hit Rating<br>80: +40 Hit Rating<br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 60 : Uncut Corundum</u></font><br><font color='#5b933d' face='large_bold'>Evasive Oblique Corundum</font><br>60: +22 Evade Rating<br>70: +26 Evade Rating<br>75: +27 Evade Rating<br>80: +29 Evade Rating<br><font color='#5b933d' face='large_bold'>Protective Oblique Corundum</font><br>60: +107 Protection<br>70: +125 Protection<br>75: +133 Protection<br>80: +142 Protection<br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 70 : Uncut Achroite</u></font><br><font color='#5b933d' face='large_bold'>Negating Marquise Achroite</font><br>70: +25 Immunity Rating<br>75: +27 Immunity Rating<br>80: +29 Immunity Rating<br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 75 : Uncut Shimmering Opal</u></font><br><font color='#5b933d' face='large_bold'>Shimmering Opal of the Iron Glyph (Armor only)</font><br>75: Defensive Melee-Proc (5% chance, +570 Armor on self for 6 seconds)<br>80: Defensive Melee-Proc (5% chance, +620 Armor on self for 6 seconds)<br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 80 : Uncut Diamond</u></font><br><font color='#5b933d' face='large_bold'>Austere Brilliant Diamond (Weapon only)</font><br>80: +41 Critical Rating<br><font color='#006ea7' face='large_bold'>Diamond of the Indomitable (Weapon only)</font><br>80: Offensive Melee-Proc (2 Procs per Minute, +4305 Armor on self for 6 seconds)<br><br><br></center><center><font color='#FFFF00' face='hyborianlarge'>

- Yellow Gem Stats -</font><br><br><font color='#5b933d'>*Green colored Gems mark general recipes from the teacher*</font><br><font color='#006ea7'>*Blue colored Gems mark dropped rare recipes*</font><br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 40 : Uncut Jasper</u></font><br><font color='#5b933d' face='large_bold'>Jasper Bead</font><br>40: +10.0 Wisdom<br>50: +12.5 Wisdom<br>60: +15.0 Wisdom<br>70: +17.5 Wisdom<br>75: +18.8 Wisdom<br>80: +20.0 Wisdom<br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 50 : Uncut Heliodor</u></font><br><font color='#5b933d' face='large_bold'>Cabochon Heliodor</font><br>50: +120.0 Mana, +4.0 Natural Mana Regen<br>60: +141.7 Mana, +4.7 Natural Mana Regen<br>70: +163.3 Mana, +5.3 Natural Mana Regen<br>75: +174.2 Mana, +5.7 Natural Mana Regen<br>80: +185.0 Mana, +6.0 Natural Mana Regen<br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 60 : Uncut Citrine</u></font><br><font color='#5b933d' face='large_bold'>Sacred Oblique Citrine</font><br>60: +20.0 Magic Damage (Holy)<br>70: +23.0 Magic Damage (Holy)<br>75: +24.5 Magic Damage (Holy)<br>80: +26.0 Magic Damage (Holy)<br><font color='#5b933d' face='large_bold'>Retributive Oblique Citrine</font><br>60: + 74 Combat Rating (Holy)<br>70: + 87 Combat Rating (Holy)<br>75: + 94 Combat Rating (Holy)<br>80: +100 Combat Rating (Holy)<br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 70 : Uncut Pushparagam</u></font><br><font color='#5b933d' face='large_bold'>Hexed Marquise Pushparagam</font><br>70: +144 Protection (Unholy)</center><br><center>75: +156 Protection (Unholy)<br>80: +167 Protection (Unholy)<br><font color='#5b933d' face='large_bold'>Warded Marquise Pushparagam</font><br>70: +144 Protection (Holy)<br>75: +156 Protection (Holy)<br><br>80: +167 Protection (Holy)<br><font color='#006ea7' face='large_bold'>Omnific Marquise Pushparagam</font><br>70: +20.3 Magic Damage<br>75: +21.7 Magic Damage<br>80: +23.0 Magic Damage<br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 75 : Uncut Canary Diamond</u></font><br><font color='#5b933d' face='large_bold'>Canary Diamond of Divinity (Armor only)</font><br>75: Defensive Melee-Proc (3% chance, 90-99 Holy Damage on target), 5% Bonus Damage on Proc<br>80: Defensive Melee-Proc (3% chance, 90-99 Holy Damage on target), 5% Bonus Damage on Proc<br><font color='#5b933d' face='large_bold'>Canary Diamond of Sins (Armor only)</font><br>75: Defensive Melee-Proc (3% chance, 90-99 Unholy Damage on target), 5% Bonus Damage on Proc<br>80: Defensive Melee-Proc (3% chance, 90-99 Unholy Damage on target), 5% Bonus Damage on Proc<br><br><font color='#C0C0C0' face='large_bold'><u>Lvl 80 : Uncut Topaz</u></font><br><font color='#5b933d' face='large_bold'>Merciful Brilliant Topaz (Weapon only)</font><br>80: +21 Hate Decrease Rating<br><font color='#5b933d' face='large_bold'>Fatiguing Brilliant Topaz (Weapon only)</font><br>80: +18 Magic Stamina Tap Rating<br><font color='#006ea7' face='large_bold'>Topaz of Divine Benediction (Weapon only)</font><br>80: Buff-Proc (200 Procs per Minute, casting Radiance or Vitalizing Jolt heals you for a small amount), Offensive Melee-Proc (2 Procs per Minute, heals you for a small amount)</center>

4. Fourth is to register your comalias event to list this file when someone types !gems.  This command ingame is '!comalias add gems script 3'.

That should be it after a bot restart you should have a working !scripts command and a working !gems command.  If you do need to edit the text file, notice that Conan will unformat your list when it splits your text windows so simply reformat your text to include the <center></center> command.

Offline Yite

  • BeBot Apprentice
  • ***
  • Posts: 152
  • Karma: +0/-0
    • Niflheim - Crom
Re: !gems
« Reply #6 on: May 13, 2010, 03:54:13 pm »
Hi,

Yes I know that one but what I've created will allow you to do a search and will produce items links to the item DB.

I'm as good as done all I need to do is put all the information in :)
-Yite [Crom]

Offline squattinbull

  • BeBot User
  • **
  • Posts: 29
  • Karma: +0/-0
Re: !gems
« Reply #7 on: May 31, 2010, 01:01:19 am »
Hey YiTe,

Did you finish this? 
:)

Offline MrHaugen

  • BeBot Rookie
  • *
  • Posts: 14
  • Karma: +0/-0
Re: !gems
« Reply #8 on: June 28, 2010, 07:16:40 pm »
I'm looking for this as well. Hope you can wrap up the work :D

Offline Tsamoonia

  • BeBot User
  • **
  • Posts: 35
  • Karma: +0/-0
    • The Great Ones
Re: !gems
« Reply #9 on: July 29, 2010, 07:15:00 pm »

Quote
2. Second is to list your scripts in a .lst file, script.LST must be placed inside \Bebot\Scripts folder.


Code: [Select]
<font color='#ff0000'>NewScript LsT .01</font><br><font color='#9999ff'>[New Module]</font><br /><br>

<font color='#ff0000'>beta scripts</font><br>

All new players should use command<br><br>



<a href='chatcmd:///tell <botname> !script 1'>New Players Info -- Click Here<br><br>


<a href='chatcmd:///tell <botname> !script 2'>New Players Info -- Click Here<br><br>

<a href='chatcmd:///tell <botname> !script 3'>Gems List


This confused me.  i created a script file under Bebot  ... what do i do with this?    and then the third thing  i just save that under scripts?  and as what .txt or .lst

Offline Tsamoonia

  • BeBot User
  • **
  • Posts: 35
  • Karma: +0/-0
    • The Great Ones
Re: !gems
« Reply #10 on: July 29, 2010, 09:33:02 pm »
nvm i got it ty

 

* Recent Posts
[AoC] special char for items module by bitnykk
[February 09, 2024, 09:41:18 pm]


0.8.x updates for AoC by bitnykk
[January 30, 2024, 11:16:08 pm]


0.8.x updates for AO by bitnykk
[January 30, 2024, 11:15:37 pm]


BeBot still alive & kicking ! by bitnykk
[December 17, 2023, 12:58:44 am]


Bebot and Rasberry by bitnykk
[November 29, 2023, 11:04:14 pm]

* Who's Online
  • Dot Guests: 489
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.
* Forum Staff
bitnykk admin bitnykk
Administrator
Khalem admin Khalem
Administrator
WeZoN gmod WeZoN
Global Moderator
SimplePortal 2.3.7 © 2008-2024, SimplePortal