• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Solved] Need help to remove bug in my Item Combination trigger

Status
Not open for further replies.
Level 3
Joined
Apr 8, 2016
Messages
58
hey guys, i need a help to check this trigger, cuz it make bug in game..

case:
i make a rpg map with a lot of combination item, and i decided using combination system only with "-create" chat message, but i had bug with this system, like this:

when many players type -create and wanted to combine an item, its make a lag in game, and sometimes, a random player will stuck (can't move, can't cast skill untill he click another creep/hero)

and do you think this trigger is already correct??
sorry for my bad english and thanks!!

Init
  • Melee Initialization
    • Events
      • Map initialization
    • Conditions
    • Actions
      • -------- Item Combination --------
      • -------- Item List --------
      • Set IC_Item_Type[1] = Helm Kayu
      • Set IC_Item_Type[2] = Baju Kayu
      • Set IC_Item_Type[3] = Kulit Kobold
      • Set IC_Item_Type[4] = Helm Kobold
      • Set IC_Item_Type[5] = Baju Kobold
      • Set IC_Item_Type[6] = Cincin Perunggu
      • Set IC_Item_Type[7] = Batu Tambang
      • Set IC_Item_Type[8] = Cincin Kobold
      • Set IC_Item_Type[9] = Pedang Kayu
      • Set IC_Item_Type[10] = Potongan Besi
      • Set IC_Item_Type[11] = Pedang Kobold
      • Set IC_Item_Type[12] = Kulit Srigala
      • Set IC_Item_Type[13] = Helm Srigala
      • Set IC_Item_Type[14] = Baju Srigala
      • Set IC_Item_Type[15] = Cakar Srigala
      • Set IC_Item_Type[16] = Cincin Srigala
      • Set IC_Item_Type[17] = Taring Srigala
      • Set IC_Item_Type[18] = Pedang Srigala
      • Set IC_Item_Type[19] = Kulit Keras
      • Set IC_Item_Type[20] = Helm Raja Kobold
      • Set IC_Item_Type[21] = Baju Raja Kobold
      • Set IC_Item_Type[22] = Batu Permata
      • Set IC_Item_Type[23] = Cincin Raja Kobold
      • Set IC_Item_Type[24] = Pangkur
      • Set IC_Item_Type[25] = Pedang Raja Kobold
      • Set IC_Item_Type[26] = Bulu Hangat
      • Set IC_Item_Type[27] = Helm Raja Srigala
      • Set IC_Item_Type[28] = Baju Raja Srigala
      • Set IC_Item_Type[29] = Cakar Besar
      • Set IC_Item_Type[30] = Cincin Raja Srigala
      • Set IC_Item_Type[31] = Taring Besar
      • Set IC_Item_Type[32] = Pedang Raja Srigala
      • Set IC_Item_Type[33] = Pelindung Hutan
      • Set IC_Item_Type[34] = Helm Penguasa Hutan
      • Set IC_Item_Type[35] = Baju Penguasa Hutan
      • Set IC_Item_Type[36] = Jiwa Hutan
      • Set IC_Item_Type[37] = Cincin Penguasa Hutan
      • Set IC_Item_Type[38] = Kekuatan Hutan
      • Set IC_Item_Type[39] = Pedang Penguasa Hutan
      • Set IC_Item_Type[40] = Sisik
      • Set IC_Item_Type[41] = Helm Katak
      • Set IC_Item_Type[42] = Baju Katak
      • Set IC_Item_Type[43] = Mutiara
      • Set IC_Item_Type[44] = Cincin Katak
      • Set IC_Item_Type[45] = Perimbas
      • Set IC_Item_Type[46] = Pedang Katak
      • Set IC_Item_Type[47] = Sisik Hitam
      • Set IC_Item_Type[48] = Helm Raja Katak
      • Set IC_Item_Type[49] = Baju Raja Katak
      • Set IC_Item_Type[50] = Mutiara Hitam
      • Set IC_Item_Type[51] = Cincin Raja Katak
      • Set IC_Item_Type[52] = Perimbas Hitam
      • Set IC_Item_Type[53] = Pedang Raja Katak
      • Set IC_Item_Type[54] = Kain Usang
      • Set IC_Item_Type[55] = Helm Troll
      • Set IC_Item_Type[56] = Baju Troll
      • Set IC_Item_Type[57] = Logam
      • Set IC_Item_Type[58] = Cincin Troll
      • Set IC_Item_Type[59] = Kapak Usang
      • Set IC_Item_Type[60] = Pedang Troll
      • Set IC_Item_Type[61] = Kalsedon
      • Set IC_Item_Type[62] = Helm Golem
      • Set IC_Item_Type[63] = Baju Golem
      • Set IC_Item_Type[64] = Giok
      • Set IC_Item_Type[65] = Cincin Golem
      • Set IC_Item_Type[66] = Kalimaya
      • Set IC_Item_Type[67] = Pedang Golem
      • -------- Fusions --------
      • -------- Helm Kobold --------
      • Set IC_Item_Fusions[1] = 4
      • Set IC_Item_Fusions_Req1[1] = 1
      • Set IC_Item_Fusions_Req3[1] = 3
      • -------- Baju Kobold --------
      • Set IC_Item_Fusions[2] = 5
      • Set IC_Item_Fusions_Req1[2] = 2
      • Set IC_Item_Fusions_Req3[2] = 3
      • -------- Cincin Kobold --------
      • Set IC_Item_Fusions[3] = 8
      • Set IC_Item_Fusions_Req1[3] = 6
      • Set IC_Item_Fusions_Req3[3] = 7
      • -------- Pedang Kobold --------
      • Set IC_Item_Fusions[4] = 11
      • Set IC_Item_Fusions_Req1[4] = 9
      • Set IC_Item_Fusions_Req3[4] = 10
      • -------- Helm Srigala --------
      • Set IC_Item_Fusions[5] = 13
      • Set IC_Item_Fusions_Req1[5] = 4
      • Set IC_Item_Fusions_Req3[5] = 12
      • -------- Baju Srigala --------
      • Set IC_Item_Fusions[6] = 14
      • Set IC_Item_Fusions_Req1[6] = 5
      • Set IC_Item_Fusions_Req3[6] = 12
      • -------- Cincin Srigala --------
      • Set IC_Item_Fusions[7] = 16
      • Set IC_Item_Fusions_Req1[7] = 8
      • Set IC_Item_Fusions_Req3[7] = 15
      • -------- Pedang Srigala --------
      • Set IC_Item_Fusions[8] = 18
      • Set IC_Item_Fusions_Req1[8] = 11
      • Set IC_Item_Fusions_Req3[8] = 17
      • -------- Helm Raja Kobold --------
      • Set IC_Item_Fusions[9] = 20
      • Set IC_Item_Fusions_Req1[9] = 13
      • Set IC_Item_Fusions_Req3[9] = 19
      • -------- Baju Raja Kobold --------
      • Set IC_Item_Fusions[10] = 21
      • Set IC_Item_Fusions_Req1[10] = 14
      • Set IC_Item_Fusions_Req3[10] = 19
      • -------- Cincin Raja Kobold --------
      • Set IC_Item_Fusions[11] = 23
      • Set IC_Item_Fusions_Req1[11] = 16
      • Set IC_Item_Fusions_Req3[11] = 22
      • -------- Pedang Raja Kobold --------
      • Set IC_Item_Fusions[12] = 25
      • Set IC_Item_Fusions_Req1[12] = 18
      • Set IC_Item_Fusions_Req3[12] = 24
      • -------- Helm Raja Srigala --------
      • Set IC_Item_Fusions[13] = 27
      • Set IC_Item_Fusions_Req1[13] = 20
      • Set IC_Item_Fusions_Req3[13] = 26
      • -------- Baju Raja Srigala --------
      • Set IC_Item_Fusions[14] = 28
      • Set IC_Item_Fusions_Req1[14] = 21
      • Set IC_Item_Fusions_Req3[14] = 26
      • -------- Cincin Raja Srigala --------
      • Set IC_Item_Fusions[15] = 30
      • Set IC_Item_Fusions_Req1[15] = 23
      • Set IC_Item_Fusions_Req3[15] = 29
      • -------- Pedang Raja Srigala --------
      • Set IC_Item_Fusions[16] = 32
      • Set IC_Item_Fusions_Req1[16] = 25
      • Set IC_Item_Fusions_Req3[16] = 31
      • -------- Helm Penguasa Hutan --------
      • Set IC_Item_Fusions[17] = 34
      • Set IC_Item_Fusions_Req1[17] = 27
      • Set IC_Item_Fusions_Req3[17] = 33
      • -------- Baju Penguasa Hutan --------
      • Set IC_Item_Fusions[18] = 35
      • Set IC_Item_Fusions_Req1[18] = 28
      • Set IC_Item_Fusions_Req3[18] = 33
      • -------- Cincin Penguasa --------
      • Set IC_Item_Fusions[19] = 37
      • Set IC_Item_Fusions_Req1[19] = 30
      • Set IC_Item_Fusions_Req3[19] = 36
      • -------- Pedang Penguasa Hutan --------
      • Set IC_Item_Fusions[20] = 39
      • Set IC_Item_Fusions_Req1[20] = 32
      • Set IC_Item_Fusions_Req3[20] = 38
      • -------- Helm Katak --------
      • Set IC_Item_Fusions[21] = 41
      • Set IC_Item_Fusions_Req1[21] = 34
      • Set IC_Item_Fusions_Req3[21] = 40
      • -------- Baju Katak --------
      • Set IC_Item_Fusions[22] = 42
      • Set IC_Item_Fusions_Req1[22] = 35
      • Set IC_Item_Fusions_Req3[22] = 40
      • -------- Cincin Katak --------
      • Set IC_Item_Fusions[23] = 44
      • Set IC_Item_Fusions_Req1[23] = 37
      • Set IC_Item_Fusions_Req3[23] = 43
      • -------- Pedang Katak --------
      • Set IC_Item_Fusions[24] = 46
      • Set IC_Item_Fusions_Req1[24] = 39
      • Set IC_Item_Fusions_Req3[24] = 45
      • -------- Helm Raja Katak --------
      • Set IC_Item_Fusions[25] = 48
      • Set IC_Item_Fusions_Req1[25] = 41
      • Set IC_Item_Fusions_Req3[25] = 47
      • -------- Baju Raja Katak --------
      • Set IC_Item_Fusions[26] = 49
      • Set IC_Item_Fusions_Req1[26] = 42
      • Set IC_Item_Fusions_Req3[26] = 47
      • -------- Cincin Raja Katak --------
      • Set IC_Item_Fusions[27] = 51
      • Set IC_Item_Fusions_Req1[27] = 44
      • Set IC_Item_Fusions_Req3[27] = 50
      • -------- Pedang Katak --------
      • Set IC_Item_Fusions[28] = 53
      • Set IC_Item_Fusions_Req1[28] = 46
      • Set IC_Item_Fusions_Req3[28] = 52
      • -------- Helm Troll --------
      • Set IC_Item_Fusions[29] = 55
      • Set IC_Item_Fusions_Req1[29] = 48
      • Set IC_Item_Fusions_Req3[29] = 54
      • -------- Baju Troll --------
      • Set IC_Item_Fusions[30] = 56
      • Set IC_Item_Fusions_Req1[30] = 49
      • Set IC_Item_Fusions_Req3[30] = 54
      • -------- Cincin Troll --------
      • Set IC_Item_Fusions[31] = 58
      • Set IC_Item_Fusions_Req1[31] = 51
      • Set IC_Item_Fusions_Req3[31] = 57
      • -------- Pedang Troll --------
      • Set IC_Item_Fusions[32] = 60
      • Set IC_Item_Fusions_Req1[32] = 53
      • Set IC_Item_Fusions_Req3[32] = 59
      • -------- Helm Golem --------
      • Set IC_Item_Fusions[33] = 62
      • Set IC_Item_Fusions_Req1[33] = 55
      • Set IC_Item_Fusions_Req3[33] = 61
      • -------- Baju Golem --------
      • Set IC_Item_Fusions[34] = 63
      • Set IC_Item_Fusions_Req1[34] = 56
      • Set IC_Item_Fusions_Req3[34] = 61
      • -------- Cincin Golem --------
      • Set IC_Item_Fusions[35] = 65
      • Set IC_Item_Fusions_Req1[35] = 58
      • Set IC_Item_Fusions_Req3[35] = 64
      • -------- Pedang Golem --------
      • Set IC_Item_Fusions[36] = 67
      • Set IC_Item_Fusions_Req1[36] = 60
      • Set IC_Item_Fusions_Req3[36] = 66
      • -------- Last Index --------
      • Set IC_Item_Fusions_Last_Index = 36

