Page 1 of 4 123 ... LastLast
Results 1 to 10 of 32

Thread: IMPROVEMENT IDEA - PRESETS for FORMATION/RUNES/WEAPONS

  1. #1
    Ironheart
    Join Date
    Jul 2013
    Posts
    258

    IMPROVEMENT IDEA - PRESETS for FORMATION/RUNES/WEAPONS

    I don't know about the rest of you but I am SICK of constantly tuning my formations, gear and rune configurations when combating next levels of Boss NPCs from story line, or Baal/Cerb event monsters, Hero Realm or general component grinding or Arena Play. Each of these all need different formations and equipment and rune arrangements to get optimum attack or defense etc. and a quick way to get back to normal to prevent getting raped and pillaged post baal/cerb event for your fat wallet when you win last hit coinage.

    Especially the Hero Realm area needs different attacker kinds (magic casters or physical attackers) when at the edge of your power and skill abilities.

    PRESETS IS THE ANSWER

    Give us about 4 or 5 buttons we can press inside our formation or hero screen to define formations/rune/Equip configurations (and let us label them: e.g. "kick Baals butt preset"). Pressing the button would autoload a predefined setting that we define. This way swapping from one to another (guild wars etc.) would be so much faster and better and make for more fun and less hassle game play...


    Last edited by RiverBummer; 08-08-2013 at 06:51 PM.

  2. #2
    Ironheart
    Join Date
    Jul 2013
    Posts
    369
    Yes, I agree with this. Preset gear + rune combinations for your entire team would just be amazing. I have three different major ones I use (PvP, Labyrinth/PvP2, Baal/Cerb) and it's a big pain every day to swap these out multiple times a day (not to mention it leaves you vulnerable for extended periods of time while you move gear and runes around).

  3. #3
    Yes i agree with this improvement, because its boring and costs much time to Change that all!!!

  4. #4
    YES YES YES YES YES YES

    Only issue is this
    Imagine you have all your gear and runes and heroes setup right now for baal.
    in 2 weeks your setup will be different GUARANTEED

    Now one would say "NO i use the exact same formation for baal every single time"
    No you dont! No one does
    YOu upgrade teh gear and runes daily.
    SO if tyoday you have a level 7 bane on your main for baal
    in 2 weeks you might be using a level 8 or 9 bane
    Today you may be using a level 20 HB sword on your main
    In 2 weeks it may be a level 27 Guardian sword

    Unfortunately because the weapon levels and rune levels are changing so frequently, it may be a massive issue for the programmers to be able to define presets for us
    Yes they could do formation
    but i doubt they would ever attempt rune and gear combo presets

  5. #5
    Judgment Revan's Avatar
    Join Date
    May 2013
    Posts
    1,512
    Yes that would be awesome.

  6. #6
    Ironheart
    Join Date
    Jul 2013
    Posts
    369
    Quote Originally Posted by mattp169 View Post
    YES YES YES YES YES YES

    Only issue is this
    Imagine you have all your gear and runes and heroes setup right now for baal.
    in 2 weeks your setup will be different GUARANTEED

    Now one would say "NO i use the exact same formation for baal every single time"
    No you dont! No one does
    YOu upgrade teh gear and runes daily.
    SO if tyoday you have a level 7 bane on your main for baal
    in 2 weeks you might be using a level 8 or 9 bane
    Today you may be using a level 20 HB sword on your main
    In 2 weeks it may be a level 27 Guardian sword

    Unfortunately because the weapon levels and rune levels are changing so frequently, it may be a massive issue for the programmers to be able to define presets for us
    Yes they could do formation
    but i doubt they would ever attempt rune and gear combo presets
    Every item tied to a character has a distinct ID, including runes. This is just the basics of database management for a game like this. It would be extremely easy to keep track of a rune or a weapon or a helm as it levels up, as you're only keeping track of the "association ID" between the player and the item. The only possible issue would be during an upgrade from say, Hope Bringer's to Champion's level, or Champion's to Guardian's, but to fix that you have a small piece of code that says, "While upgrading this item, find the item's old ID and replace it with the new ID of the item that replaced it during the upgrade." It's also possible that the item ID tied to the character/player doesn't change, only its "template" ID. "I am an item of template type Champion's Sword with ID 3, but now am a Guardian's Sword with ID 4 and my level has reduced by 3. I am associated to the player with ID 27, and that hasn't changed."

    In other words, there are plenty of ways to manipulate the data to maintain presets should the developers choose to. Please don't make comments about the difficulty of programming something if your experience is just dabbling rather than as your profession, as it seems (and I hope it is) to be.

  7. #7
    Ironheart
    Join Date
    Jul 2013
    Posts
    258
    Quote Originally Posted by Klepto View Post
    Every item tied to a character has a distinct ID, including runes. This is just the basics of database management for a game like this. It would be extremely easy to keep track of a rune or a weapon or a helm as it levels up, as you're only keeping track of the "association ID" between the player and the item. The only possible issue would be during an upgrade from say, Hope Bringer's to Champion's level, or Champion's to Guardian's, but to fix that you have a small piece of code that says, "While upgrading this item, find the item's old ID and replace it with the new ID of the item that replaced it during the upgrade." It's also possible that the item ID tied to the character/player doesn't change, only its "template" ID. "I am an item of template type Champion's Sword with ID 3, but now am a Guardian's Sword with ID 4 and my level has reduced by 3. I am associated to the player with ID 27, and that hasn't changed."

    In other words, there are plenty of ways to manipulate the data to maintain presets should the developers choose to. Please don't make comments about the difficulty of programming something if your experience is just dabbling rather than as your profession, as it seems (and I hope it is) to be.
    Exactly Klepto - as the item upgrades (change in attribute value not change of class) the item KEY in the database stays the same unless it is absorbed into a higher level item. If it is just changing the level from say purple to yellow of the same super class (e.g agility to nimbleness [i.e. generic category DODGE]) it just updates the preset key to the one superior in pedigree. If its a whole new class change (e.g. DODGE to BLOCK or HIT to HP) then the preset gets marked as "in need of user maintenance due to upgrade" and perhaps the GUI gets a RED FLAG indication to come make a decision to redefine that preset (but it goes ahead and keeps the new item key as a default until told otherwise so SOMETHING loads EVERY TIME). This is classic object oriented design where super classes absorb their siblings.

    It might be subject to some "gotcha's" to shake out the concept in beta for a month or two with user feedback but I think this is a MUST have to get optimum fun and utility out of the game. A real sophisticated programmer worth his salt could even program simulated attack or defense profiles to monte carlo the best power setup and formations automatically using thousands of simulations (in a second or two) for a given rune set and maybe make suggestions on minor rune improvements/upgrades to give PROFOUND game performance rather than the current manual trial and error heuristic. Could be a really FUN project for a top SW developer to take on and push this game into a new class of higher end offings online that would give a market advantage.
    Last edited by RiverBummer; 08-11-2013 at 01:46 AM.

  8. #8
    Ironheart
    Join Date
    Jul 2013
    Posts
    258
    By the way has anyone else noticed that this game is really just a fantasy genre of golf? We just have different course/fairways and traps/monster and clubs in the bag to make par and reduce handicap...

    Speaking of which - HANDICAP play might be a good thing to work in too for PvP rather than waiting around for the few "red" players to wander into wilds to encounter combat when there are plenty of noobs who might like to take a shot if given a fair handicap...

  9. #9
    This sounds like a cool idea but incredibly difficult to implement. I'll pass it on nonetheless!

  10. #10
    I wonder whatever happens to this idea.

    "Relinquish your pain unto me"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •