-
Posts
2192 -
Joined
-
Last visited
-
Days Won
12
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Posts posted by Mystery
-
-
fayrie, you should always try to use the search function before hand because there are already posted through rAthena's boards
<3
-
You should always be up-to-date with rAthena's changes
. I suggest you update right away if you're really outdated. I believe Eden was always in scripts_athena or it was moved from scripts_custom.
-
Check in your scripts_athena.conf: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/pre-re/scripts_athena.conf
// Eden Group //npc: npc/re/quests/eden/eden_common.txt //npc: npc/re/quests/eden/eden_service.txt //npc: npc/re/quests/eden/eden_quests.txt //npc: npc/re/quests/eden/11-25.txt //npc: npc/re/quests/eden/26-40.txt //npc: npc/re/quests/eden/41-55.txt //npc: npc/re/quests/eden/56-70.txt //npc: npc/re/quests/eden/71-85.txt //npc: npc/re/quests/eden/86-90.txt //npc: npc/re/quests/eden/91-99.txt
-
Try:
24099,Black_Flaming_Fairy_Wings,Black Flaming Fairy Wings,5,20,,100,,0,,1,0xFFFFFFFF,31,2,1,,0,0,32003,{ if ((Class==Job_Assassin_Cross) || (Class==Job_Champion) || (Class==Job_Clown) || (Class==Job_Gypsy) || (Class==Job_Star_Gladiator) || (Class==Job_Stalker)) bonus bAgi,285; bonus bDex,285; if ((Class==Job_Lord_Knight) || (Class==Job_Paladin) || (Class==Whitesmith) || (Class==Creator)) bonus bDex,285; bonus bStr,285; if ((Class==Job_High_Wizard || (Class==Job_Professor) || (Class==Job_Super_Novice) || (Class==Job_High_Priest)) bonus bAgi,285; bonus bInt,285; if ((Class==Job_Gunslinger) || (Class==Job_Sniper) bonus bDex,350; if (Class==Job_Ninja)) bonus bStr,230; bonus bAgi,230; bonus bDex,230; },{},{}Either codes should work, but you mentioned that with your second code, it works but you don't get the effect meant for that class. I think you're gonna have to re-equip the gear so that the effect that is MEANT for the specific class can be applied. I've had an issue with setting specific class bonuses but if they changed classes, the effect still applied from their previous class until they've re-equipped their equipment.
-
1
-
-
You're forgetting the initial support which is when they first implemented into rAthena: http://trac.rathena.org/changeset/16381/rathena while your change is further modifications/adjustments towards homun S.
-
Those are in your lua files: http://svn6.assembla.com/svn/ClientSide/Lua_Project/lua%20files/stateicon/stateiconinfo.lua
-
tried ragnareplay for the 1st time. lol I think my client is fckup hehe
Miruku doesn't seem to support the Replay client feature =/. I've had the same problem with that. But as Bryn mentioned, you can do that way to get it to play.
-
What did you change in your source? Any mods? Cause I can use my food =/
-
Have you tried: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/skill.conf
// Allow use of SG skills without proper day (Sun/Moon/Star) ? allow_skill_without_day: no
because I believe the days you can use the Star are
5,10,15,20,25,30
-
Get this: http://rathena.org/board/topic/56095-miruku/ or get the kRO files from ratemyserver.net
-
Use this to convert your dump into readable content: http://rathena.org/board/topic/65685-hex2str/ to find out what exactly is causing your error.
-
You used the command prompt? How exactly did you get it to work through that?
-
-
omfgz! I need to download it then! :>
-
Are you disabling the NPC inside the script itself?.. or from the root directory? Can you show us what you've done?
-
@Mysterious "I know the HEX STRING FOR THE CHARACTER
CREATION METHOD FOR CLIENTS 2012+ ! PM
me for more details if you wish."
is this true? i already pm you twice but you just ignore it and you leave the conversation. . -.-
I'm planning to release it for everybody,
-
What are your current rates in your drops.conf?
-
Everything good? xD
-
You wanna look for these:
`head_top` smallint(6) unsigned NOT NULL default '0', `head_mid` smallint(6) unsigned NOT NULL default '0', `head_bottom` smallint(6) unsigned NOT NULL default '0',
head_top, head_mid, and head_bottom in your char SQL Table and change the value to 0.
-
Your image is damaged for me =/
-
You wouldn't need too. They're already set in the mob folder because they're already existing sprites. o_O Although, they could be found here:
/data/sprite/¸ó½ºÅÍ
Thanks for your help!!
Haha, no problem
. Does everything work though?
-
No, it's right here, actually! :3 http://rathena.org/t...-07-28aRagexeRE
Now how exactly where you able to get/find that o_o
-
I tried doing the SQL DB, but I'm still recieving the error D:
Did you make sure to restart the server? o_O
-
Thank you!
Well, I tried deleting from "inventory" section of the SQL db, but I'm still getting errors?
Using FLUXCP, reset your character's "Look" or manually do it in your character table, look for your char, and look for the columns of the headgear section and input 0.
I don't have FLUXCP, can I still do this if I get it now?
I don't think I have it anyway, not sure
You can do it any way you like lol. With Flux, you're gonna be resetting all your char's Dyes, Item equipped, etc. while just doing it in your SQL DB, you'll just be aiming for the equipment attached. ;3
About PK Level Gap
in General Support
Posted · Edited by Mysterious
Changing this:
will help. If you set it to 100, only players who are 100+ can start to PK. Thus, players level 99 and under won't be affected.
What this means:
is if lets say you're 100, and you set the max level range to lets say.. 55. Players who are level 100 to 155 can PK each other. Players 155 to 310 can PK each other.