<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Southperry.net - MapleBugs]]></title>
		<link>https://www.southperry.net/</link>
		<description><![CDATA[Southperry.net - https://www.southperry.net]]></description>
		<pubDate>Sun, 05 Jul 2026 20:36:03 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Gift Filled Christmas Socks occasionally does nothing]]></title>
			<link>https://www.southperry.net/showthread.php?tid=75625</link>
			<pubDate>Mon, 14 Dec 2015 05:39:04 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.southperry.net/member.php?action=profile&uid=5853">xparasite9</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.southperry.net/showthread.php?tid=75625</guid>
			<description><![CDATA[Periodically when trying to open up one of these to receive a reward I get a message that says something along the lines of "this has run out of its Christmas cheer" from Maple Admin and then the item just disappears and I get nothing.<br />
<br />
I keep forgetting to snap a screenshot of it. Hopefully, next time it happens I will remember!]]></description>
			<content:encoded><![CDATA[Periodically when trying to open up one of these to receive a reward I get a message that says something along the lines of "this has run out of its Christmas cheer" from Maple Admin and then the item just disappears and I get nothing.<br />
<br />
I keep forgetting to snap a screenshot of it. Hopefully, next time it happens I will remember!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Tiny Legs Mount Medal Glitched/Broken]]></title>
			<link>https://www.southperry.net/showthread.php?tid=75138</link>
			<pubDate>Thu, 10 Sep 2015 15:48:05 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.southperry.net/member.php?action=profile&uid=9798">Metric</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.southperry.net/showthread.php?tid=75138</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">Describe the problem. Be as specific as possible!:</span><br />
Glitched or broken. I had 38/50 completed in my progress, now it went down back to 0/50. <img src="https://www.southperry.net/images/smilies/Maple/tongue.png" alt="Tongue" title="Tongue" class="smilie smilie_25" /><br />
I was like okay... I'll start over and now the mounts don't even count towards the medal. GG. <img src="https://www.southperry.net/images/smilies/Maple/frown.png" alt="Frown" title="Frown" class="smilie smilie_46" /><br />
<br />
I'll try to post a screenshot if I remember to do it later.]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">Describe the problem. Be as specific as possible!:</span><br />
Glitched or broken. I had 38/50 completed in my progress, now it went down back to 0/50. <img src="https://www.southperry.net/images/smilies/Maple/tongue.png" alt="Tongue" title="Tongue" class="smilie smilie_25" /><br />
I was like okay... I'll start over and now the mounts don't even count towards the medal. GG. <img src="https://www.southperry.net/images/smilies/Maple/frown.png" alt="Frown" title="Frown" class="smilie smilie_46" /><br />
<br />
I'll try to post a screenshot if I remember to do it later.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA["Blade Effects" damage display has a memory leak.]]></title>
			<link>https://www.southperry.net/showthread.php?tid=74784</link>
			<pubDate>Tue, 14 Jul 2015 10:11:18 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.southperry.net/member.php?action=profile&uid=238">Daakun</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.southperry.net/showthread.php?tid=74784</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">tl;dr, if you use damaging skills in one map for too long, you'll eventually reach a point where your FPS goes to pomegranate and you crash out.</span><br />
