-
Posts
475 -
Joined
-
Last visited
-
Days Won
27
Haruka Mayumi last won the day on July 8 2022
Haruka Mayumi had the most liked content!
Profile Information
-
Gender
Female
-
Location
Philippines
- Github: akiyamamio16
- Discord: iHeartYumi#6826
Mood
- Currently Feeling Confused
Haruka Mayumi's Achievements
-
requesting for dota pvp with statue for old client 2019 and down
Haruka Mayumi replied to Enoch's question in Script Requests
Look for this line setunitdata .statue[[email protected] +1], UNPC_CLASS, [email protected][[email protected]]; then change the UNPC_CLASS into UNPC_DISPLAY -
The reason that it isn't working is because of the variables on that code. Here's the simplified code for that. EDIT: This code won't work on maps without loadevent flags - script rmvbuff -1,{ OnPCLoadMapEvent: if(@rmvmap$ == strcharinfo(3)) end; //sc_end sc_spirit; sc_end sc_gospel; sc_end SC_POEMBRAGI; sc_end SC_APPLEIDUN; sc_end SC_ASSNCROS; sc_end SC_WHISTLE; sc_end SC_SERVICE4U; //sc_end 37; // holy weapon //sc_end 38; // holy armor sc_end 187; // increase all stat sc_end 194; // increase hit sc_end 196; // increase flee sc_end 198; // max hp increase sc_end 199; // max sp increase sc_end 200; // attach strength sc_end 202; // increase def sc_end 214; // SC_SCRESIST sc_end 175; // POEMBRAGI sc_end 181; // SERVICE4U specialeffect2 235; @rmvmap$ = strcharinfo(3); end; }
-
You can try reading this post : https://rathena.org/board/topic/119968-bug-double-elemental-sword-on-sin-x/
-
[SOLVED] How to create inventory .spr file?
Haruka Mayumi replied to Syovere's question in Graphics Support
Use Act Editor to create your Act + Spr files https://rathena.org/board/files/file/3304-act-editor/ -
Gonna check it
-
Use Embedded GRF.. disable read data folder.. encrypt all your grf. done.
-
help with my world_boss. script T_T
Haruka Mayumi replied to iSnowFlakes's question in Scripting Support
monster .AvailableMaps$[[email protected]],50,69,"World Boss - "+getmonsterinfo(.AvailableMVPs[[email protected]], MOB_NAME),.AvailableMVPs[[email protected]],1,"worldboss::OnWorldBossDeath"; a missing '+' after `World Boss - ` -
Initnpctimer within a function
Haruka Mayumi replied to PedroProplayer's question in Scripting Support
an initnpctimer won't work on function script because that is not NPC. You better use doevent on the function script. -
I moved it to the correct section. you even created another post on another WRONG SECTION.. please use report button next time.
-
Announce Succes Refine by Weapon Refine Whitesmith
Haruka Mayumi replied to LearningRO's question in Source Requests
refine.patch -
atcommand.cpp error after apply equipment switch diff
Haruka Mayumi replied to Derikitos's question in Source Support
No one can help you if you just give them that error.. because the error shows the structure of the new rAthena, but you are using an old one wherein we are not sure how's the structure of your current emulator... -
-
The problem is your option is skipping a space of random options.. E.G: This will only show the Str + 1 because the Option 1 has no data in it. - Option 0: Str + 1 - Option 1: None - Option 2: Dex + 1 Edit: You can check your inventory database to see how the random option looks when skipping.
-
Edit SC_EXPBOOST to accept negative values.
Haruka Mayumi replied to Jovz's question in Source Support
you don't need to use SC_EXPBOOST. better use bExpAddClass,CLASS_ALL,-90;