-
Activity
-
-
0
DDoS Protections (GAME + WEBSITE)
Provides great services, the best in firewall programming, want to have your server fully protected this is the right guy! -
1
-
3
fix Level Update Fix [REVERSED]
We need new reaction smile specially for Mali topics, something like *CUMPERMANENTI think you are one of the best m2 designers, lets do it=) -
3
[Dumb question] what player_index pids (pid1, pid2, pid3, pid4, pid5) are actually for? 🥶
Thank you guys it is so obvious now! -
-
3
[Dumb question] what player_index pids (pid1, pid2, pid3, pid4, pid5) are actually for? 🥶
They are exactly it, the player ids of that account.- 1
-
-
3
[Dumb question] what player_index pids (pid1, pid2, pid3, pid4, pid5) are actually for? 🥶
At this point I'm afraid to ask, but here I go. PLAYER_INDEX DATABASE ID stands for the id of the account and this is clear to me EMPIRE stands for the kingdom of the account clearly with shinsoo = 1, jinno = 3 etc What about those pids? They are almost probably associated to each player character per account, but still I don't really get what the values refer to, all information I looked for seemed confusing and non exaustive; If someone could point me to something I'll be glad to get deeper into the undestanding of this Keep up the good work, cheers Macro -
0
Atlas/minimap not working.
Hi, im try recreate C1 / A1 and B1 map like ice(snow) / fire / desert maps, but when i recreate this map and i save atlas/minimap i got only old map. Just like this.
-
-
Recently Browsing
- No registered users viewing this page.
Question
Human 15
Hello guys,
I got bug with this questnpc.txt..
Let us consider one example say 20073 is DT tomb at 5th floor when you give 50084 unlock key its not opening or working
questnpc.txt
1092 devil_stone6
20073 devil_stone5
and the deviltower quest is
when devil_stone5.take with item.vnum == 50084 begin
npc.purge()
item.remove()
d.setf("stone_count", d.getf("stone_count") - 1)
if d.getf("stone_count") <= 0 then
d.clear_regen()
d.kill_all()
d.notice("You have opened the last Seal. You will")
d.notice("now arrive on the 6th floor!")
its in object too with name devil_stone5
but at 5th floor the stone is not accepting the key
similar to other runs like devil catacomb
Hope someone provide me solution for that..
Thanks in advance
Human
Link to comment
Share on other sites
Top Posters For This Question
2
1
1
Popular Days
May 23
3
May 24
1
Top Posters For This Question
Human 2 posts
ReFresh 1 post
Root 1 post
Popular Days
May 23 2016
3 posts
May 24 2016
1 post
Popular Posts
Root
check in syserr of the channel when u put the key on the stone. and try to replace when devil_stone5.take with item.vnum == 50084 begin with when 20073.take with item.vnum ==
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now