Jump to content
  • 0

Dead Branch Room Support.


Gidz Cross

Question


  • Group:  Members
  • Topic Count:  128
  • Topics Per Day:  0.03
  • Content Count:  659
  • Reputation:   84
  • Joined:  04/07/14
  • Last Seen:  

I need a script something like this.

 

prontera,160,183,4 script Dead Branch Room Warper 859,{

mes "[Dead Branch Room Warper]";
mes "Which dead branch room would you like to be warped to?";
next;
menu "Room 1",pvp1,"Room 2",pvp2,"Room 3",pvp3,"Room 4",pvp4,"Room 5",pvp5;

pvp1:
warp "new_1-3",0,0;
end;

pvp2:
warp "new_2-3",0,0;
end;

pvp3:
warp "new_3-3",0,0;
end;

pvp4:
warp "new_4-3",0,0;
end;

pvp5:
warp "new_5-3",0,0;
end;
}

A simple dead branch room that can use "Dead Branch and Bloody Branch"

 

The problem on this script was the map was official? It has mobs. And i cant use dead branch and bloody branch. And im requesting for optional fee when entering the room. Thanks!

 

 

***Edit

And also I want to see how many people are inside of each room.

Something like

Room 1 [5] = Means 5 people inside

Room 2 [0]

Room 3 [2]

 

And so on.

Edited by gidzdlcrz
Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

Oh my bad..

 

Try this

menu "Room 1 ["+getmapusers("new_1-3")+"]",pvp1,"Room 2 ["+getmapusers("new_2-3")+"]",pvp2,"Room 3 ["+getmapusers("new_3-3")+"]",pvp3,"Room 4 ["+getmapusers("new_4-3")+"]",pvp4,"Room 5 ["+getmapusers("new_5-3")+"]",pvp5;

 

To enable, you can config it in

 

npc/mapflag/nobranch.txt

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

Replace your menu with this

menu "Room 1 ["+getmapusers(new_1-3)+"]",pvp1,"Room 2 ["+getmapusers(new_1-3)+"]",pvp2,"Room 3 ["+getmapusers(new_1-3)+"]",pvp3,"Room 4 ["+getmapusers(new_1-3)+"]",pvp4,"Room 5 ["+getmapusers(new_1-3)+"]",pvp5;

 

To disable the mobs in that map, look for them in your NPC folder as it is the official training grounds, I think.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  128
  • Topics Per Day:  0.03
  • Content Count:  659
  • Reputation:   84
  • Joined:  04/07/14
  • Last Seen:  

I will try that now.


Im seeing like this after i change the menu. [-1]

 


=============================================

 

How can i able to use Dead/Bloody Branch to a map?

post-25150-0-46586300-1398760818_thumb.jpg

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  128
  • Topics Per Day:  0.03
  • Content Count:  659
  • Reputation:   84
  • Joined:  04/07/14
  • Last Seen:  

I will try it again. Thanks as always!


====================================================================================================

 

It worked thanks! Now my only problem is to change that map into no mobs + can summon Dead Branch.


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

 

To disable the mobs in that map, look for them in your NPC folder as it is the official training grounds, I think.

Can use DB's now. Anyways i cant seem to locate this. Hmmmmmm.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  179
  • Reputation:   17
  • Joined:  04/24/14
  • Last Seen:  

Can use DB's now. Anyways i cant seem to locate this. Hmmmmmm.

 

you can disable mobs and npcs from novice.txt

 

pre-renewal ------ trunk\npc\pre-re\jobs\novice\novice.txt

 

renewal ----------- trunk\npc\re\jobs\novice\novice.txt

Edited by Veracious
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  128
  • Topics Per Day:  0.03
  • Content Count:  659
  • Reputation:   84
  • Joined:  04/07/14
  • Last Seen:  

 

Can use DB's now. Anyways i cant seem to locate this. Hmmmmmm.

 

you can disable mobs and npcs from novice.txt

 

pre-renewal ------ trunk\npc\pre-re\jobs\novice\novice.txt

 

renewal ----------- trunk\npc\re\jobs\novice\novice.txt

 

Woah! I'll look into these! :)

==================

 

It worked thanks!

Link to comment
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
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  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.

×
×
  • Create New...