Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Q&A

Quests::Q&A This is the quest support section

Reply
 
Thread Tools Display Modes
  #1  
Old 06-04-2013, 06:30 PM
Nerdgasm
Discordant
 
Join Date: Apr 2013
Posts: 419
Default Spell scriber..

We have custom spells on the server, I looked over this link, and did a search couldn't find exactly what I was looking for, sadly... So I'll explain it, it's probably something simple. :P...

So, instead of changing all the spells in the database I don't want to use to level 255, I want the NPC to scribe certain spells... Example;


Code:
sub EVENT_ITEM
{

	if($platinum == 1)
	{
		quest::scribespell(14);
	}
}
Said script, doesn't work. (14 was changed from Burst of Fire(flame?) to Poison Dart, and since you only get two spells at level 1 on the server and there are actually 9 spells you ACTUALLY obtain at level 1 as a Shaman, doing quest::scribespells(1,1) won't work either... Any information//help on this?
__________________
I am the All Mighty Mittens!
Reply With Quote
  #2  
Old 06-04-2013, 06:36 PM
Nerdgasm
Discordant
 
Join Date: Apr 2013
Posts: 419
Default

I guess I could make a scroll, and when you hand him X amount of plat he gives you the scroll for you to memorize, I spose that could be a thing... I just wanted to take the easy way out of things... Lol.
__________________
I am the All Mighty Mittens!
Reply With Quote
  #3  
Old 06-04-2013, 07:48 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,603
Default

Nerdgasm, take a look in the spell_globals table, you can set a required qglobal for certain spells that you don't want to get scribed, it also requires you to set the value in which is required, the name is also nice to put in there so you can modify it later.
Code:
mysql> select * from spell_globals;
+---------+------------+-------------+-------+
| spellid | spell_name | qglobal     | value |
+---------+------------+-------------+-------+
|       1 | Test       | TestQGlobal | 1     |
+---------+------------+-------------+-------+
1 row in set (0.00 sec)
Reply With Quote
  #4  
Old 06-05-2013, 03:42 AM
Nerdgasm
Discordant
 
Join Date: Apr 2013
Posts: 419
Default

I hate messing with Globals, I feel like I'm going to break the darn things, I'll stay with scrolls. .

Thanks though!
__________________
I am the All Mighty Mittens!
Reply With Quote
  #5  
Old 06-05-2013, 01:27 PM
orionsun6
Banned
 
Join Date: Aug 2011
Posts: 1
Default

Your server is going to be so epic!! Don't do anything moderately complex because you are scared... if only there was a way to save and restore digital files.
Reply With Quote
  #6  
Old 06-05-2013, 03:41 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,603
Default

There is! You can use Google Drive, click here.
Reply With Quote
  #7  
Old 06-05-2013, 05:33 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

Quote:
Originally Posted by Kingly_Krab View Post
There is! You can use Google Drive, click here.
Your skill in recognizing sarcasm has been reduced (-1000).
Reply With Quote
  #8  
Old 06-05-2013, 06:02 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,603
Default

Quote:
Originally Posted by Kingly_Krab View Post
There is! You can use Google Drive, click here.
Quote:
Originally Posted by lerxst2112 View Post
Your skill in recognizing sarcasm has been reduced (-1000).
Your skill in recognizing sarcasm has been revoked.
Reply With Quote
  #9  
Old 06-05-2013, 10:02 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

Quote:
Originally Posted by Kingly_Krab View Post
Your skill in recognizing sarcasm has been revoked.
Luckily I backed it up on Google Drive.
Reply With Quote
  #10  
Old 06-05-2013, 10:37 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,603
Default

That's great, haha.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 05:02 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3