EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Quests::Custom (https://www.eqemulator.org/forums/forumdisplay.php?f=671)
-   -   Random Stuff. (https://www.eqemulator.org/forums/showthread.php?t=37234)

knowom 10-18-2013 10:31 PM

Quote:

Originally Posted by Kingly_Krab (Post 224678)
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.

Kingly_Krab 10-20-2013 03:39 PM

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

Kingly_Krab 11-03-2013 12:11 PM

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

Kingly_Krab 11-18-2013 10:05 PM

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

Kingly_Krab 11-18-2013 11:20 PM

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.

Kingly_Krab 11-29-2013 02:33 AM

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


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

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.