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

ivo333

Members
  • Posts

    14
  • Joined

  • Last visited

    Never

ivo333's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Well i guess that answers most of my questions. Though, what is the npc vs npc script called? I tried to search for it to no result. Also is there a way to make npc not respawn?
  2. Recently i have been been experimenting with the Force Spawn NPC event, and i have come to the conclusion that it is extremely buggy. First of all, the event doesn't seem to be affected by switches. Second- the npc spawns randomly across the map. I really want the event to spawn at where the event is. Is there a way, like a code or something to fix those two things. My second question is related to guard NPCs. Is there a script out there that makes them attack other enemies, and not only PK players. Thanks in advance.
  3. So this is really weird. When trying to login i get "runtime error 9 subscript out of range" on my server. When debugging i found out the highlighted line to be the problem. **In modServerLoop ** Public Sub UpdateMapBlock(mapnum, x, y, blocked As Boolean) If blocked Then MapBlocks(mapnum).Blocks(x, y) = 9 Else **MapBlocks(mapnum).Blocks(x, y) = 0** End If End Sub Not sure if it has anything to do with the guild code but it wasn't happening before that.
  4. The topic needs some cleaning. Most of those links are dead. Can some of those stuff still be found or are they lost in 404 limbo. I hope this is not a personal problem, because damn i would feel dumb.
  5. A really nice engine. Has a lot of futures you can't find anywhere else. However, i do think the event system needs redesigning. I don't know why would you ditch the quest system, but i guess you have your reasons. Can't wait for the next update.
  6. ivo333

    Instanced Maps

    How do i make a certain map to be only available for one player, and his party? And we're not talking about player's switches here. Every player should have his own unique version of the map. I want to use it for housing, and maybe some story stuff.
  7. I'm getting "Run-time error '9' Subscript out of range" when lunching the client after editing the tilesets. I made sure all of the tiles are saved as PNG; the only change i made was slight color adjustment. What am i doing wrong here?
×
×
  • Create New...