Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Anyone know how to fix fishing and spawn world boss?

Newbie Spellweaver
Joined
Feb 8, 2018
Messages
14
Reaction score
0
When i start fishing,my gameserver show this error
827loklok00 - Anyone know how to fix fishing and spawn world boss? - RaGEZONE Forums

And anyone know how to spawn world boss?
mine's not spawning them..
 
Newbie Spellweaver
Joined
Jan 28, 2014
Messages
42
Reaction score
10
the boss spawn is have to use like this

Code:
/spawn creautre creautreID

For example, call one "Kzarka"

Code:
/spawn creautre 23001

see below video

[video]https://streamable.com/xy4vy[/video]

WOdyvlk - Anyone know how to fix fishing and spawn world boss? - RaGEZONE Forums


and you can find more NPC(ID)

Remember, this command is generated and repeated over and over again in the areas that once used it.

This can be restored to its original state when the server is restarted.
 

Attachments

You must be registered for see attachments list
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Feb 8, 2018
Messages
14
Reaction score
0
the boss spawn is have to use like this

Code:
/spawn creautre creautreID

For example, call one "Kzarka"

Code:
/spawn creautre 23001

see below video

[video]https://streamable.com/xy4vy[/video]

WOdyvlk - Anyone know how to fix fishing and spawn world boss? - RaGEZONE Forums


and you can find more NPC(ID)

Remember, this command is generated and repeated over and over again in the areas that once used it.

This can be restored to its original state when the server is restarted.

Opps! I just tried it and nothing happen.. Is it my server is broken than all of you?LOL
can't fish can't world boss... Now I would ask where do you guys download the server files LOL

Thanks a lots!!does it have cool down of respawn?like spawn after the boss died 30min/5hours or it will keep respawn when the boss just died?

Also,When i just filled water my game would disconnect from my gameserver,is it a bug that cannot fix?

btw,did you know what is the problem i can't fish?Because I have seen that other people could fish.So I think my problem could be fixed but I don't know how.Maybe it's database problem?because it show CMStartAction packet error
 

Attachments

You must be registered for see attachments list
Last edited:
Upvote 0
Initiate Mage
Joined
Jan 31, 2018
Messages
1
Reaction score
0
fishing error

Server -> gameserver -> bin -> configs -> debug.properties

# Disable collections spawn
# Default: false
DisableCollectionsSpawn = false
# Disable loading huge region images (for memory economy while tests)
# Default: false
DisableRegionDataLoad = false
 
Upvote 0
Elite Diviner
Joined
Feb 5, 2016
Messages
416
Reaction score
32
anyone know why i and my friend dame world boss but ram increase to 25gb .
 
Upvote 0
Newbie Spellweaver
Joined
Feb 8, 2018
Messages
14
Reaction score
0
fishing error

Server -> gameserver -> bin -> configs -> debug.properties

# Disable collections spawn
# Default: false
DisableCollectionsSpawn = false
# Disable loading huge region images (for memory economy while tests)
# Default: false
DisableRegionDataLoad = false

Thanks first!
but sadly still didn't work also the world boss
I think is my server files missing a lot of things
can you guys tell me where do you guys downloading the server files plz
 
Upvote 0
Newbie Spellweaver
Joined
Jan 28, 2014
Messages
42
Reaction score
10
there is my debug.prop
Code:
# Disable collections spawn
# Default: false
DisableCollectionsSpawn = true

# Disable loading huge region images (for memory economy while tests)
# Default: false
DisableRegionDataLoad = true

# Enable actions debug
# Default: false
EnableActionsDebug = false
use this or
i think you have to reset to all settings

the server pack(SPP) is same sutff
see on DL http://forum.ragezone.com/f1000/release-bdo-server-files-repack-1143141/

and
I'm afraid I don't have much time.
Because I have a lot of work to do right now.
It is more difficult to study on my own because there are no manual guidelines.
What I could easily identify was that some a contents were found to be unavailable.

have a good works!
 
Last edited:
Upvote 0
Joined
Oct 28, 2011
Messages
2,465
Reaction score
1,258
Set to false, false, false



Code:
# Disable collections spawn
# Default: false
DisableCollectionsSpawn = false

# Disable loading huge region images (for memory economy while tests)
# Default: false
DisableRegionDataLoad = false

# Enable actions debug
# Default: false
EnableActionsDebug = false
 
Upvote 0
Newbie Spellweaver
Joined
Feb 8, 2018
Messages
14
Reaction score
0
Thanks for answering me!!
I can fish now.
I thought Disable loading huge region images was not effect fishing at first
but I just tried to set it to false and it works!
Thanks for answering me!I am such a stupid LOL
But world boss still doesn't work
I typed in /spawn creature 23061 and nothing happen.I also tried 23001
 
Upvote 0
Newbie Spellweaver
Joined
May 25, 2013
Messages
51
Reaction score
7
I attempted to turn on all of the debug options as above, now server won't finish starting. It hangs like the image below.

827loklok00 - Anyone know how to fix fishing and spawn world boss? - RaGEZONE Forums


Fixed it by disabling Region Load Data... Might play around later with adding more memory to the java environment settings since I have 64gb ram...
Edit: I increased server memory to xmx-10264 in the gameserver.bat and that seemed to fix all of my server loading issues...

Edit2: Can gather but no crafting works, and fishing still doesn't work. Cast out the line then wait forever and nothing happens...
 
Last edited:
Upvote 0
Back
Top