Jump to content
  • 1

bg_warp and instance_enter are equals?


danielps

Question


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  174
  • Reputation:   18
  • Joined:  10/09/14
  • Last Seen:  

Hi guys,

I want a create a custom bg, but i have a question. The command instance_enter duplicates the map and all npcs inside the instance map right? This way, i don't need to care about duplicating the map, scripts and npcs, and i also don't need to use setd and getd to create a dinamic npc.

My question is, the commando bg_warp works like the instance_enter? I can create my bg and every group of players that start it will play in a duplicated map and npcs?

I don't know if i was clear sorry for my bad english xD

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

no it doesn't
you still have to manually do instance_create with IM_NONE and throw every bg members inside

 

this is the example script I used 4 years ago as an example in hercules emulator
http://upaste.me/623e94
I'm sure it wont be that far of for rathena

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  174
  • Reputation:   18
  • Joined:  10/09/14
  • Last Seen:  

12 hours ago, AnnieRuru said:

no it doesn't
you still have to manually do instance_create with IM_NONE and throw every bg members inside

 

this is the example script I used 4 years ago as an example in hercules emulator
http://upaste.me/623e94
I'm sure it wont be that far of for rathena

Wow are u te real annie?

I'll have a look in this script thanks !
So let's see if i understand, i will construct my bg creating a instance? So in original servers how does it work ? Like, there are lot of players in original server, do all of them play in the same map? It's impossible, so much player for same bg... but ok i will create this bg usind isntance_create so that i program it only once and every group of players that start it will be warped to a different map and don't disturb other groups. 
That is it? Do i undestanr it correctly annie?

Thanks a lot!

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

28 minutes ago, danielps said:

Wow are u te real annie?

hmm ? I wonder which annie are you refering too ? /hmm
there are 7 annie in this rathena board ...

 

2 hours ago, danielps said:

So in original servers how does it work ?

https://irowiki.org/wiki/Battlegrounds

 

2 hours ago, danielps said:

Like, there are lot of players in original server, do all of them play in the same map?

yes, the server will queue them ....
so if it is 6vs6 ... and 60 players register for it, you have to wait 5 rounds then only you can join

 

2 hours ago, danielps said:

It's impossible, so much player for same bg...

yes I know this mechanic sux ...
most modern MMORPG already instanced the battleground map, and players can even choose which on-going battleground to join in

 

2 hours ago, danielps said:

but ok i will create this bg usind isntance_create so that i program it only once and every group of players that start it will be warped to a different map and don't disturb other groups.

yup I think you get the idea.

btw rathena still don't support battleground queue system ... and hercules one also has some bugs ...
so neither emulator has full features of the latest battleground queue system... yet

  • Love 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  174
  • Reputation:   18
  • Joined:  10/09/14
  • Last Seen:  

14 minutes ago, AnnieRuru said:

hmm ? I wonder which annie are you refering too ? /hmm
there are 7 annie in this rathena board ...

Well, you dont know me, we have never talked, but i know you from your lots of posts here in rathena, in hercules etc... but you were kind of lot of time out of foruns, your rofile in all frouns were like "last visited 2 years ago" haha And a few time ago I saw a profile called "AnieRuru", but it was not the original AnieRuru, it was a fan he said, that is why i'm asking if you are the real anieruru that answered and posted lots of scripts, src mods etc...

I hope someday i'll become good programer like you (if you the original anieRuru that i'm talking about of course) xD

I'm good with script, but not so good with src, C and C++ are kind of hard, i get confused with pointers and structures haha
Anyway being the real Anie ot not, thanks a lott man (or girl, dont know if its shemale or really a girl haha) 

I will create my bg system with instance_create so i think i won't have any problem xD
PS: I'm creating a mobaRO (like league of legends =D)
Thanks i think this solved my problem! Like !!

  • Love 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

I just spoon feed with a sample ...
I knew you'll gonna open more topic later

EDIT: fix same player can rejoin again
http://upaste.me/4a97496660244e685

@danielps

Edited by AnnieRuru
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...