-
Posts
761 -
Joined
-
Last visited
-
Days Won
19
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by crazyarashi
-
-
Try updating your GRF's msgstringtable to the latest one.
-
Use Zackdreaver's translation and you should be fine :))
-
1
-
-
Illusion Moonlight
Illusion Moonlight Story.
-
Submitter
-
Submitted03/20/2019
-
Category
-
Video
-
Content Authorcrazyarashi
-
1
-
1
-
2
-
1
-
-
prontera,148,196,4 script arvoredavida 14591,{ end; OnInit: OnTimer3000: initnpctimer; getmapxy([email protected]$,[email protected],[email protected],BL_NPC,strnpcinfo(0)); areapercentheal [email protected]$,[email protected],[email protected],[email protected]+5,[email protected]+5,20,20; end; } -
I don't get what you're asking for "CASH ITEMS".... can you be more specific about this ^^
-
Try to use this for your grf
https://github.com/zackdreaver/ROenglishRE -
Do you have your own grf to run with your client?
-
I'm pretty sure the number of palettes can be set up in the conf of your server
-
-
Its already implemented rAthena, if your rA is old you can update it or copy the commit manually :))
-
It is possible the set up is the same except you need to create a specific sql account for your webserver to have an access to your main database.
Allowing Remote Connection-
1
-
-
So what should we exactly should we do with the function you provided again?
-
This is great, but that tree made me more curious ....
-
1
-
-
Dynamic mob doesn't have to do anything with the idea you're looking for. dynamic mob is used for spawning monsters even though player is no players in the map.
if you restarted server it would likely restart all the monsters since this monsters are spawn via npc scripts.
Your idea will most likely work if you make a custom monster spawn and store its data. -
Check out my script collections ^^
Charleston Crisis NPC's -
1. Maybe this can help with your idea.
2. As for this you can get the current map of your character via strcharinfo(3) and for npc strnpcinfo(4)
3. The answer is above.
4. As for 4 I believe that is not rathena scripting you should use "useatcmd" script for that.
5. Simply use detachrid -
- script hourly_treasure -1,{ OnMinute00: OnStart: //= Add your announce here. for([email protected] = 0; [email protected] < .spawn_count; [email protected]++){ monster .map_list$[rand(getarraysize(.map_list$)],0,0,"Treasure Chest",.treasure_mob_id,1,strnpcinfo(0)+"OnTreasureKill"; } end; OnTreasureKill: announce "[ System ] : " + strcharinfo(0) + " has found a Treasure Chest."; getitem .reward_id,.reward_amount; end; OnInit: .spawn_count = 5; .treasure_mob_id = 1001; .reward_id = 501; .reward_amount = 50; setarray .map_list$,"prontera","izlude","geffen"; end; }-
1
-
-
It's in the banquet of heroes quest. ^^
-
1
-
-
The missing files is displayed already just copy it from the original RO Folder ^^
-

Greetings, I would like to share some of my scripts here, so I decided to make a github repository for scripts. It's not much but I will gradually update/increase the size of my collection ^^
You can report bugs in my github and also make requests there, I will make it in my free times ( Depends on the request )
Note : I use a lot of personal functions(I like to make my script as short as possible - lazy) and I don't know if some parts of the scripts have the missing functions just bump me in github if it's missing.
Github Repository : Click Me
Rathena Requests/Others :
Dynamic MVP Points
Item Swap Function
Costume Drop
Autoloot Setting
Invasion Script
Instance @cooldown
Recycle NPC
Custom Illusion Moonlight
17.1 Illusion Custom
Latest Update : March 13, 2021-
1
-
3
-
2
-
1
-
-
the sql files should be in the sql-files folder and make sure you always use the latest main.sql file.
SQL FILES DIRECTORY -
If you set it up your SQL/Conf properly this error shouldn't occur at all. Try retracing your steps :))
-
Your should just only edit your custom grf. No need to edit the others for a custom mob. :)) since your own custom grf is always first priority.
-
Utility: Autoloot Settings
in Utility Script Releases
Posted
View File
Autoloot Settings
A rather simple autoloot settings function that I made, It's made to store 10 autoloot ID, there can be more than 10 as long as you adjust it.
I made this function to store all ID in one variable rather than multiple ones.