Poring Village

Alayne

New member
Messages
345
Points
0







View File

Poring Village




Hello peoples,

I've been asked recently to create official instances that aren't release on rathena yet. So I decided to merge them to hercules too.

So here's my version of Poring Village instance, based over infos took here and there, videos and divine-pride database.

In the rar, you'll find all you need, including Instance file, mob, item and quest db.

You'll still need up to date client (I personnaly use 20160201) to ensure the mobs are created client side.

Have fun.

Please, leave the credits and do not claim my work as yours.







 
Hey Bro,

first thanks for your Work with Poring Village.

I0y1S.jpg


If i Start the Memorial Dungoen they tell me Poring Village doesnt exist for Party ...

do u can tell me why? In the newest version of hercules pre-re the instance_db doenst exist.

 
Hercules does not use an instance database like rAthena does.

This should fix your issue:

Find this line:

Code:
if( PV_INSTANCE_ID <= 0 ){


Change to:

Code:
if( PV_INSTANCE_ID < 0 ){
 
Last edited by a moderator:
Back
Top