Combine trigger
  • Item Combination
    • Events
      • Player - Player 1 (Red) types a chat message containing -create as An exact match
      • Player - Player 2 (Blue) types a chat message containing -create as An exact match
      • Player - Player 3 (Teal) types a chat message containing -create as An exact match
      • Player - Player 4 (Purple) types a chat message containing -create as An exact match
      • Player - Player 5 (Yellow) types a chat message containing -create as An exact match
      • Player - Player 6 (Orange) types a chat message containing -create as An exact match
      • Player - Player 7 (Green) types a chat message containing -create as An exact match
      • Player - Player 8 (Pink) types a chat message containing -create as An exact match
    • Conditions
    • Actions
      • Custom script: set bj_wantDestroyGroup=true
      • Unit Group - Pick every unit in (Units currently selected by (Triggering player)) and do (Actions)
        • Loop - Actions
          • Set IC_Unit = (Picked unit)
          • Set IC_Chance = (Random integer number between 1 and 100)
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • IC_Chance Less than or equal to 40
              • (Level of Inventory (Hero) for IC_Unit) Not equal to 0
              • (Owner of IC_Unit) Equal to (Triggering player)
            • Then - Actions
              • For each (Integer A) from 1 to IC_Item_Fusions_Last_Index, do (Actions)
                • Loop - Actions
                  • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                    • If - Conditions
                      • Or - Any (Conditions) are true
                        • Conditions
                          • (IC_Unit has an item of type IC_Item_Type[IC_Item_Fusions_Req1[(Integer A)]]) Equal to True
                          • IC_Item_Fusions_Req1[(Integer A)] Equal to 0
                      • Or - Any (Conditions) are true
                        • Conditions
                          • (IC_Unit has an item of type IC_Item_Type[IC_Item_Fusions_Req2[(Integer A)]]) Equal to True
                          • IC_Item_Fusions_Req2[(Integer A)] Equal to 0
                      • Or - Any (Conditions) are true
                        • Conditions
                          • (IC_Unit has an item of type IC_Item_Type[IC_Item_Fusions_Req3[(Integer A)]]) Equal to True
                          • IC_Item_Fusions_Req3[(Integer A)] Equal to 0
                    • Then - Actions
                      • Item - Remove (Item carried by IC_Unit of type IC_Item_Type[IC_Item_Fusions_Req1[(Integer A)]])
                      • Item - Remove (Item carried by IC_Unit of type IC_Item_Type[IC_Item_Fusions_Req2[(Integer A)]])
                      • Item - Remove (Item carried by IC_Unit of type IC_Item_Type[IC_Item_Fusions_Req3[(Integer A)]])
                      • Hero - Create IC_Item_Type[IC_Item_Fusions[(Integer A)]] and give it to IC_Unit
                      • Game - Display to (All players) the text: (((Name of (Owner of IC_Unit)) + sukses membuat ) + (Name of (Last created item)))
                    • Else - Actions
            • Else - Actions
              • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                • If - Conditions
                  • IC_Chance Greater than or equal to 41
                  • (Level of Inventory (Hero) for IC_Unit) Not equal to 0
                  • (Owner of IC_Unit) Equal to (Triggering player)
                • Then - Actions
                  • For each (Integer A) from 1 to IC_Item_Fusions_Last_Index, do (Actions)
                    • Loop - Actions
                      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                        • If - Conditions
                          • Or - Any (Conditions) are true
                            • Conditions
                              • (IC_Unit has an item of type IC_Item_Type[IC_Item_Fusions_Req1[(Integer A)]]) Equal to True
                              • IC_Item_Fusions_Req1[(Integer A)] Equal to 0
                          • Or - Any (Conditions) are true
                            • Conditions
                              • (IC_Unit has an item of type IC_Item_Type[IC_Item_Fusions_Req2[(Integer A)]]) Equal to True
                              • IC_Item_Fusions_Req2[(Integer A)] Equal to 0
                          • Or - Any (Conditions) are true
                            • Conditions
                              • (IC_Unit has an item of type IC_Item_Type[IC_Item_Fusions_Req3[(Integer A)]]) Equal to True
                              • IC_Item_Fusions_Req3[(Integer A)] Equal to 0
                        • Then - Actions
                          • Item - Remove (Item carried by IC_Unit of type IC_Item_Type[IC_Item_Fusions_Req3[(Integer A)]])
                          • Game - Display to (All players) the text: ((Name of (Owner of IC_Unit)) + gagal melakukan kombinasi.)
                        • Else - Actions
                • Else - Actions
 
