2011-05-25, 06:33 PM
Hooo boy, I can only feel that something big is in the works. I'll present to you how I reached the information, but then leave it to you to draw a conclusion.
I was running through my Character.wz scripts to pull out the new information. But then the script failed - "Unknown equip type 152?" - This was a completely new equipment type to me, and this sometimes happens. So I went to investigate what the new equip type was knowing full well it was a weapon ID (an equip type of 152 must be a new weapon ID). So I found the file which caused my scripts to throw an exception - ID 1522000 - and opened it up. It looked like a placeholder weapon - the image used for this weapon was the level 10 gun for gunslingers. But then something caught my eye:
O RLY?
There is no name for this new weapon. So I can only call it "dualBow" weapon type.
TL;DR = There's a new weapon type which has something to do with "dualBow"
I was running through my Character.wz scripts to pull out the new information. But then the script failed - "Unknown equip type 152?" - This was a completely new equipment type to me, and this sometimes happens. So I went to investigate what the new equip type was knowing full well it was a weapon ID (an equip type of 152 must be a new weapon ID). So I found the file which caused my scripts to throw an exception - ID 1522000 - and opened it up. It looked like a placeholder weapon - the image used for this weapon was the level 10 gun for gunslingers. But then something caught my eye:
Code:
info/afterImage dualBowO RLY?
There is no name for this new weapon. So I can only call it "dualBow" weapon type.
TL;DR = There's a new weapon type which has something to do with "dualBow"
