Search results

  1. Kilgam

    Fixing quest system

    bump. Help is appreciated:thup:
  2. Kilgam

    Fixing quest system

    How do i fix this so it works for 1.24 again? I use Faux handle vars//========================================================================================== library HandleVars initializer init globals private hashtable ht endglobals // too bad the Handle vars' old...
  3. Kilgam

    Hashtable not working with I2S?

    I get error "Cannot convert string to integer" when using this: call SaveInteger(udg_questsys, I2S(id),"effect"+I2S(GetPlayerId(whichPlayer)), H2I(fx)) I checked that the hashtable is initialized and such but that wasn't the problem.:nuts: Help anyone?
  4. Kilgam

    Different return bugs fix

    Because i use alot of old system that i don't wanna remove until it comes an update or a better system.
  5. Kilgam

    Different return bugs fix

    I already know how to fix the common H2I function, but how to fix this? private function GetStoredUnit takes gamecache gc, string mk, string k returns unit return GetStoredInteger(gc, mk, k) return null endfunction This obviously gives an error in jasshelper but...
  6. Kilgam

    WIP Kilgam's ORPG

    Multiplayer should work now.
  7. Kilgam

    WIP Kilgam's ORPG

    Next update will be bug free, and include the Pandaren Seer Class that will be a hybrid class.:P
  8. Kilgam

    WIP Kilgam's ORPG

    Map will get a fast update with some removed bugs today :D
  9. Kilgam

    WIP Kilgam's ORPG

    Hmm that Terrain system sounds interesting, taking a look at it later but now over the weekend i'm busy because i'm gonna play an floorball cup:D
  10. Kilgam

    WIP Kilgam's ORPG

    The Beta map has been released! Check out the link in the first post:D Report bugs and suggestions in this thread!
  11. Kilgam

    Creep Respawn Problem

    Better to look for a new respawn system i think then, can you guys recommed any good that does what i want?:D
  12. Kilgam

    Creep Respawn Problem

    I have a problem with this creep respawn system, i want it to only respawn preplaced creeps but it also respawns creeps that i create with triggers in-game also, could anyone please modify it for me so it only works for preplaced creeps? Here's the code...
  13. Kilgam

    Changing shield from left to right

    It WORKS!:eek: Thanks and +rep!:D
  14. Kilgam

    Changing shield from left to right

    I have a shield that's made for left hand, but i need it for right hand... I have WC3 Viewer and Magos Model Editor fully working so i'm just wondering if any1 could tell me how to make it for right hand instead, i need to reverse the model in some way right?:D
  15. Kilgam

    Game Interface changes not saving

    IT WORKS!! I have a war3mapskin.txt that i import into to my map and that on sets my interface to what i want, however it doesn't work to change icons in the the interface with it but the rest is fine ^^
  16. Kilgam

    Game Interface changes not saving

    I have that one already, but i heard it's possible to import game interface from another map as strings, maybe that would work?
  17. Kilgam

    Game Interface changes not saving

    What do you mean? that i should do it in normal WE? I've used alot of the NewGen features in the map so it won't work to turn it back to normal WE
  18. Kilgam

    Game Interface changes not saving

    Yes i use NewGen.
  19. Kilgam

    Game Interface changes not saving

    I'm having a problem when saving my map, all changes like triggers and such are saved, but not the game interface changes i made, so when i open my map next time in editor the interface changes are GONE! Any solution to this?
  20. Kilgam

    Unit Spawn Problem

    How do i make a jass tag? :banghead:
Top