Jump to content
Sign in to follow this  
danny1ma

Script Data Handling - Problem NPC

Recommended Posts

4 minutes ago, Satan said:

You can use up to 6-10 mobs in array, idk exact amount. And if you could send ur scripts for we check.

I do not understand what you want to say. 

 

explain to me a little better.

Share this post


Link to post
Share on other sites

On here:

 

MonsterToRecord = {}
MonsterToRecord[1] = 974
MonsterToRecord[2] = 975
MonsterToRecord[3] = 976
MonsterToRecord[4] = 977
MonsterToRecord[5] = 805
MonsterToRecord[6] = 789

 


lelouch_signature_by_vahntheknight-d4uafwj.png

Share this post


Link to post
Share on other sites
3 minutes ago, Satan said:

On here:

 


MonsterToRecord = {}
MonsterToRecord[1] = 974
MonsterToRecord[2] = 975
MonsterToRecord[3] = 976
MonsterToRecord[4] = 977
MonsterToRecord[5] = 805
MonsterToRecord[6] = 789

 

-- ----------------
-- Table Index's
-- ----------------

MonsterKnowledge = {}
RespawnBoss = {}
BossToRecord = {}
MonstersToRecord = {}

-- ----------------
-- Bosses IDS
-- ----------------
MonstersToRecord[1] = 805
MonstersToRecord[2] = 789
MonstersToRecord[3] = 1204

-- --------------------
-- Bosses Respawn Time
-- --------------------

-- MonsterID / Time in seconds
RespawnBoss[805] = 10800
RespawnBoss[789] = 10800
RespawnBoss[1204] = 14400

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

×
×
  • Create New...