Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

Issue Confirmations

  • Yes (1)No (0)
Photo

Eclage warps error

Posted by Hercules Bot on 15 October 2012 - 10:26 AM

Originally posted by Dragonstorm
Hello, just wanted to announce that there is a small error in the warps of eclage.


The input warp (eclage_field0001) is in an area not walkable, so you can not get to it.
And when leaving ecl_fild01 (eclage_field0002), got it, you're in an area not walkable.

Current script
//===== rAthena Script =======================================
//= Eclage Warp Script
//===== By: ==================================================
//= Chilly
//===== Current Version: =====================================
//= 1.0
//===== Compatible With: =====================================
//= rAthena SVN
//===== Description: =========================================
//= Warp Points for Eclage
//===== Additional Comments: =================================
//= 1.0 First Version.
//============================================================

// Town Warps
bif_fild02,292,351,0	warp	eclage_field0001	1,1,ecl_fild01,205,74
ecl_fild01,207,72,0	warp	eclage_field0002	1,1,bif_fild02,294,349
ecl_fild01,97,320,0	warp	eclage_field0003	1,1,eclage,100,28
eclage,98,26,0	warp	eclage_field0004	1,1,ecl_fild01,97,317
eclage,299,309,0	warp	eclage_field0005	1,1,ecl_in01,47,11
ecl_in01,47,8,0	warp	eclage_field0006	1,1,eclage,297,307
ecl_in01,8,67,0	warp	eclage_field0007	1,1,ecl_hub01,38,94
ecl_hub01,40,95,0	warp	eclage_field0008	1,1,ecl_in01,11,67
ecl_hub01,22,109,0	warp	eclage_field0009	1,1,ecl_in02,98,7
ecl_in02,98,4,0	warp	eclage_field0010	1,1,ecl_hub01,23,107
ecl_in02,81,18,0	warp	eclage_field0011	1,1,ecl_in02,157,65
ecl_in02,157,68,0	warp	eclage_field0012	1,1,ecl_in02,83,18
ecl_in01,84,68,0	warp	eclage_field0013	1,1,ecl_hub01,107,107
ecl_hub01,107,110,0	warp	eclage_field0014	1,1,ecl_in01,81,68
ecl_hub01,127,95,0	warp	eclage_field0015	1,1,ecl_hub01,18,31
ecl_hub01,18,34,0	warp	eclage_field0016	1,1,ecl_hub01,124,95
ecl_hub01,40,14,0	warp	eclage_field0017	1,1,ecl_in03,144,17
ecl_in03,144,14,0 warp eclage_field0018 1,1,ecl_hub01,40,11


Script corrected
//===== rAthena Script =======================================
//= Eclage Warp Script
//===== By: ==================================================
//= Chilly
//===== Current Version: =====================================
//= 1.0
//===== Compatible With: =====================================
//= rAthena SVN
//===== Description: =========================================
//= Warp Points for Eclage
//===== Additional Comments: =================================
//= 1.0 First Version.
//============================================================

// Town Warps
bif_fild02,288,350,0 warp eclage_field0001 1,1,ecl_fild01,205,74
ecl_fild01,207,72,0 warp eclage_field0002 1,1,bif_fild02,288,346
ecl_fild01,97,320,0 warp eclage_field0003 1,1,eclage,100,28
eclage,98,26,0 warp eclage_field0004 1,1,ecl_fild01,97,317
eclage,299,309,0 warp eclage_field0005 1,1,ecl_in01,47,11
ecl_in01,47,8,0 warp eclage_field0006 1,1,eclage,297,307
ecl_in01,8,67,0 warp eclage_field0007 1,1,ecl_hub01,38,94
ecl_hub01,40,95,0 warp eclage_field0008 1,1,ecl_in01,11,67
ecl_hub01,22,109,0 warp eclage_field0009 1,1,ecl_in02,98,7
ecl_in02,98,4,0 warp eclage_field0010 1,1,ecl_hub01,23,107
ecl_in02,81,18,0 warp eclage_field0011 1,1,ecl_in02,157,65
ecl_in02,157,68,0 warp eclage_field0012 1,1,ecl_in02,83,18
ecl_in01,84,68,0 warp eclage_field0013 1,1,ecl_hub01,107,107
ecl_hub01,107,110,0 warp eclage_field0014 1,1,ecl_in01,81,68
ecl_hub01,127,95,0 warp eclage_field0015 1,1,ecl_hub01,18,31
ecl_hub01,18,34,0 warp eclage_field0016 1,1,ecl_hub01,124,95
ecl_hub01,40,14,0 warp eclage_field0017 1,1,ecl_in03,144,17
ecl_in03,144,14,0 warp eclage_field0018 1,1,ecl_hub01,40,11


If possible, fix it, to avoid future problems.
Beforehand, thanks.

Originally posted by Spre
I just checked it, and with the current code(your first codebox) I was able to walk to and enter the warp portal to get to the next field.

Make sure you have everything updated because it is also a walkable tile.


I have changed this to unable to reproduce.

Originally posted by Joseph
Issue confirmed.

Are those coordinates official?


Originally posted by Dragonstorm

I just checked it, and with the current code(your first codebox) I was able to walk to and enter the warp portal to get to the next field.Make sure you have everything updated because it is also a walkable tile.I have changed this to unable to reproduce.


I have everything updated, and renewal ragnarok, today and these areas are not walkable.

Originally posted by Spre
I do not know how this is confirmed I just tried it again and is fine.

eclage_field0001

I tested, got to and used warp fine.

eclage_field0002


same thing, got to warp, walked around warped fine.


Just tested it right now, so yea.

Originally posted by Joseph
Update your KRO.