-
Posts
1,443 -
Joined
-
Last visited
-
Days Won
39
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Stolao
-
Thief has 51 a skill point requirement to unlock all skills full, at job level 50 you have 49 this should not be possible with a default rAthena
-
Nova != Kro It'sa heavily modified rAthena but if you think this is incorrect anyways can you post an issue on our git for us to investigate.
-
Edit the AI field of the *monster command I believe 1 makes them fight other monsters
-
rAthena follows kro not iro but to 'fix' you just need to flag it as ranged.
-
3: would require you recode BB butmain part you want to change is the "--ja--" to "["+strcharinfo(0)+"] "+commandformobname() 4: might already exists bit add a variable to autoloot (either script or src) if the variable is active disable it on map entry 4b: can also make a script that drops the items for those monster instead of having in the mobs drops. On phone but you should get idea
-
as for warps npc and mobs you can find those in the history of rAthena git will take some time to find but im sure you can do it
-
This will adjust all character of class you edit once this is reloaded.
-
Release: ALL monster drop item with Random Option
Stolao replied to nutminemz's topic in Source Releases
Random options apply regardless of client, however can only be seen in 2015+ -
https://github.com/rathena/rathena/blob/master/db/re/job_db1.txt Edit the following per class HPFactor,HPMultiplicator Pre/re according
-
Prompt script command won't return 255 on cancel
Stolao replied to Myskelz's question in Source Support
why necro this? also I use it from time to time -
No 3rd skill IDs are hardcoded client side to be in 3rd tab, it's quite annoying I ran into this myself and ended up cloning the skill in question to another ID. Could probably be fixed with good hex edits but not my forte
-
PVP, WoE, GVG: Rune War - Battleground
Stolao replied to pajodex's topic in PvP, GvG, WoE, Battleground Script Releases
*cough* press the attack *cough* Looks quite fun I must say. -
I'm mostly here to make a project I enjoy making and playing I don't care about player base nor what others want for most part. If your here to make the next big server I wish you the best of luck. As for a place to practice your coding rAthena is a good emulator to work in I have found most the restrictions you will find are client side rather then server side as a heads up.
-
The character is the one who types it.
-
21031,Caja_1,Caja de Nivel,2,0,,0,,,,,0xFFFFFFFF,63,2,,,70,,2000,{ callfunc("F_RandWeight",501,1,502,1,503,1,504,1); },{},{ it was missing a comma in the other one, creating inf loop, fixed this works fine just tested
-
That's an unnecessary variable since you can just check the skills themselves.
-
Stolao's Pvp Ladder [v3.1A]
Stolao replied to Stolao's topic in PvP, GvG, WoE, Battleground Script Releases
I see my error, on selection of continue it falls through all the way to the end instead of the warp. Ty for reporting -
Try this Here
-
2201,Sunglasses,Sunglasses,5,5000,,100,,0,,0,0xFFFFFFFF,7,2,512,,0,0,12,{ },{ set @gear,3; callfunc ChooseHeadgear; },{ setlook 3,0; } Like so You want a setlook "gear",0; in the on unequip field
-
You should organize your equation with fractions in mind. You can write formula 'supporting' decimals but doing something along these lines X = 123456 Mes X/100 +"."+ (X%100); This will show "123.456"
-
I'll be there again.
-
2012 release....
-
Ok I haven't updated/tested the script in a while let me check once I get home assuming someone else doesn't show a fix before then
-
Stolao's Pvp Ladder [v3.1A]
Stolao replied to Stolao's topic in PvP, GvG, WoE, Battleground Script Releases
Ty, I'll look into this once I can. If you need and any other issue let me know. -
Stolao's Pvp Ladder [v3.1A]
Stolao replied to Stolao's topic in PvP, GvG, WoE, Battleground Script Releases
In which part, the scrolling or in the click on? Also that would have 0 effect on it as that only triggers if you are trying to enter a Nightmare PvP map.