Search results

  1. A

    Doodad Help: Multiple textures (color variations)?

    I'm trying to take the 'Banner Long Blue (Base)' and give it different color variations. I have the .blp variations (one color for each player) but I can't find out how to apply them. Any ideas? EDIT: I was using BLPConverter to change a .png to a .blp file. But upon trying to view it in the...
  2. A

    A one shot, poison (stackable), melee attack?

    Quite simply, is there any skill already existing that I can create a custom skill off of that will do just that: a one shot (cast with cooldown), stackable poison attack as a melee-type strike? Or is this just barely complex enough that I'm going to have to create a triggered spell?
  3. A

    MapleStory: Error Code -2147467259

    I know the problem now, and im waiting for an answer by the MapleStory staff, it had to do with their HackShield
  4. A

    Telekenisis move...strange outcome.

    well... hell, its the same thing as mine >.< ... minus the extra bits i added on here and there. is your execution and call the same?
  5. A

    Telekenisis move...strange outcome.

    Unit Group - Pick every unit in TempGroup and do (Actions) Loop - Actions Unit - Unpause (Picked unit) If (All Conditions are True) then do (Then Actions) else do (Else Actions) If - Conditions (Level of Kinetic Barrier for (Triggering unit))...
  6. A

    Telekenisis move...strange outcome.

    thought so... anything else? also, ive tried the base funtion without all my waits and stuff, and it does the same thing of moving in one direction still
  7. A

    Telekenisis move...strange outcome.

    didn't work :\ . . . i think something must be wrong with the angles? it does every correctly other than the way it knocks them back. (Could accidently setting KnockbackCall_Angle (and other angle variables) as integer instead of real, or as real instead of integer effect the correct...
  8. A

    MapleStory: Error Code -2147467259

    Now, I normally play Frozen Throne or the systems. but i tried playing MapleStory recently, and got this error code "Error Code: -2147467259" can't find a solution that works... anyone have anything for me? as Nexon's help services are useless (this error code has been logged as a ticket by...
  9. A

    Can't pick up tomes.

    Wow, Ok... thanks emo that was my exact problem
  10. A

    Telekenisis move...strange outcome.

    ok thanks GenDeath... that looks like it could be it @ canons storm crow is necessary if i were to make the units lift in the air. @ laiev that wasn't exactly what i was looking for, but thanks for pointing it out. I haven't had any problems from that aspect yet.
  11. A

    Can't pick up tomes.

    Hmm, still can't find the issue... i would have to send the map to show what i did... although what i did is no different from a normal map with tomes.
  12. A

    Telekenisis move...strange outcome.

    So... I have the system set up for Knockback. KnockbackCall Events Conditions Actions Set KnockbackSys_Index = (KnockbackSys_Index + 1) Set KnockbackSys_Unit[KnockbackSys_Index] = KnockbackCall_Unit Set KnockbackSys_Dist[KnockbackSys_Index] =...
  13. A

    Toubles finding something...

    Ok, makes perfect sence :) thanks again
  14. A

    Toubles finding something...

    Im sorry, but how exactly was that done with Set variable? i can get Set KnockbackSys_Unit = KnockbackSys_Unit but not the other...
  15. A

    Toubles finding something...

    I've got another situation of something i can't find... or understand to use. Set KnockbackSys_Unit[TempInt] = KnockbackSys_Unit[(TempInt + 1)] Is the information inside the brackets actually in the GUI? i can't seem to get the same result duplicating this.
  16. A

    Toubles finding something...

    Thanks, i accidently had them set as integer.
  17. A

    Toubles finding something...

    for the knockback system im using theres something i can't find... Set KnockbackCall_Dist = (500.00 - (Distance between TempLoc and TempLoc2)) Set KnockbackCall_Angle = (Angle from TempLoc to TempLoc2) in this, i cant find the function "Distance between (variable) and (variable)" or...
  18. A

    Im a Custom Script noob...

    Well thanks, thats a lot simpler than i thought it would be.
  19. A

    Im a Custom Script noob...

    never done any before, so how do i make... Custom script: call RemoveLocation( udg_TempLoc2 ) Custom script: call DestroyGroup( udg_TempGroup ) Custom script: call RemoveLocation( udg_TempLoc ) ...these 3 that i've been seeing for knockback? :banghead:
  20. A

    A consistantly useless spell...

    Ok, went back in again. changed some stuff, now... the problem has changed woo! Animation - Change (Picked unit) flying height to 1000.00 at 5.00 The units now raise indefinately into the air at an extremely low rate... i guess it took me this long to realize that flying height of a 1000...
Top