Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

penguisher

Members
  • Posts

    10
  • Joined

  • Last visited

    Never

penguisher's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Ok thank you. But in the tiles you can see clearly an opened door and a closed door. But there is just no way to animate such thing?
  2. Hi, Here I am again :embarrassed: This time I have a problem animating a door. I'll ASCII the situation for you ____ The attributes: | w | - the w is the warp | d | - the d is the door (my door are 2 pictures, upper part and under part) –--- d I made the door with Mask and the opened door I set at animation. Now my door is constantly opening and closing Is there a way to just open the door when someone walks through? and keep it closed for the rest of the time?
  3. Hi everyone, I would like to edit the Items.bmp from EE 2.7 for my game. Some animations of e.g. some swords are not working like they should, so I would like to fix that :) I have Photoshop CS3 but I don't have Photoshop skills. Is there some kind of way to replace the Items or add Items in the Image? This is my biggest problem: I can select the Items, because I don't see some kind of grid or something, I don't know if I selected the Item perfectly or if I selected it let's say 5 or more pixels too low, too high, too much left or too much right. It's hard to explain so I hope you get what I mean
  4. Hi thank you for your reply. I couldn't make that work, so I just made my own "death" script which sets your HP, MP to 0 warps you to map 1 x1 y1 and you will lose 1/3 of your experience. Also if your Experience is < 15 you will drop a level ^^ And btw, this has nothing to do with humor :cheesy: A friend of mine is helping me with the game, but sometimes he thinks it's fun to bully admins. I don't want to ban him, because he helps me a lot, but I wan't to give the admins some power to stop him. And he will stop when he keeps dying, because he will lose Experience.
  5. I updated my code. I checked the source (but i don't use the source yet to build my own client) I saw a command with Call SetPlayerPk(Attacker, YES) so i made this code now, but it still doesn't work can someone tell me why it doesn't work and maybe how to fix it? Case "/neetim" If GetPlayerAccess(Index) >2 Then Call PlayerMsg(Index, "GEPEST!", YELLOW) Target = GetPlayerTarget(Index) Call DamagePlayer(Index, Target, 99999) Call SetPlayerPK(Attacker, NO) Call SendPlayerData(Attacker) End If Exit Sub
  6. Ja een vriend van me die me helpt met m'n game heeft af en toe neigingen admins te pesten. dus probeer ik hem terug te pesten :P ontopic: I couldn't find anything like that either. I only found a line which displays a text in the chatbox in red. But I will try to find it in the source :) Thanks
  7. Hello, I made this litle script: I put it in the "Sub Commands(Index)" section Case "/neetim" If GetPlayerAccess(Index) >2 Then Call PlayerMsg(Index, "GEPEST!", YELLOW) Target = GetPlayerTarget(Index) Call DamagePlayer(Index, Target, 100000000) End If Exit Sub So if an admin or owner or someone with acceslvl 3 says /neetim his target wil die. This works, but when I kill a player with that my name turns red and I can get attacked. Can someone tell me what I need to insert which wil reset that "status" to normal??
  8. Thank you very much, problem solved :)
  9. Hi. I don't know if your problem is already solved, but I put some text in the "speech" section (I didn't set every stat >1) and when I walk to the NPC and press the Ctrl button it says the line I told him so. I hope this is usefull to you :)
  10. Hello everyone, I got a little problem. I made an Item (a sword) with the sword picture. Just added it to my shop and with my character I bought my sword. When I equiped it the stats confirm I equiped it and the box confirms that too, but I don't see a sword in my hands. I can actually kill something, but I still don't see a sword. Can someone help me??
×
×
  • Create New...