-
Posts
949 -
Joined
-
Last visited
-
Days Won
16
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by sandbox
-
Look for their formulas here /rathena/blob/master/src/map/battle.c
-
Sorry for the late reply, i'll investigate this issue by weekend, hopefully.
-
Super Players (Group ID 1) able to use @storage
sandbox replied to Currently's question in Source Support
Yes, players wont be able to use storage when 'can_trade' is set to false. -
https://github.com/rathena/rathena/blob/2688d78e6ab781896e09a0b83b25942b6ee65fa2/conf/battle/battle.conf#L147
-
yea, duplicate the bonus using all the different races.
-
If i'm not mistaken, there's already a command for that.. Though I forgot what it is, something like /showhp.. Try to look in your in-game setup too
-
Updated
-
announce strcharinfo(0)+" got "+getitemname(.RandItem[rand(.RandCount)]+"!",bc_all;
-
Just need to wait for the next day.. Or delete the variables attached to the character in global_reg_value
-
map,x,y,d script 45,1,1,{ OnTouch: if(getgroupid() > 1) warp "map",a,b; end; } Take note of the tabs, because I used a 'space' on the npc name.
-
Ohh that one, then edit the monster's stats in mob_db
-
Oh, that was supposed to be a close2; Sorry
-
Is your pet loyal?
-
Change line to for(set [email protected],0; [email protected] < getarraysize( .mvp_list ); set [email protected],[email protected]+1 ) That means your files are outdated
-
iRO Fallen Angel Wing and rAthena Fallen Anggel Wing effect
sandbox replied to ajibasket32's question in Scripting Support
Kindly avoid double posting -
Which FAW? Post your item script here.. Anyways, here's some item scripts to give you ideas bonus bAspd,n; Attack speed + n bonus bAspdRate,n; Attack speed + n% bonus bAtk,n; ATK + n bonus bAtk2,n; ATK2 + n bonus bAtkRate,n; Attack power + n% bonus bBaseAtk,n; Basic attack power + n
-
Nope sorry, you can try looking for its texture file name in your itemdesc tables, then when you find it, search for the file name on data.grf
-
Look em up here. https://github.com/rathena/rathena/blob/master/conf/battle/player.conf#L81
-
Yes, but it would affect everyone since it's a configuration.
-
Try restarting your server
-
Hmm, because you have the renewal files, sad to say, you have to find a very old description yourself, OR you can edit them one by one
-
It changes after a period of time? Maybe you got floating rates enabled, no?
-
Maybe you reloaded your scripts, or your server restarted.