Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 12 of 12
Search took 0.01 seconds.
Search: Posts Made By: phate8908
Forum: General::General Discussion 01-04-2019, 02:51 AM
Replies: 19
Views: 8,414
Posted By phate8908
uleat, i know actual evolving items aren't...

uleat, i know actual evolving items aren't implemented :P i was just giving options.... because... who doesn't like options :D
Forum: Spell Support 01-03-2019, 07:20 PM
Replies: 3
Views: 3,212
Posted By phate8908
short explination: use 2970 instead of 2570... ...

short explination:
use 2970 instead of 2570...

long explination:
npcs behave odd with group spells, they can't use the mechanic target group buff so, any group buff will cast on the npc's...
Forum: General::General Discussion 01-03-2019, 07:01 PM
Replies: 19
Views: 8,414
Posted By phate8908
before you read... i refrence only lua for any...

before you read... i refrence only lua for any quest script stuff... i'm sure there is a perl alternative but... i'm too lazy to look it up...



This...
Forum: Support::General Support 01-03-2019, 12:29 PM
Replies: 6
Views: 2,710
Posted By phate8908
whitespace matters sub EVENT_SAY { if...

whitespace matters

sub EVENT_SAY {
if ($text=~/Hail/i) {
quest::say("Hello.");
}
}

side note: #questerrors is a useful command when writing quest scripts
Forum: Support::General Support 01-03-2019, 07:42 AM
Replies: 2
Views: 2,653
Posted By phate8908
did a bit of digging, so far the only...

did a bit of digging, so far the only requirements that i'm seeing is this

Must be level 50+ (Requirement is inside of the zone table)
Must have The Scepter of Shadows...
Forum: Quests::LUA 01-02-2019, 09:09 AM
Replies: 0
Views: 7,148
Posted By phate8908
Anti-MQ2 Reward NPC

credits to poru (http://www.eqemulator.org/forums/showthread.php?t=41283) for the original script wrote in perl

REQUIRES:
MySQL Connect (http://www.eqemulator.org/forums/showthread.php?t=42243)...
Forum: Quests::LUA 01-02-2019, 09:00 AM
Replies: 0
Views: 6,645
Posted By phate8908
Client:GetAccountName()

this adds GetAccountName() to client in lua since for some reason we don't have it there

Append to client_ext.lua

function Client:AccountName()
local AccountName = ""
local MySQLi =...
Forum: Quests::LUA 01-02-2019, 08:56 AM
Replies: 0
Views: 8,335
Posted By phate8908
MySQL connect

Enjoy!

Files needed:
mysql.lua (https://raw.githubusercontent.com/luapower/luapower-all/master/mysql.lua)
mysql_h.lua (https://raw.githubusercontent.com/luapower/luapower-all/master/mysql_h.lua)...
Forum: Development: Custom Code 12-28-2018, 11:14 PM
Replies: 0
Views: 1,763
Posted By phate8908
Fix for leveling past level 86

there is currently a bug where if your character is past level 86 and gains exp then it will automaticly be reset back to 86. reason for this is a buffer overflow on the pull of character data from...
Forum: Development: Custom Code 12-28-2018, 10:45 PM
Replies: 0
Views: 2,233
Posted By phate8908
lua door:IsDoorOpen()

i was looking for a way for my lua script to be able to see if a door is open or close... sadly couldn't find any way to do that besides making a timer but that seemed a bit hackish... so.. i made...
Forum: Quests::Plugins & Mods 12-28-2018, 12:16 PM
Replies: 0
Views: 6,686
Posted By phate8908
lua npc whisper

append this to the end of lua_modules\npc_ext.lua

this is just the lua version of whisper, same thing as the perl version

function NPC:Whisper(Client, Message)
local TextColor = 315;...
Forum: Quests::Submissions 12-28-2018, 11:08 AM
Replies: 0
Views: 21,546
Posted By phate8908
bazaar\Caelyna.lua

got bored and decided Caelyna needed a rework, Enjoy!


--############
--Quest Name: bazaar\Caelyna
--Author: Dencelle
--NPCs Involved: 1
--Items Involved: 216
--#################
Showing results 1 to 12 of 12

 
Forum Jump
   

All times are GMT -4. The time now is 11:30 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3