<br />
I believe the issue to be with the method the display uses to hide multiple lines of damage. Instead of unloading old damage lines, they're just interrupted when a new damage line is called.<br />
Since a replaced damage line doesn't finish its animation naturally, it never unloads from memory.<br />
<br />
That said, the memory is freed up by changing maps in-game; I assume because map change unloads the bugged damage numbers like it would unload normal ones.<br />
<br />
Steps to reproduce:<br />
1. Enable the "Blade Effects" damage effect option<br />
2. Continually use any damaging skill from any class in any map (skills that deal multiple lines of damage work best for reaching the critical point)<br />
3. Eventually your client drops FPS drastically and crashes out<br />
<br />
Kanna's Soul Shear skill is a very quick way to encounter the bug, since it can deal 15 lines of damage to up to 15 targets each time you use it.<br />
<br />
Already posted this issue to the official MS bug report board <a href="http://maplestory.nexon.net/community/#%2Fshowthread.php%3F1448694-Graphics-Memory-Leak-quot-Blade-Effect-quot-damage-display-leaks-memory%26p%3D11944247%23post11944247" target="_blank" rel="noopener" class="mycode_url">here</a>.<br />
<br />
Edit: Look at all the damage lines Soul Shear spits out in "Cascade" display: <a href="http://i.imgur.com/f3NsKpN.jpg" target="_blank" rel="noopener" class="mycode_url">http://i.imgur.com/f3NsKpN.jpg</a><br />
Now imagine all but maybe one line per target never leaving memory.]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">tl;dr, if you use damaging skills in one map for too long, you'll eventually reach a point where your FPS goes to pomegranate and you crash out.</span><br />
<br />
I believe the issue to be with the method the display uses to hide multiple lines of damage. Instead of unloading old damage lines, they're just interrupted when a new damage line is called.<br />
Since a replaced damage line doesn't finish its animation naturally, it never unloads from memory.<br />
<br />
That said, the memory is freed up by changing maps in-game; I assume because map change unloads the bugged damage numbers like it would unload normal ones.<br />
<br />
Steps to reproduce:<br />
1. Enable the "Blade Effects" damage effect option<br />
2. Continually use any damaging skill from any class in any map (skills that deal multiple lines of damage work best for reaching the critical point)<br />
3. Eventually your client drops FPS drastically and crashes out<br />
<br />
Kanna's Soul Shear skill is a very quick way to encounter the bug, since it can deal 15 lines of damage to up to 15 targets each time you use it.<br />
<br />
Already posted this issue to the official MS bug report board <a href="http://maplestory.nexon.net/community/#%2Fshowthread.php%3F1448694-Graphics-Memory-Leak-quot-Blade-Effect-quot-damage-display-leaks-memory%26p%3D11944247%23post11944247" target="_blank" rel="noopener" class="mycode_url">here</a>.<br />
<br />
Edit: Look at all the damage lines Soul Shear spits out in "Cascade" display: <a href="http://i.imgur.com/f3NsKpN.jpg" target="_blank" rel="noopener" class="mycode_url">http://i.imgur.com/f3NsKpN.jpg</a><br />
Now imagine all but maybe one line per target never leaving memory.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Tot's Pupil Medal]]></title>
			<link>https://www.southperry.net/showthread.php?tid=74593</link>
			<pubDate>Tue, 09 Jun 2015 23:44:31 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.southperry.net/member.php?action=profile&uid=13971">chillzwut</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.southperry.net/showthread.php?tid=74593</guid>
			<description><![CDATA[Hi, everyone.<br />
<br />
A week or so ago I discovered the tot's know-how (old player), and got the Tot's Pupil Medal. My problem is that I can't get rid of it... When I checked the expiry date, it showed a time that had already passed, so I was really confused. I can't sell it/drop it, and it's just taking up space in my inventory. <img src="https://www.southperry.net/images/smilies/Maple/tongue.png" alt="Tongue" title="Tongue" class="smilie smilie_25" /> Can anyone help? Thanks.]]></description>
			<content:encoded><![CDATA[Hi, everyone.<br />
<br />
A week or so ago I discovered the tot's know-how (old player), and got the Tot's Pupil Medal. My problem is that I can't get rid of it... When I checked the expiry date, it showed a time that had already passed, so I was really confused. I can't sell it/drop it, and it's just taking up space in my inventory. <img src="https://www.southperry.net/images/smilies/Maple/tongue.png" alt="Tongue" title="Tongue" class="smilie smilie_25" /> Can anyone help? Thanks.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[White Heaven: Kayla NPC Missing]]></title>
			<link>https://www.southperry.net/showthread.php?tid=74472</link>
			<pubDate>Thu, 21 May 2015 05:24:21 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.southperry.net/member.php?action=profile&uid=7124">Lantisca</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.southperry.net/showthread.php?tid=74472</guid>
			<description><![CDATA[First and foremost, I'd like to apologize if this was somehow already submitted and I happen to miss it. Tried Googling and searching other forums for some help as well, but I wasn't fortunate in the matter.<br />
<br />
So upon finally having the time to do White Heaven quests, I begin to start it from the very beginning, but do not see Kayla the Fairy once I am on White Heaven in the map called "Above Deck". After the small cut-scene where the witch goes into the right-most portal, it prompts me to follow her. Though, whenever I press up on the portal, nothing happens and I get this message in green text.<br />
<br />
I want to turn in the quest, whatever that is... but there's just one problem. Kayla is missing. She doesn't appear for me in the hallway.<br />
I've had some similar issues with these flashy new cut-scene quests (i.e. FriendStory), where there was a resolution issue. I thought maybe this was the case and placed my resolution on max setting (even though I have to play it in window mode, despite having a 16:10 aspect ratio), but to no avail, and that's yet another issue I can't fathom. Why is it if my real global resolution is 1680x1050 (which is 16:10), I can't access full screen at 1366x768 at a 16:9 ratio?<br />
<br />
I've tried changing channels, logging out and back in&#8212;nothing works.<br />
<br />
I'm hoping anyone can help!<br />
<br />
<div class="spoiler" style="margin: 5px 0; padding: 5px; border: 1px solid #ccc; background: #f9f9f9;">
		<input type="button" onclick="showSpoiler(this);" value="Show" style="width: 5em; padding-right: 3px;" />&nbsp;<b>Images of problem</b><br />
		<div class="inner" style="display:none; margin-left: 15px; margin-top: 5px; border-left: 2px solid #ccc; padding-left: 5px;">
			<br />
<img src="http://i.imgur.com/zHyOkaVl.jpg" loading="lazy"  alt="[Image: zHyOkaVl.jpg]" class="mycode_img" /><br />
<br />
		</div>
	</div>]]></description>
			<content:encoded><![CDATA[First and foremost, I'd like to apologize if this was somehow already submitted and I happen to miss it. Tried Googling and searching other forums for some help as well, but I wasn't fortunate in the matter.<br />
<br />
So upon finally having the time to do White Heaven quests, I begin to start it from the very beginning, but do not see Kayla the Fairy once I am on White Heaven in the map called "Above Deck". After the small cut-scene where the witch goes into the right-most portal, it prompts me to follow her. Though, whenever I press up on the portal, nothing happens and I get this message in green text.<br />
<br />
I want to turn in the quest, whatever that is... but there's just one problem. Kayla is missing. She doesn't appear for me in the hallway.<br />
I've had some similar issues with these flashy new cut-scene quests (i.e. FriendStory), where there was a resolution issue. I thought maybe this was the case and placed my resolution on max setting (even though I have to play it in window mode, despite having a 16:10 aspect ratio), but to no avail, and that's yet another issue I can't fathom. Why is it if my real global resolution is 1680x1050 (which is 16:10), I can't access full screen at 1366x768 at a 16:9 ratio?<br />
<br />
I've tried changing channels, logging out and back in&#8212;nothing works.<br />
<br />
I'm hoping anyone can help!<br />
<br />
<div class="spoiler" style="margin: 5px 0; padding: 5px; border: 1px solid #ccc; background: #f9f9f9;">
		<input type="button" onclick="showSpoiler(this);" value="Show" style="width: 5em; padding-right: 3px;" />&nbsp;<b>Images of problem</b><br />
		<div class="inner" style="display:none; margin-left: 15px; margin-top: 5px; border-left: 2px solid #ccc; padding-left: 5px;">
			<br />
<img src="http://i.imgur.com/zHyOkaVl.jpg" loading="lazy"  alt="[Image: zHyOkaVl.jpg]" class="mycode_img" /><br />
<br />
		</div>
	</div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Star World Stats Reset]]></title>
			<link>https://www.southperry.net/showthread.php?tid=73549</link>
			<pubDate>Wed, 31 Dec 2014 13:45:21 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.southperry.net/member.php?action=profile&uid=5299">Satellite</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.southperry.net/showthread.php?tid=73549</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">Describe the problem. Be as specific as possible!:</span><br />
Found out today that <strike>all my star items had disappeared(some were supposed to expire I guess but I also lost minigame customizations). </strike>My wins in Yut had been removed (loses were still there) and as well as all my stats for One Card. I now have 1 One Card Plays when I used to have over 200.<br />
<br />
This didn't happens for everyone, as the people I saw still had their old stats there.<br />
<br />
<div class="spoiler" style="margin: 5px 0; padding: 5px; border: 1px solid #ccc; background: #f9f9f9;">
		<input type="button" onclick="showSpoiler(this);" value="Show" style="width: 5em; padding-right: 3px;" />&nbsp;<b>Images of problem</b><br />
		<div class="inner" style="display:none; margin-left: 15px; margin-top: 5px; border-left: 2px solid #ccc; padding-left: 5px;">
			<br />
<br />
<br />
		</div>
	</div>
<br />
EDIT:<br />
<br />
I got my items back, but my stats still seem to be reseted for good.]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">Describe the problem. Be as specific as possible!:</span><br />
Found out today that <strike>all my star items had disappeared(some were supposed to expire I guess but I also lost minigame customizations). </strike>My wins in Yut had been removed (loses were still there) and as well as all my stats for One Card. I now have 1 One Card Plays when I used to have over 200.<br />
<br />
This didn't happens for everyone, as the people I saw still had their old stats there.<br />
<br />
<div class="spoiler" style="margin: 5px 0; padding: 5px; border: 1px solid #ccc; background: #f9f9f9;">
		<input type="button" onclick="showSpoiler(this);" value="Show" style="width: 5em; padding-right: 3px;" />&nbsp;<b>Images of problem</b><br />
		<div class="inner" style="display:none; margin-left: 15px; margin-top: 5px; border-left: 2px solid #ccc; padding-left: 5px;">
			<br />
<br />
<br />
		</div>
	</div>
<br />
EDIT:<br />
<br />
I got my items back, but my stats still seem to be reseted for good.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[1000 Reward Point daily cap from Star Planet is not always enforced]]></title>
			<link>https://www.southperry.net/showthread.php?tid=73533</link>
			<pubDate>Mon, 29 Dec 2014 17:32:09 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.southperry.net/member.php?action=profile&uid=4298">SaptaZapta</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.southperry.net/showthread.php?tid=73533</guid>
			<description><![CDATA[<img src="http://i.imgur.com/KBKJvC2.jpg" loading="lazy"  alt="[Image: KBKJvC2.jpg]" class="mycode_img" /><br />
<br />
As you can see I got a total of 1116 Reward Points from Star Planet on December 23.<br />
This is all on the same character.  (I have heard that if you have characters on several worlds you can get 1000 points a day on each.  But that is not the case here).<br />
<br />
On other days when I visited Star Planet multiple times, the last session stopped accumulating points at the right point.  I don't know what was different on that date.]]></description>
			<content:encoded><![CDATA[<img src="http://i.imgur.com/KBKJvC2.jpg" loading="lazy"  alt="[Image: KBKJvC2.jpg]" class="mycode_img" /><br />
<br />
As you can see I got a total of 1116 Reward Points from Star Planet on December 23.<br />
This is all on the same character.  (I have heard that if you have characters on several worlds you can get 1000 points a day on each.  But that is not the case here).<br />
<br />
On other days when I visited Star Planet multiple times, the last session stopped accumulating points at the right point.  I don't know what was different on that date.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Unable to obtain Ryude's Sword]]></title>
			<link>https://www.southperry.net/showthread.php?tid=73211</link>
			<pubDate>Sun, 23 Nov 2014 19:42:30 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.southperry.net/member.php?action=profile&uid=3275">Marksman Bryan</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.southperry.net/showthread.php?tid=73211</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">Describe the problem. Be as specific as possible!:</span><br />
<br />
The reward boxes "Alicia's Ring Box (2nd Rank)" and "Alicia's Ring Box (1st Rank)" are glitched.<br />
<br />
When the item "Ryude's Sword" appears when using the above mentioned reward boxes, the reward box window closes without giving the "Ryude's Sword" as a reward.<br />
After the reward box window closes, the message "Failed to unseal the box. Please try again." is displayed in the chat window.<br />
<br />
<br />
The "Alicia's Ring Box (2nd Rank)" is given as a reward for clearing floor 41 to 45 in the Oz Tower dungeon, and "Alicia's Ring Box (1st Rank)" is given as a reward for clearing floor 46-50.<br />
This same glitch was also happening with other Alicia Ring Box rewards when the Oz Tower dungeon first opened. <br />
<br />
<br />
The error only appears when the box is going to land on Ryude's Sword. I've seen Ryude's Sword in the cycle many times, and I do not receive an error when it lands on anything else. It only happens to the most valuable item.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">modified from:</span> <a href="http://maplestory.nexon.net/community/#%2Fshowthread.php%3F1317829-Alicia-s-Ring-Box-%282nd-Rank%29-glitch%25E2%2580%258F%26nxid%3D6" target="_blank" rel="noopener" class="mycode_url">here</a><br />
<br />
<div class="spoiler" style="margin: 5px 0; padding: 5px; border: 1px solid #ccc; background: #f9f9f9;">
		<input type="button" onclick="showSpoiler(this);" value="Show" style="width: 5em; padding-right: 3px;" />&nbsp;<b>Images of problem</b><br />
		<div class="inner" style="display:none; margin-left: 15px; margin-top: 5px; border-left: 2px solid #ccc; padding-left: 5px;">
			<br />
<img src="http://puu.sh/d2BCj/76512d789f.jpg" loading="lazy"  alt="[Image: 76512d789f.jpg]" class="mycode_img" /><br />
<br />
		</div>
	</div>
<br />
<br />
Figured I could post here as well. Why not. I've lost out on over 10 of these swords. Probably closer to 20.]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">Describe the problem. Be as specific as possible!:</span><br />
<br />
The reward boxes "Alicia's Ring Box (2nd Rank)" and "Alicia's Ring Box (1st Rank)" are glitched.<br />
<br />
When the item "Ryude's Sword" appears when using the above mentioned reward boxes, the reward box window closes without giving the "Ryude's Sword" as a reward.<br />
After the reward box window closes, the message "Failed to unseal the box. Please try again." is displayed in the chat window.<br />
<br />
<br />
The "Alicia's Ring Box (2nd Rank)" is given as a reward for clearing floor 41 to 45 in the Oz Tower dungeon, and "Alicia's Ring Box (1st Rank)" is given as a reward for clearing floor 46-50.<br />
This same glitch was also happening with other Alicia Ring Box rewards when the Oz Tower dungeon first opened. <br />
<br />
<br />
The error only appears when the box is going to land on Ryude's Sword. I've seen Ryude's Sword in the cycle many times, and I do not receive an error when it lands on anything else. It only happens to the most valuable item.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">modified from:</span> <a href="http://maplestory.nexon.net/community/#%2Fshowthread.php%3F1317829-Alicia-s-Ring-Box-%282nd-Rank%29-glitch%25E2%2580%258F%26nxid%3D6" target="_blank" rel="noopener" class="mycode_url">here</a><br />
<br />
<div class="spoiler" style="margin: 5px 0; padding: 5px; border: 1px solid #ccc; background: #f9f9f9;">
		<input type="button" onclick="showSpoiler(this);" value="Show" style="width: 5em; padding-right: 3px;" />&nbsp;<b>Images of problem</b><br />
		<div class="inner" style="display:none; margin-left: 15px; margin-top: 5px; border-left: 2px solid #ccc; padding-left: 5px;">
			<br />
<img src="http://puu.sh/d2BCj/76512d789f.jpg" loading="lazy"  alt="[Image: 76512d789f.jpg]" class="mycode_img" /><br />
<br />
		</div>
	</div>
<br />
<br />
Figured I could post here as well. Why not. I've lost out on over 10 of these swords. Probably closer to 20.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Dual Blades not getting Explorers Episode Book?]]></title>
			<link>https://www.southperry.net/showthread.php?tid=72853</link>
			<pubDate>Wed, 08 Oct 2014 15:08:36 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.southperry.net/member.php?action=profile&uid=5751">Zelkova</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.southperry.net/showthread.php?tid=72853</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">Describe the problem. Be as specific as possible!:</span><br />
<br />
About 2 months or so I was trying to get the Explorers Episode Book for my Dual Blade. Now we all know how easy it is to accept this quest, it just starts from Cassandra and it bugs you every time you enter Six Path Crossway.<br />
<br />
I have heard that Dual Blades can get this book too so I sought out to get the book and try to get the Explorers Emblem. Lo and behold I am probably one of the only DB's that are affected by some sort of bug where I am not able to get this book. Instead the only book I am able to get is the Dawnveil Episode book from Commerci.<br />
<br />
I have checked every quest I have accepted, I have checked all quests from Cassandra, I have even gone back to Maple Island and taken the ship to Victoria. Nothing works.<br />
<br />
<div class="spoiler" style="margin: 5px 0; padding: 5px; border: 1px solid #ccc; background: #f9f9f9;">
		<input type="button" onclick="showSpoiler(this);" value="Show" style="width: 5em; padding-right: 3px;" />&nbsp;<b>Images of problem</b><br />
		<div class="inner" style="display:none; margin-left: 15px; margin-top: 5px; border-left: 2px solid #ccc; padding-left: 5px;">
			<br />
<img src="http://i.imgur.com/RJNQ018.png" loading="lazy"  alt="[Image: RJNQ018.png]" class="mycode_img" /><br />
<br />
		</div>
	</div>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">Describe the problem. Be as specific as possible!:</span><br />
<br />
About 2 months or so I was trying to get the Explorers Episode Book for my Dual Blade. Now we all know how easy it is to accept this quest, it just starts from Cassandra and it bugs you every time you enter Six Path Crossway.<br />
<br />
I have heard that Dual Blades can get this book too so I sought out to get the book and try to get the Explorers Emblem. Lo and behold I am probably one of the only DB's that are affected by some sort of bug where I am not able to get this book. Instead the only book I am able to get is the Dawnveil Episode book from Commerci.<br />
<br />
I have checked every quest I have accepted, I have checked all quests from Cassandra, I have even gone back to Maple Island and taken the ship to Victoria. Nothing works.<br />
<br />
<div class="spoiler" style="margin: 5px 0; padding: 5px; border: 1px solid #ccc; background: #f9f9f9;">
		<input type="button" onclick="showSpoiler(this);" value="Show" style="width: 5em; padding-right: 3px;" />&nbsp;<b>Images of problem</b><br />
		<div class="inner" style="display:none; margin-left: 15px; margin-top: 5px; border-left: 2px solid #ccc; padding-left: 5px;">
			<br />
<img src="http://i.imgur.com/RJNQ018.png" loading="lazy"  alt="[Image: RJNQ018.png]" class="mycode_img" /><br />
<br />
		</div>
	</div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Freud Ring week 3 reward eats up 8-chair bags]]></title>
			<link>https://www.southperry.net/showthread.php?tid=72852</link>
			<pubDate>Wed, 08 Oct 2014 09:42:05 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.southperry.net/member.php?action=profile&uid=4298">SaptaZapta</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.southperry.net/showthread.php?tid=72852</guid>
			<description><![CDATA[The reward for week 3 of the Sylph Ring event includes an 8-chair bag.<br />
Apparently, if you already had an 8-chair bag in use, it gets closed and all chairs in it are lost.<br />
<br />
I don't know whether the same happens to 8-title holders.<br />
<br />
<br />
Note that this is the weekly reward, not the daily one.  The daily one is just the stone, and that is safe.]]></description>
			<content:encoded><![CDATA[The reward for week 3 of the Sylph Ring event includes an 8-chair bag.<br />
Apparently, if you already had an 8-chair bag in use, it gets closed and all chairs in it are lost.<br />
<br />
I don't know whether the same happens to 8-title holders.<br />
<br />
<br />
Note that this is the weekly reward, not the daily one.  The daily one is just the stone, and that is safe.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Gollux skill lock doesn't end]]></title>
			<link>https://www.southperry.net/showthread.php?tid=72641</link>
			<pubDate>Mon, 15 Sep 2014 07:41:34 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.southperry.net/member.php?action=profile&uid=4298">SaptaZapta</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.southperry.net/showthread.php?tid=72641</guid>
			<description><![CDATA[Sometimes at Gollux Abdomen or Head maps, I get into a state where no skills or items work.<br />
<br />
At Abdomen this usually happens as it dies, and leaves me unable to enter any of the portals to leave the map.  The only thing I can do is click "leave" on the mini-map.  When I am returned to the entrance map (Memories of the Heart Tree), the skill lock is lifted and everything goes back to normal.<br />
<br />
At Head this usually results in my death, and then I am unable to respawn because clicking the button on the "you will return" dialog box does nothing.  In this case even "leave" does nothing, and I am forced to exit the game.  (Well, I suppose that if I wait for the timer to run out I will end up back in the Memories of the Heart Tree and back to normal, but relogging accomplishes the same thing, faster)]]></description>
			<content:encoded><![CDATA[Sometimes at Gollux Abdomen or Head maps, I get into a state where no skills or items work.<br />
<br />
At Abdomen this usually happens as it dies, and leaves me unable to enter any of the portals to leave the map.  The only thing I can do is click "leave" on the mini-map.  When I am returned to the entrance map (Memories of the Heart Tree), the skill lock is lifted and everything goes back to normal.<br />
<br />
At Head this usually results in my death, and then I am unable to respawn because clicking the button on the "you will return" dialog box does nothing.  In this case even "leave" does nothing, and I am forced to exit the game.  (Well, I suppose that if I wait for the timer to run out I will end up back in the Memories of the Heart Tree and back to normal, but relogging accomplishes the same thing, faster)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Stuck on Cinematic?]]></title>
			<link>https://www.southperry.net/showthread.php?tid=72306</link>
			<pubDate>Thu, 14 Aug 2014 01:02:41 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.southperry.net/member.php?action=profile&uid=12611">Eyghon</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.southperry.net/showthread.php?tid=72306</guid>
			<description><![CDATA[So I completed the initial quests for the Momojika storyline, and entered the portal to take me inside of the temple. I was met with an admittedly nice cinematic, but now...<br />
<br />
<div class="spoiler" style="margin: 5px 0; padding: 5px; border: 1px solid #ccc; background: #f9f9f9;">
		<input type="button" onclick="showSpoiler(this);" value="Show" style="width: 5em; padding-right: 3px;" />&nbsp;<b>Images of problem</b><br />
		<div class="inner" style="display:none; margin-left: 15px; margin-top: 5px; border-left: 2px solid #ccc; padding-left: 5px;">
			<br />
<img src="http://i62.tinypic.com/2m4efwh.jpg" loading="lazy"  alt="[Image: 2m4efwh.jpg]" class="mycode_img" /><br />
<br />
		</div>
	</div>
<br />
I seem to be stuck on this scene, watching clouds glide past the window. The music's nice and everything, but is there something I am missing? Do I need to click something, or am I stuck here forever?]]></description>
			<content:encoded><![CDATA[So I completed the initial quests for the Momojika storyline, and entered the portal to take me inside of the temple. I was met with an admittedly nice cinematic, but now...<br />
<br />
<div class="spoiler" style="margin: 5px 0; padding: 5px; border: 1px solid #ccc; background: #f9f9f9;">
		<input type="button" onclick="showSpoiler(this);" value="Show" style="width: 5em; padding-right: 3px;" />&nbsp;<b>Images of problem</b><br />
		<div class="inner" style="display:none; margin-left: 15px; margin-top: 5px; border-left: 2px solid #ccc; padding-left: 5px;">
			<br />
<img src="http://i62.tinypic.com/2m4efwh.jpg" loading="lazy"  alt="[Image: 2m4efwh.jpg]" class="mycode_img" /><br />
<br />
		</div>
	</div>
<br />
I seem to be stuck on this scene, watching clouds glide past the window. The music's nice and everything, but is there something I am missing? Do I need to click something, or am I stuck here forever?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Compensation 10 AP deleted, possible reason included]]></title>
			<link>https://www.southperry.net/showthread.php?tid=71683</link>
			<pubDate>Fri, 27 Jun 2014 04:38:19 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.southperry.net/member.php?action=profile&uid=7619">ShinkuDragon</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.southperry.net/showthread.php?tid=71683</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">Describe the problem. Be as specific as possible!:</span><br />
long time ago nexon compensated a good amount of the playerbase with 10 extra AP, i was one of those, after running the math i found out that i'm missing the 10 points.<br />
<br />
the reason i believe is because i dumped the points into HP, mazz already showed that characters that had AP in HP got free reset scrolls, reason why this is important is this thread: <a href="http://www.basilmarket.com/forum/2823358/2#comments_list" target="_blank" rel="noopener" class="mycode_url">http://www.basilmarket.com/forum/2823358...ments_list</a><br />
<br />
in page two i show my AP which at one point i had dumped into HP, i'm missing the 10 AP bonus.<br />
calabari then shows in page 3 his window and he has 9 points, claiming that he had dumped one into HP, however he also didn't get an AP reset to get it out.<br />
<br />
so i infer the reason is that having dumped the bonus AP into HP back in the day deleted it, and well as silly as it sounds i want my bonus 10 AP back (and this problem to be fixed, because i'll probably dump points into MP later on<br />
<br />
<div class="spoiler" style="margin: 5px 0; padding: 5px; border: 1px solid #ccc; background: #f9f9f9;">
		<input type="button" onclick="showSpoiler(this);" value="Show" style="width: 5em; padding-right: 3px;" />&nbsp;<b>Images of problem</b><br />
		<div class="inner" style="display:none; margin-left: 15px; margin-top: 5px; border-left: 2px solid #ccc; padding-left: 5px;">
			<br />
they're on basil, page 2 and 3<br />
<br />
<img src="http://puu.sh/9KJS1/831612a563.jpg" loading="lazy"  alt="[Image: 831612a563.jpg]" class="mycode_img" /><br />
<br />
		</div>
	</div>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">Describe the problem. Be as specific as possible!:</span><br />
long time ago nexon compensated a good amount of the playerbase with 10 extra AP, i was one of those, after running the math i found out that i'm missing the 10 points.<br />
<br />
the reason i believe is because i dumped the points into HP, mazz already showed that characters that had AP in HP got free reset scrolls, reason why this is important is this thread: <a href="http://www.basilmarket.com/forum/2823358/2#comments_list" target="_blank" rel="noopener" class="mycode_url">http://www.basilmarket.com/forum/2823358...ments_list</a><br />
<br />
in page two i show my AP which at one point i had dumped into HP, i'm missing the 10 AP bonus.<br />
calabari then shows in page 3 his window and he has 9 points, claiming that he had dumped one into HP, however he also didn't get an AP reset to get it out.<br />
<br />
so i infer the reason is that having dumped the bonus AP into HP back in the day deleted it, and well as silly as it sounds i want my bonus 10 AP back (and this problem to be fixed, because i'll probably dump points into MP later on<br />
<br />
<div class="spoiler" style="margin: 5px 0; padding: 5px; border: 1px solid #ccc; background: #f9f9f9;">
		<input type="button" onclick="showSpoiler(this);" value="Show" style="width: 5em; padding-right: 3px;" />&nbsp;<b>Images of problem</b><br />
		<div class="inner" style="display:none; margin-left: 15px; margin-top: 5px; border-left: 2px solid #ccc; padding-left: 5px;">
			<br />
they're on basil, page 2 and 3<br />
<br />
<img src="http://puu.sh/9KJS1/831612a563.jpg" loading="lazy"  alt="[Image: 831612a563.jpg]" class="mycode_img" /><br />
<br />
		</div>
	</div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Cygnus Knight Mount Quest Issue]]></title>
			<link>https://www.southperry.net/showthread.php?tid=71264</link>
			<pubDate>Sat, 24 May 2014 20:34:15 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.southperry.net/member.php?action=profile&uid=12165">GraveJokerR</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.southperry.net/showthread.php?tid=71264</guid>
			<description><![CDATA[Well, on my wind archer, I decided to complete the mount quests to pass some time.<br />
All was well until the 3rd stage quest.<br />
Paid 50 mil for that incubator thing, then the guy tells me to go to Shinsoo.<br />
Only problem is, I can't get to Shinsoo at all.<br />
That 120 quest for cygnus knights (which changes the main Ereve room for the character) removed Shinsoo, so I can't complete the quest to get the final mount.<br />
I've already submitted a ticket in to Nexon, but is there another way to get to Shinsoo, or will I have to wait for Nexon to do something?]]></description>
			<content:encoded><![CDATA[Well, on my wind archer, I decided to complete the mount quests to pass some time.<br />
All was well until the 3rd stage quest.<br />
Paid 50 mil for that incubator thing, then the guy tells me to go to Shinsoo.<br />
Only problem is, I can't get to Shinsoo at all.<br />
That 120 quest for cygnus knights (which changes the main Ereve room for the character) removed Shinsoo, so I can't complete the quest to get the final mount.<br />
I've already submitted a ticket in to Nexon, but is there another way to get to Shinsoo, or will I have to wait for Nexon to do something?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[BlackCipher disconnections]]></title>
			<link>https://www.southperry.net/showthread.php?tid=71191</link>
			<pubDate>Tue, 20 May 2014 01:37:23 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.southperry.net/member.php?action=profile&uid=1284">aslemn</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.southperry.net/showthread.php?tid=71191</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">Describe the problem. Be as specific as possible!:</span><br />
<br />
Has anyone also been completely unable to stay logged in for more than two minutes, being disconnected after that with the BlackCipher 0x0000000(0) Hacking Detected error message, that states that something?<br />
Doesn't matter how I start up the game (both website and launcher give me the same message), the problem's still there. Reinstalling doesn't work either (tried to reinstall through the Setup file, and by copying a folder from my other computer, still didn't work), nor does restoring the system and patching it over, or replacing both BlackCipher or Hackshield folders. I've tried closing all the additional programs, but the same error has occurred.<br />
<br />
I've seen some posts about this on Basil and the Official forums; it's been there since yesterday's evening and started all of sudden. Did anyone come across a solution yet? D:<br />
<br />
<div class="spoiler" style="margin: 5px 0; padding: 5px; border: 1px solid #ccc; background: #f9f9f9;">
		<input type="button" onclick="showSpoiler(this);" value="Show" style="width: 5em; padding-right: 3px;" />&nbsp;<b>Images of problem</b><br />
		<div class="inner" style="display:none; margin-left: 15px; margin-top: 5px; border-left: 2px solid #ccc; padding-left: 5px;">
			<br />
<br />
<br />
		</div>
	</div>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">Describe the problem. Be as specific as possible!:</span><br />
<br />
Has anyone also been completely unable to stay logged in for more than two minutes, being disconnected after that with the BlackCipher 0x0000000(0) Hacking Detected error message, that states that something?<br />
Doesn't matter how I start up the game (both website and launcher give me the same message), the problem's still there. Reinstalling doesn't work either (tried to reinstall through the Setup file, and by copying a folder from my other computer, still didn't work), nor does restoring the system and patching it over, or replacing both BlackCipher or Hackshield folders. I've tried closing all the additional programs, but the same error has occurred.<br />
<br />
I've seen some posts about this on Basil and the Official forums; it's been there since yesterday's evening and started all of sudden. Did anyone come across a solution yet? D:<br />
<br />
<div class="spoiler" style="margin: 5px 0; padding: 5px; border: 1px solid #ccc; background: #f9f9f9;">
		<input type="button" onclick="showSpoiler(this);" value="Show" style="width: 5em; padding-right: 3px;" />&nbsp;<b>Images of problem</b><br />
		<div class="inner" style="display:none; margin-left: 15px; margin-top: 5px; border-left: 2px solid #ccc; padding-left: 5px;">
			<br />
<br />
<br />
		</div>
	</div>]]></content:encoded>
		</item>
	</channel>
</rss>