idk if it's too much to ask but could someone agree that skills swapping (doing skills together or casting same skill very fast multiple times "like thunderbolt & fire arrow") are bugged in 9.4, did they add a delay in skills?
This Rappelz community has amazed and inspired me for many years and to see it still growing, thriving, and sharing is a shining testament to what people can be to one another...teacher, helper, friend, (and yes, at times even snippy smart-alec...but in so being actually pushing someone else to learn, and thereby .....teaching.)
Bless all those involved in making this community into what it is today....whether you are next door....or countries away...I humbly thank you.
If I may please...might I ask if there is a way to fix some of the mobs taming incorrectly? (By this I mean...for example....the lapika (I only attempted taming the ones around ROA entrance)...but when tamed, they register as a lamia.) If there is a way to correct it....would someone care to point an old dog in the right direction?
thanks all people for sharing fixed files, i learned many from yours.
the important thing: i have found three items cant drop. i fixed it.
PHP Code:
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_03=3 ,drop_max_count_03=8,drop_percentage_03=0.06250000 WHERE drop_item_id_03 = 702001 GO UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_04=2 ,drop_max_count_04=7,drop_percentage_04=0.06250000 WHERE drop_item_id_04 = 702002 GO UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_05=1 ,drop_max_count_05=6,drop_percentage_05=0.06250000 WHERE drop_item_id_05 = 702003 GO
thanks all people for sharing fixed files, i learned many from yours.
the important thing: i have found three items cant drop. i fixed it.
PHP Code:
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_03=3 ,drop_max_count_03=8,drop_percentage_03=0.06250000 WHERE drop_item_id_03 = 702001 GO UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_04=2 ,drop_max_count_04=7,drop_percentage_04=0.06250000 WHERE drop_item_id_04 = 702002 GO UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_05=1 ,drop_max_count_05=6,drop_percentage_05=0.06250000 WHERE drop_item_id_05 = 702003 GO
Code:
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_03=3 ,drop_max_count_03=8,drop_percentage_03=0.06250000 WHERE drop_item_id_03 = -702001
GO
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_04=2 ,drop_max_count_04=7,drop_percentage_04=0.06250000 WHERE drop_item_id_04 = -702002
GO
UPDATE Arcadia.dbo.DropGroupResource SET drop_min_count_05=1 ,drop_max_count_05=6,drop_percentage_05=0.06250000 WHERE drop_item_id_05 = -702003
GO
Fixes for GhostLoL - Fixes (UPDATING) 12/05/2014 - League of Legends Hacks, Bots, Cheats & Exploits - 2 Replies Hello, this thread is about GhostLoL issues and how to fix them.
Known issues:
1. PROBLEM - No internet connection when trying to reach lol download page (or another page..)
ANSWER - Open ie (internet explorer) and then search for tools>Internet Options>Advanced>Now scroll down untill you see TLS something (example: tls 1.0), and check them all (make them with V). In expample, I had tls 1.0, tls 2.0 and tls 3.0, then I checked them all and now it works.
CREDIT - murat65
[Fixes]Buff & Skillleiste Fix - release! 05/28/2013 - 4Story - 41 Replies Hey,
da ich keine Lust habe, dass Sören/Mage & Konst weiterhin Geld durchs verkaufen von Files scheffeln, mache ich die Fixes hier Public.
Wie kann ich den Fix einspielen ?
TGAME_GSP.dbo.functions - TSaveSkillMaintain suchen und den Inhalt durch den, der in der txt ist, ersetzten.
Am besten eine alte Datenbank ohne Fixes verwenden.
Was wird gefixt ?
Wie ihr sicher wisst, wurden die Skills & die Skillleiste nicht gespeichert, durch diesen Fix, funktionieren diese Sachen einwandfrei.