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

Akselj

Members
  • Posts

    2024
  • Joined

  • Last visited

    Never

Everything posted by Akselj

  1. @Godlord: > To be honest, now I'll just be happier to change my name. > > Regards, > Godlord. So, annoying me would make you happy?
  2. I want it to put all additions, else the bounty adds would be different.
  3. Same with me. I almost fainted once.@JBA: > Yeah, that happens to me too. If relaxed or something, and move too suddenly (sometimes just normally), that happens to me. I have a hard time balancing and I've fallen a few times. Does your heart beat faster than normal when this happens, Niko? Same with me. I almost fainted once, I fell at a chair. I aslo do weird things asleep…. I go to the toilet asleep (LOL) and I talk, and once when my family were at a vacation, I read to I fell asleep, then threw the book at my mom... LOL I'm weird :P
  4. I'll try that later. Thank you so much, Ghost, you have been helpfull since I made this topic. Thanks. EDIT: Shouldn't it be``` newbounty=bounty + 5000 ```? And shouldn't you use attbounty, since newbounty isn't dimmed?
  5. Godlord annoyed me, he had about 5 names… I think it was Godlord-> Goddie, the Irrestible-> Satanlord->The Nameless One-> Dirty Harry-> Godlord. Every time he changed name, it was like "Who the heck is this guy? Oh, it's Goddie!" Seriosly, Godlord, that was REALLY annoying.
  6. You didn't look at the other posts, did you Balliztik? Two reasons I figured that out; 1: You edited the script from my first post, updated lots of times. 2: I explained in one of the replies that I wanted the script to go through all ifs, so I guess the sub should not be exited then? I might be wrong, of course, but that is how I understand the command Exit Sub works. So you should look at the replies. But thanks anyway. I'm sure one of you Uber-scriptors will find out ;)
  7. > if skillwait = 0 then There's no such thing as skillwait. You have to define that variable, I guess it is a variable. > skillwait = 1 You must use putvar for that. > skillwait = 0 That is the same as the other two.
  8. Bump. Really need help, still does not work.
  9. This will aslo make a quest that can be done as many times as you want.
  10. > ' Executes whenever a player casts a scripted spell. > Sub ScriptedSpell(Index, Script) > Dim Target > Select Case Script > Case 0 > Call PlayerMsg(Index, "This scripted spell has no apparent use.", WHITE) > Exit Sub > > Case 1 > If getplayermp(index) > int(4) Then > Mana = Getplayermp(index) > Call SetPlayerMP(Index, INT(Mana - INT(5))) > GetPlayerTarget(Index) > Target = GetPlayerTarget(Index) > Call DamagePlayer(Index, Target, INT(5)) > NPCTarget = GetPlayerTargetNPC(Index) > Call DamageNPC(Index, NPCTarget, INT(5)) > Call Playsound(index, "magic19.wav") > Call Spellanim(50, getplayermap(index), getplayerx(target), getplayery(target)) > Else > If getplayermp(index) < int(5) Then > Call PlayerMsg(Index, "Not enough mana.", RED) > End If > Exit Sub > > Case Else > Call PlayerMsg(Index, "No spell script found. Please contact an admin to solve this problem.", WHITE) > Exit Sub > End Select > End Sub This is one error fixed. But I think there is another; this spell damages BOTH NPC and player, so you need to use if's to check if tartget is NPC or player. AkselJ
  11. Akselj

    VB code request

    I have it done for NPC HP. And I use textbox, not scrollbar.
  12. Akselj

    VB code request

    I tried. Did not work.
  13. That is not the problem, I have been using EE 2.7 always.
  14. VB6 can be downloaded pirated only. Only legal way to get it is second-hand.
  15. Hi, Today my server suddenly stopped working. (At least I noticed today.) Nobody can connect. Well, you can log on, but only on my computer players can walk on maps, on others there are only black maps. And scripts that use .INI's don't work, and the server does not connect. I don't know why this happened. Everything was fine before. I use EE 2.7\. Hope someone can help. EDIT: Solved! The server program was exited, but the process still running. So I exited the process and restarted server. Works fine now. Thanks, AkselJ
  16. I saw a code in tutorials/snippets by unnown, he sais it can make NPC's any size. He sais it can be easily edited to work for sprites too. Here: http://www.touchofdeathforums.com/smf/index.php/topic,31787.0.html I don't know how to make it work for sprites, but if you know some VB it should not be so hard after what unnown says AkselJ
  17. Akselj

    VB code request

    Hi, I used Jade Curt1ss's NPC HP values > 32767 in VB, and I tried to do the same with other stats like STR, DEF, etc. so that I can have other stats higher, and just write it into a text box. But I hardly know any VB code, so I was wodering if someone could code this for me? I use EE 2.7. Thanks, AkselJ
  18. I'll try fixing that, maybe it works then.
  19. That's a HUGE code… Thank you so much for doing this for all of us! This is really useful! Sticky vote!
  20. Akselj

    Error

    You are probaly missing the MSDN library. I aslo get that error, but I don't know where to get it.
  21. Extra "&" in first Global Msg? Nope, it's the one that came with the basicc EE 2.7 script. But where's the missing quotes?
  22. Why does it work for me then?
  23. Yeah… This is getting really annoying...
×
×
  • Create New...