How to: Make Spellbooks

Volkof

Well-Known Member
Reaction score
31
Hi all. I hav a question.

How do you add spell into a spellbook via trigger?
 

Andrewgosu

The Silent Pandaren Helper
Reaction score
716
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.
 

Volkof

Well-Known Member
Reaction score
31
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?
 

Zwiebelchen

You can change this now in User CP.
Reaction score
60
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.
 

Leazy

You can change this now in User CP.
Reaction score
50
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 :)
 

ablationer

New Member
Reaction score
0
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?
 

tooltiperror

Super Moderator
Reaction score
231
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?
 

ablationer

New Member
Reaction score
0
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...
 

NindoOne

TH.net Regular
Reaction score
17
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
 

Accname

2D-Graphics enthusiast
Reaction score
1,463
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.
 

DKigorDK

New Member
Reaction score
6
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
 

lario93

New Member
Reaction score
0
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.
  • Monovertex Monovertex:
    How are you all? :D
    +1
  • Ghan Ghan:
    Howdy
  • Ghan Ghan:
    Still lurking
    +3
  • The Helper The Helper:
    I am great and it is fantastic to see you my friend!
    +1
  • The Helper The Helper:
    If you are new to the site please check out the Recipe and Food Forum https://www.thehelper.net/forums/recipes-and-food.220/
  • Monovertex Monovertex:
    How come you're so into recipes lately? Never saw this much interest in this topic in the old days of TH.net
  • Monovertex Monovertex:
    Hmm, how do I change my signature?
  • tom_mai78101 tom_mai78101:
    Signatures can be edit in your account profile. As for the old stuffs, I'm thinking it's because Blizzard is now under Microsoft, and because of Microsoft Xbox going the way it is, it's dreadful.
  • The Helper The Helper:
    I am not big on the recipes I am just promoting them - I use the site as a practice place promoting stuff
    +2
  • Monovertex Monovertex:
    @tom_mai78101 I must be blind. If I go on my profile I don't see any area to edit the signature; If I go to account details (settings) I don't see any signature area either.
  • The Helper The Helper:
    You can get there if you click the bell icon (alerts) and choose preferences from the bottom, signature will be in the menu on the left there https://www.thehelper.net/account/preferences
  • The Helper The Helper:
    I think I need to split the Sci/Tech news forum into 2 one for Science and one for Tech but I am hating all the moving of posts I would have to do
  • The Helper The Helper:
    What is up Old Mountain Shadow?
  • The Helper The Helper:
    Happy Thursday!
    +1
  • Varine Varine:
    Crazy how much 3d printing has come in the last few years. Sad that it's not as easily modifiable though
  • Varine Varine:
    I bought an Ender 3 during the pandemic and tinkered with it all the time. Just bought a Sovol, not as easy. I'm trying to make it use a different nozzle because I have a fuck ton of Volcanos, and they use what is basically a modified volcano that is just a smidge longer, and almost every part on this thing needs to be redone to make it work
  • Varine Varine:
    Luckily I have a 3d printer for that, I guess. But it's ridiculous. The regular volcanos are 21mm, these Sovol versions are about 23.5mm
  • Varine Varine:
    So, 2.5mm longer. But the thing that measures the bed is about 1.5mm above the nozzle, so if I swap it with a volcano then I'm 1mm behind it. So cool, new bracket to swap that, but THEN the fan shroud to direct air at the part is ALSO going to be .5mm to low, and so I need to redo that, but by doing that it is a little bit off where it should be blowing and it's throwing it at the heating block instead of the part, and fuck man
  • Varine Varine:
    I didn't realize they designed this entire thing to NOT be modded. I would have just got a fucking Bambu if I knew that, the whole point was I could fuck with this. And no one else makes shit for Sovol so I have to go through them, and they have... interesting pricing models. So I have a new extruder altogether that I'm taking apart and going to just design a whole new one to use my nozzles. Dumb design.
  • Varine Varine:
    Can't just buy a new heatblock, you need to get a whole hotend - so block, heater cartridge, thermistor, heatbreak, and nozzle. And they put this fucking paste in there so I can't take the thermistor or cartridge out with any ease, that's 30 dollars. Or you can get the whole extrudor with the direct driver AND that heatblock for like 50, but you still can't get any of it to come apart
  • Varine Varine:
    Partsbuilt has individual parts I found but they're expensive. I think I can get bits swapped around and make this work with generic shit though

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top