How to: Make Spellbooks

Hi all. I hav a question.

How do you add spell into a spellbook via trigger?
 
I've done some major updates to this tutorial:

- Made it more compact and easier to understand
- Added a FAQ which includes how to add spells to a spellbook via triggers

Feedback is appreciated!

Always looking forward to adding new Q&A's to the FAQ.
 
Im creating 2 spell. 1 is Brillance Aura and the other Unholy Aura. The Hero will learn Brillance Aura and will be given the spellbook wif Unholy Aura. My question is can I hav the Unholy Aura having multiple levels?

If yes, then how do I set the level of Unholy Aura in spellbook = Level of Brillance Aura of Hero?
 
Btw, I found out something amazing regarding the bug that spellbooks close automaticly once you remove an ability.

Deactivated abilities do not close spellbooks upon removal!

This simple function is enough to prevent that annoying book-closing:

JASS:

call SetPlayerAbilityAvailable(P, abilcode, false)
call UnitRemoveAbility(U, abilcode)
call SetPlayerAbilityAvailable(P, abilcode, true)


EDIT:
Tested it again ... the code above only works, if there is a small duration between setting the ability unavailable and removing it!
You have to add a small period timer to this between the first two lines.
 
HOW TO ORDER A UNIT TO OPEN A SPELLBOOK

There is no way to do that.

Is this really true? I noticed that you could just order the player to push the hotkey for the spell book. Lets say you set the hotkey to Q for the spell book, then simply use:

Code:
Game - Force Player 1 (Red) to press the key Q

Works great for me :)
 
I'm looking for a simple way to simply have more than 4 abilities (passive) per items, no need for triggers or anything, is there a way to do that with spellbooks? How?
 
I'm looking for a simple way to simply have more than 4 abilities (passive) per items, no need for triggers or anything, is there a way to do that with spellbooks? How?​

Do you mean you want to add passive abilities?

Just add the four abilities and remove the spellbook?
 
I did, but sometimes some abilities wouldn't add, and it appears to be random too, sometimes I drop the items with the additional spellbook that have the abilities I want, and when I pick it back some, some of the missing abilities are there, and vice-versa, it's very strange... I did try to deactivate the spellbook but no change at all...
 
I have a bit of a problem... When I have followed this tutorial and when I putted my 8 spells in the spell book there isnt 100% sure that they display ingame. I can open the spellbook and I can cast spells from it but often there are like 2 or 7 spells in it when I have added 8 spells. The minimum spells is at "1" and the maximum is at "8" and still this problem occurs :(

EDIT: No problem, I solved the problem. The minimum is now set to 8
 
Excuse me if I am wrong, but the first page says that you cannot open a spellbook via triggers/scripts. Now i havent read through all of these posts here and maybe somebody already mentioned it, if thats the case i am very sorry, but if nobody did may i tell you how to open it:

You just give some shortkey to the spellbook, lets say the shortkey [W].
Now you use this action:
Trigger:
  • Game - Force Player 1 (Red) to press the key W

and the spellbook will be opened as long as player 1 (red) has selected the specific unit with the spellbook.

i hope this information might be useful, again i am very sorry if it has already been said.
 
when i do this

Trigger:
  • Untitled Trigger 002
    • Events
      • Player - Player 1 (Red) skips a cinematic sequence
    • Conditions
    • Actions
      • Set Unit = Paladin 0003 <gen>
      • Set Ability = Hardened Skin
      • Unit - Add Ability to Unit
      • Unit - Set level of Ability for Unit to 1


it just add the spell to the hero and not the spell book.

and let me get this right.

Dummy --> Spells
Spell book --> Hero/unit
 
How can i make it so certain items when equipped (the items have the skill "Item Equip Use") will give the user a certain ability within the spellbook?

The method I'm going for is using Levels in the Dummy Spellbook. Each Level within the Dummy Spellbook has a skill pertaining to certain items, and every time the hero equips an item, it will gain a certain skill via a Level of the spellbook.

If i'm not overlooking anything, I won't be able to have different amounts of abilities in the Real Spellbook due to the faulty method?

Please help me out on this, I've been hitting myself in the head and starting over and over again for about 2 weeks now.
If you need any clarifications please ask!! I don't think I have explained all of it but I'm not sure where
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • The Helper The Helper:
    Added new Crab Bisque Soup recipe - which is badass by the way - Crab Bisque - https://www.thehelper.net/threads/soup-crab-bisque.196085/
  • The Helper The Helper:
    I feel like we need to all meet up somewhere sometime. Maybe like in Vegas :)
    +2
  • The Helper The Helper:
    Would love to go to Vegas I have never been and it would be an adventure! Who is in?
  • The Helper The Helper:
    at least the full on bot attack has stopped it was getting ridiculous there for a while and we use cloudflare and everything
  • jonas jonas:
    I'm sure my wife would not be happy if I went to Vegas, but don't let that stop you guys - would be hard for me to attend anyways
    +1
  • jonas jonas:
    Do you know why the bot attack stopped?
  • The Helper The Helper:
    maybe they finally got everything lol
  • Ghan Ghan:
    There's lots of good food in Vegas.
  • Ghan Ghan:
    Everything tends to be pretty expensive though so bring your wallet.
    +1
  • The Helper The Helper:
    I have to wait longer if I am going for food because my teeth are still messed up from the work and I still cannot eat right. Going to be a couple more months before that gets better
    +1
  • The Helper The Helper:
    I would immediately hitting the dispensary though :)
    +1
  • Varine Varine:
    My Xbox account got hijacked, and apparently I have a different one from like 10 years ago that Microsoft keeps telling me is the right one
  • Varine Varine:
    Like NO, I mean for some reason that one is attached to my email, but it's not the right one
  • Varine Varine:
    I have a different one, and that one has my credit card attached to it and I would like that credit card to not be attached to it if I can't get it back
  • Varine Varine:
    Anyway Microsoft is not very helpful with this, they just keep telling me to fill out the Account Recovery form, but that just redirects me to the other account
  • The Helper The Helper:
    They should not allow you to put a credit card on a account that does not have human customer service you can call
  • Varine Varine:
    That's the only thing that got hijacked at least. I don't totally know how these integrate together, but it seems like I should be able to do this via the gamertag. Like my email is still mine, but they changed the email to that account I'm guessing.
    +1
  • Blackveiled Blackveiled:
    I went to Vegas a few weeks ago to visit my mom. I had never been either, lol! But I'm working in Salt Lake City at the moment so it's not a far trip.
    +2
  • The Helper The Helper:
    I have never been to Vegas and it is on the bucket list so...
    +1
  • tom_mai78101 tom_mai78101:
    Recently getting addicted to Shapez.
    +1
  • Ghan Ghan:
    I've heard Shapez 2 is good.
    +1
  • Ghan Ghan:
    Also Satisfactory 1.0 released on the 10th and that has been excellent as well.
    +1
  • The Helper The Helper:
    Happy Saturday! Hope everyone has a fantastic day!
    +1
  • tom_mai78101 tom_mai78101:
    My mistake is moving from Shapez (beaten the game) to Shapez 2.

      The Helper Discord

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top