Jump to content

dida55

Member
  • Posts

    291
  • Joined

  • Last visited

Everything posted by dida55

  1. Hey! I have this piece of code to change the movement speed of a character: local deep = player:getMoveSpeed(); print (deep); player:setMoveSpeed(0.08F); local deep2 = player:getMoveSpeed(); print (deep2);The console output is this: This is bound to the OnPlayerUpdate() event.
  2. I've spent 4 hours on digging the old forum and the javadocs and found out how to grab the world and the current cell, but still cannot figure out what that error means. Slightest help is welcome!
  3. I do and completely understand how OOP works, just never actually used it. It's just that there are some basic things I'm missing out on and don't know how to use this Javadocs yet. Come on IRC!
  4. Well, I didn't even know how to change a player's coordinates, until lemmy told me they are IsoMovingObjects. If it wasn't him I'd still be trying IsoMovingObjects:setX/Y(), I couldn't have figured out that I need a player to call those functions on, since that is not mentioned in the javadocs. The same applies to Chunks/Map.
  5. I have tried adding player:update(); zombie.iso.IsoCell:update(); zombie.iso.IsoChunk:update(); zombie.iso.IsoChunkMap:update(); zombie.iso.IsoWorld:update();but it did nothing change to the error screen. I hope someone can help :C
  6. Haha. Well, I've been reading the Javadocs and there are 4 functions I need to call somehow, I just don't know how: IsoChunk update()IsoChunkMap update()IsoCell update()IsoWorld update()If I knew how to call these, it may be fixed, but I can't figure it out from the Javadocs...
  7. Hey! So this mod should warp you to a location where you clicked on the map. It can be enabled/disabled, so you won't have to always use it, only when you want to travel fast, without getting exhausted. player:setX(x); player:setY(y);I am using the functions of IsoMovingObject, this should update the coordinates of the player, however, every time I click somewhere this error appears: http://f.cl.ly/items/0K0U031A382e0T1l2b1x/Image%202013.08.12%2022%3A44%3A04.png I think the map has to be updated while you move and other things like that, but I cannot figure out how to do that Help is appreciated, thanks!
  8. I know it works from there (even though they are older builds), I was just wondering why my key doesn't work, when it seems to work for everybody else. Yes, I had forgotten what thread I was in. Many things can prevent the key from working, such as firewalls, karama, and several types of djinn. To the support forum! I don't have a firewall (im on OS X and I don't know of any default ones enabled) ^^ Anyway, I posted in the support forum.
  9. I know it works from there (even though they are older builds), I was just wondering why my key doesn't work, when it seems to work for everybody else.
  10. Hey! I have purchased the game through Desure via PayPal and I have an 'Alpha key', but the game doesn't let me Log In. Any fix for this? Thanks Edit: OS X version / I made sure there were no typos in the key
  11. Thanks for the great guide! I'd be willing to translate it to Hungarian, throw me a PM!
×
×
  • Create New...