Last edited:
Level 14
Joined
Jul 1, 2008
Messages
1,314
In the trigger you posted, there is no reason for the things you described.

Maybe check, if there is any other triggers with the event:

  • Player - Player 7 (Green) types a chat message containing -create as A "part" (dont know how it is called at the moment) match
Do these triggers maybe pause units when you do not want them to?

It rather seems, that your "-create" command triggers passivly some other triggers.

Your trigger may cause a lag while running, because of the item types, you preset. Try preseting them into this array at map init. It makes no sense to do it every time, you call "-create".

This whole thing at map init:

  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Item List --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[1] = Helm Kayu
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[2] = Baju Kayu
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[3] = Kulit Kobold
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[4] = Helm Kobold
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[5] = Baju Kobold
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[6] = Cincin Perunggu
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[7] = Batu Tambang
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[8] = Cincin Kobold
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[9] = Pedang Kayu
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[10] = Potongan Besi
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[11] = Pedang Kobold
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[12] = Kulit Srigala
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[13] = Helm Srigala
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[14] = Baju Srigala
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[15] = Cakar Srigala
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[16] = Cincin Srigala
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[17] = Taring Srigala
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[18] = Pedang Srigala
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[19] = Kulit Keras
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[20] = Helm Raja Kobold
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[21] = Baju Raja Kobold
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[22] = Batu Permata
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[23] = Cincin Raja Kobold
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[24] = Pangkur
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[25] = Pedang Raja Kobold
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[26] = Bulu Hangat
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[27] = Helm Raja Srigala
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[28] = Baju Raja Srigala
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[29] = Cakar Besar
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[30] = Cincin Raja Srigala
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[31] = Taring Besar
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[32] = Pedang Raja Srigala
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[33] = Pelindung Hutan
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[34] = Helm Penguasa Hutan
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[35] = Baju Penguasa Hutan
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[36] = Jiwa Hutan
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[37] = Cincin Penguasa Hutan
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[38] = Kekuatan Hutan
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[39] = Pedang Penguasa Hutan
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[40] = Sisik
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[41] = Helm Katak
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[42] = Baju Katak
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[43] = Mutiara
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[44] = Cincin Katak
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[45] = Perimbas
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[46] = Pedang Katak
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[47] = Sisik Hitam
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[48] = Helm Raja Katak
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[49] = Baju Raja Katak
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[50] = Mutiara Hitam
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[51] = Cincin Raja Katak
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[52] = Perimbas Hitam
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[53] = Pedang Raja Katak
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[54] = Kain Usang
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[55] = Helm Troll
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[56] = Baju Troll
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[57] = Logam
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[58] = Cincin Troll
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[59] = Kapak Usang
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[60] = Pedang Troll
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[61] = Kalsedon
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[62] = Helm Golem
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[63] = Baju Golem
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[64] = Giok
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[65] = Cincin Golem
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[66] = Kalimaya
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_type[67] = Pedang Golem
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Fusions --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Helm Kobold --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[1] = 4
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[1] = 1
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[1] = 3
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Baju Kobold --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[2] = 5
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[2] = 2
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[2] = 3
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Cincin Kobold --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[3] = 8
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[3] = 6
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[3] = 7
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Pedang Kobold --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[4] = 11
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[4] = 9
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[4] = 10
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Helm Srigala --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[5] = 13
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[5] = 4
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[5] = 12
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Baju Srigala --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[6] = 14
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[6] = 5
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[6] = 12
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Cincin Srigala --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[7] = 16
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[7] = 8
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[7] = 15
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Pedang Srigala --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[8] = 18
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[8] = 11
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[8] = 17
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Helm Raja Kobold --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[9] = 20
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[9] = 13
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[9] = 19
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Baju Raja Kobold --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[10] = 21
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[10] = 14
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[10] = 19
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Cincin Raja Kobold --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[11] = 23
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[11] = 16
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[11] = 22
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Pedang Raja Kobold --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[12] = 25
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[12] = 18
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[12] = 24
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Helm Raja Srigala --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[13] = 27
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[13] = 20
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[13] = 26
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Baju Raja Srigala --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[14] = 28
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[14] = 21
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[14] = 26
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Cincin Raja Srigala --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[15] = 30
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[15] = 23
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[15] = 29
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Pedang Raja Srigala --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[16] = 32
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[16] = 25
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[16] = 31
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Helm Penguasa Hutan --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[17] = 34
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[17] = 27
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[17] = 33
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Baju Penguasa Hutan --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[18] = 35
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[18] = 28
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[18] = 33
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Cincin Penguasa --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[19] = 37
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[19] = 30
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[19] = 36
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Pedang Penguasa Hutan --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[20] = 39
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[20] = 32
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[20] = 38
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Helm Katak --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[21] = 41
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[21] = 34
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[21] = 40
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Baju Katak --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[22] = 42
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[22] = 35
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[22] = 40
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Cincin Katak --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[23] = 44
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[23] = 37
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[23] = 43
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Pedang Katak --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[24] = 46
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[24] = 39
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[24] = 45
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Helm Raja Katak --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[25] = 48
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[25] = 41
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[25] = 47
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Baju Raja Katak --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[26] = 49
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[26] = 42
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[26] = 47
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Cincin Raja Katak --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[27] = 51
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[27] = 44
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[27] = 50
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Pedang Katak --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[28] = 53
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[28] = 46
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[28] = 52
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Helm Troll --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[29] = 55
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[29] = 48
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[29] = 54
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Baju Troll --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[30] = 56
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[30] = 49
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[30] = 54
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Cincin Troll --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[31] = 58
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[31] = 51
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[31] = 57
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Pedang Troll --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[32] = 60
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[32] = 53
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[32] = 59
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Helm Golem --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[33] = 62
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[33] = 55
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[33] = 61
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Baju Golem --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[34] = 63
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[34] = 56
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[34] = 61
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Cincin Golem --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[35] = 65
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[35] = 58
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[35] = 64
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Pedang Golem --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions[36] = 67
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req1[36] = 60
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_req3[36] = 66
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/comment.gif[/IMG]-------- Last Index --------
  • [*][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/empty.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/join.gif[/IMG][IMG]http://www.hiveworkshop.com/styles/default/ratrigger/set.gif[/IMG]Set ic_item_fusions_last_index = 36
 
Level 3
Joined
Apr 8, 2016
Messages
58
the another trigger use event like "item combination system" is this (CodeGen saveload system)

  • CodeGen Save
    • Events
      • Player - Player 1 (Red) types a chat message containing -save as An exact match
      • Player - Player 2 (Blue) types a chat message containing -save as An exact match
      • Player - Player 3 (Teal) types a chat message containing -save as An exact match
      • Player - Player 4 (Purple) types a chat message containing -save as An exact match
      • Player - Player 5 (Yellow) types a chat message containing -save as An exact match
      • Player - Player 6 (Orange) types a chat message containing -save as An exact match
      • Player - Player 7 (Green) types a chat message containing -save as An exact match
      • Player - Player 8 (Pink) types a chat message containing -save as An exact match
    • Conditions
    • Actions
      • -------- -------------------- --------
      • -------- Find the players hero, and save it. I realize it leaks but it's just for demonstration. --------
      • -------- -------------------- --------
      • Set SaveCount = 0
      • Unit Group - Pick every unit in (Units owned by (Triggering player) matching (((Matching unit) is A Hero) Equal to True)) and do (Set Hero = (Picked unit))
      • Custom script: set udg_Save[udg_SaveCount] = CodeGen_ConvertUnit(GetUnitTypeId(udg_Hero))
      • -------- -------------------- --------
      • -------- Save heroes level. --------
      • -------- -------------------- --------
      • Set SaveCount = (SaveCount + 1)
      • Set Save[SaveCount] = (Hero level of Hero)
      • -------- -------------------- --------
      • -------- Save heroes stats --------
      • Set SaveCount = (SaveCount + 1)
      • Set Save[SaveCount] = (Strength of Hero (Exclude bonuses))
      • Set SaveCount = (SaveCount + 1)
      • Set Save[SaveCount] = (Agility of Hero (Exclude bonuses))
      • Set SaveCount = (SaveCount + 1)
      • Set Save[SaveCount] = (Intelligence of Hero (Exclude bonuses))
      • -------- -------------------- --------
      • -------- Save players gold. --------
      • -------- -------------------- --------
      • Set SaveCount = (SaveCount + 1)
      • Set Save[SaveCount] = ((Triggering player) Current gold)
      • -------- -------------------- --------
      • -------- Save heroes items. --------
      • -------- -------------------- --------
      • For each (Integer A) from 1 to 7, do (Actions)
        • Loop - Actions
          • Set SaveCount = (SaveCount + 1)
          • Set Item = (Item carried by Hero in slot (Integer A))
          • Custom script: set udg_Save[udg_SaveCount] = CodeGen_ConvertItem(GetItemTypeId(udg_Item))
      • -------- -------------------- --------
      • -------- Set the filename for where the loadcode will be stored. --------
      • -------- -------------------- --------
      • Set SaveLoad_Directory = Bert's RPG Creator
      • Set SaveLoad_Filename = (((Dunia Impian RPG v0.1 OBT) + (Name of (Triggering player))) + ('s + ( + (((Name of Hero) + <Empty String>) + .txt))))
      • -------- -------------------- --------
      • -------- Show Code --------
      • -------- -------------------- --------
      • Custom script: set udg_Code = CodeGen_Compile()
      • Game - Display to (Player group((Triggering player))) for 60.00 seconds the text: Code


and i already move that array to map init, so my "item combination" trigger now like this right??

  • Item Combination
    • Events
      • Player - Player 1 (Red) types a chat message containing -create as An exact match
      • Player - Player 2 (Blue) types a chat message containing -create as An exact match
      • Player - Player 3 (Teal) types a chat message containing -create as An exact match
      • Player - Player 4 (Purple) types a chat message containing -create as An exact match
      • Player - Player 5 (Yellow) types a chat message containing -create as An exact match
      • Player - Player 6 (Orange) types a chat message containing -create as An exact match
      • Player - Player 7 (Green) types a chat message containing -create as An exact match
      • Player - Player 8 (Pink) types a chat message containing -create as An exact match
    • Conditions
    • Actions
      • Custom script: set bj_wantDestroyGroup=true
      • Unit Group - Pick every unit in (Units currently selected by (Triggering player)) and do (Actions)
        • Loop - Actions
          • Set ic_unit = (Picked unit)
          • Set ic_chance = (Random integer number between 1 and 100)
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • ic_chance Less than or equal to 40
              • (Level of Inventory (Hero) for ic_unit) Not equal to 0
              • (Owner of ic_unit) Equal to (Triggering player)
            • Then - Actions
              • For each (Integer A) from 1 to ic_item_fusions_last_index, do (Actions)
                • Loop - Actions
                  • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                    • If - Conditions
                      • Or - Any (Conditions) are true
                        • Conditions
                          • (ic_unit has an item of type ic_item_type[ic_item_fusions_req1[(Integer A)]]) Equal to True
                          • ic_item_fusions_req1[(Integer A)] Equal to 0
                      • Or - Any (Conditions) are true
                        • Conditions
                          • (ic_unit has an item of type ic_item_type[ic_item_fusions_req2[(Integer A)]]) Equal to True
                          • ic_item_fusions_req2[(Integer A)] Equal to 0
                      • Or - Any (Conditions) are true
                        • Conditions
                          • (ic_unit has an item of type ic_item_type[ic_item_fusions_req3[(Integer A)]]) Equal to True
                          • ic_item_fusions_req3[(Integer A)] Equal to 0
                    • Then - Actions
                      • Item - Remove (Item carried by ic_unit of type ic_item_type[ic_item_fusions_req1[(Integer A)]])
                      • Item - Remove (Item carried by ic_unit of type ic_item_type[ic_item_fusions_req2[(Integer A)]])
                      • Item - Remove (Item carried by ic_unit of type ic_item_type[ic_item_fusions_req3[(Integer A)]])
                      • Hero - Create ic_item_type[ic_item_fusions[(Integer A)]] and give it to ic_unit
                      • Game - Display to (All players) the text: (((Name of (Owner of ic_unit)) + sukses membuat ) + (Name of (Last created item)))
                    • Else - Actions
            • Else - Actions
              • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                • If - Conditions
                  • ic_chance Greater than or equal to 41
                  • (Level of Inventory (Hero) for ic_unit) Not equal to 0
                  • (Owner of ic_unit) Equal to (Triggering player)
                • Then - Actions
                  • For each (Integer A) from 1 to ic_item_fusions_last_index, do (Actions)
                    • Loop - Actions
                      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                        • If - Conditions
                          • Or - Any (Conditions) are true
                            • Conditions
                              • (ic_unit has an item of type ic_item_type[ic_item_fusions_req1[(Integer A)]]) Equal to True
                              • ic_item_fusions_req1[(Integer A)] Equal to 0
                          • Or - Any (Conditions) are true
                            • Conditions
                              • (ic_unit has an item of type ic_item_type[ic_item_fusions_req2[(Integer A)]]) Equal to True
                              • ic_item_fusions_req2[(Integer A)] Equal to 0
                          • Or - Any (Conditions) are true
                            • Conditions
                              • (ic_unit has an item of type ic_item_type[ic_item_fusions_req3[(Integer A)]]) Equal to True
                              • ic_item_fusions_req3[(Integer A)] Equal to 0
                        • Then - Actions
                          • Item - Remove (Item carried by ic_unit of type ic_item_type[ic_item_fusions_req3[(Integer A)]])
                          • Game - Display to (All players) the text: ((Name of (Owner of ic_unit)) + gagal melakukan kombinasi.)
                        • Else - Actions
                • Else - Actions

and then, what should i do?? to make that two trigger don't crash with each other
 
Level 14
Joined
Jul 1, 2008
Messages
1,314
your combination trigger looks much better now without the presets.

chat events with an " as An exact match"-addition should be no problem, so they will not crash together.

You should scan your code for any "hero acquires item" or "hero drops item" events. I assume, the problem is there somewhere.
 
Level 3
Joined
Apr 8, 2016
Messages
58
i already try to delete all trigger with event hero acquires item & hero drop item,
but, it doesn't change anything, a random player will stuck when a player create item..

did you think my combination trigger is already correct?? or there is part i need to modified?
 
Last edited:
Level 14
Joined
Jul 1, 2008
Messages
1,314
sry, I dont know how to answer your question. you should rather point out an error, then we can search your code to find the source of the problem.

the described errors have to be somewhere else in your code.
 
Level 14
Joined
Jul 1, 2008
Messages
1,314
as I already said, there is no reason for a "stuck" unit in your combination trigger.
Maybe search for Pause Unit actions in other triggers and see if it still happens.
Well, I guess ... upload your map and attach it. If I find the time, I will have a look ... maybe someone else can have a look as well then.

If the event really occurs, when someone writes -create, I bet there is some trigger that pauses units, if they lose/gain an item. There should be a selection event somewhere too ...
 
Level 14
Joined
Jul 1, 2008
Messages
1,314
well, the thing is, I cant play with someone else at the moment. I tested your map anyway and in my case it does not lag no matter how many times I type in "-create". The whole system looks like it is not working by the way ... Looks like this conditions wil never be true by the way:
  • ic_item_fusions_req1[(Integer A)] Equal to 0
set it to not equal if you ask me

Still, I dont get the problem, I think. You should rephrase it, or someone else should have a look at this.
Again, from the trigger you posted, it is extremely strange, that this causes freezing units in your case. I very much doubt that, but if its the case, that the posted trigger in this map is the reason, I cannot help you , sry.
 
Level 3
Joined
Apr 8, 2016
Messages
58
yea when i tested my map without another player, it doesn't lag no matter how many times i type "-create" too..

but, when i test my map with my friends (4players) and then we type "-create" continually it will so lagg, and sometimes, random player will stuck :/
i dont know how did it happen, so i asked in here..

and thx 4 trying to help me, rep+ for u
 
Level 14
Joined
Jul 1, 2008
Messages
1,314
well, if you really encounter that bug in multiplayer with only this single little trigger in the map, then I have no idea, what might cause your bug.

Did you check, whether the problem persists, when you change that "_create" command by "Player skippes a cinematic (aka ESC button"?

Maybe, there is a problem with your wc3 versions and language or whatever ...

another thing, you might try: (but I dont think it changes anything)

make ic_unit local by using the action Custom Script: local udg_ic_unit = GetEnumUnit()

instead of ic_unit = Picked Unit
 
Sry for fixinig that not earlier.
Hmm, the not ordering able, has to do something with destroying the Group currently selected. I'll do some testing..

Edit:

After changing the Hero finding it seems to work without this stucks.

Problem seemed to be
This lines are bad in multiplayer
  • Custom script: set bj_wantDestroyGroup=true
  • Einheitengruppe - Pick every unit in (Units currently selected by (Triggering player)) and do
Changes
Saving the last selected Hero per player.
added Checks before the Item removing
loop vari for Each a loop -> udg_Index

ic_item_fusions_req1[(Integer A)] Equal to 0
This allows items having only 1 or 2 req.
If a req is not set it has the default value 0.
 

Attachments

  • Item fusion.w3x
    20.4 KB · Views: 37
Last edited:
Status
Not open for further replies.
Top