Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Custom

Quests::Custom Custom Quests here

Reply
 
Thread Tools Display Modes
  #16  
Old 10-18-2013, 10:31 PM
knowom's Avatar
knowom
Discordant
 
Join Date: Jun 2006
Posts: 371
Default

Quote:
Originally Posted by Kingly_Krab View Post
A custom system I made myself, although not exactly an original idea, just an original take on it. So, as you progress through Rebirths, your power increases.

Rebirth 0: http://prntscr.com/1vrt10
Rebirth 100: http://prntscr.com/1vrt83

The damage is calculated as so:
Code:
damage = damage * (rebirth / 5)
Teleporters:
Non-Rebirth Teleporter: http://prntscr.com/1vwmfx
Rebirth Teleporter: http://prntscr.com/1vwmk3

Those teleporters are temporarily set as shown in the picture, but can be changed in the future, these are just random zones, not actual content.
Looks reminiscent of how UO or Skyrim skill up system works I like it I see a lot of potential applied uses for it.

I hope this concept can be expanded to branch off in different directions like you might apply this type of idea to item property stats to evolve with increased usage and it could be used to either increase or decrease the stats they could even be interchangeably used together on a case by case basis.

You might even do it with individual spawns and the difficulty on them, the experience yielded from killing them, the loot table % chances for their rare drops, cash drop amount, or whatever else you can think up kind of like Darwinism in a sense.
__________________
"We are all on the same team, and I think not enough people realize this."
- Leetsauce
Reply With Quote
  #17  
Old 10-20-2013, 03:39 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,589
Default

I have, as of today, incorporated quite a large amount of weapons in to my pets as well as pet scaling based on Rebirth if you're above 0 Rebirth and Charisma if you're 0 Rebirth.

Pet Menu and Items that you may equip: http://prntscr.com/1ym9ke
Rebirth 1 Magician Pet: http://prntscr.com/1ym9dg
Rebirth 100 Magician Pet: http://prntscr.com/1ym9tc
Reply With Quote
  #18  
Old 11-03-2013, 12:11 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,589
Default

Here is an updated report system that tells who cleared the messages and tells you how many messages you have to view upon login if you're equal to or above 80 status.
http://pastebin.com/6n2eJGP9
Reply With Quote
  #19  
Old 11-18-2013, 10:05 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,589
Default

I have worked on direct messages to clients from anywhere in the game, here are some pictures.
Sending: http://prntscr.com/255r35
Recieving: http://prntscr.com/255qog

Here's the code, place it in global_player.pl: http://pastebin.com/YKUEEhD5
Reply With Quote
  #20  
Old 11-18-2013, 11:20 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,589
Default

Here is a level-based teleporter that has an array in the hash, it that works as follows:
Code:
#Zone ID | Minimum Level | Maximum Level
my %zonelist = (1 => [1, 5]);
The code is here.
Reply With Quote
  #21  
Old 11-29-2013, 02:33 AM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,589
Default

Here is plugin::Slot, it returns the slot name from the id, such as slot 9999 is Powersource so it works like this:
Code:
quest::say("Your " . plugin::Slot(9999) . " slot contains " . quest::varlink($client->GetItemIDAt(9999)) . ".");

NPC says, 'Your Powersource slot contains Pure Energeian Elemental Orb.'
http://pastebin.com/R60Tbb5e
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 08:40 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