-
Posts
111 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Forshaken
-
How to only carry item then it's add status
Forshaken replied to MyNaMeArT's question in General Support
yes it is. it was like putting and etc item on your inventory and that item gives you bonus stats -
I am looking for someone who can provide me a fps stable 20180621 client. I prefer client that forces directx 9 and above to enhance gaming experience and avoid fps drop. Willing to pay for this service.
-
How to only carry item then it's add status
Forshaken replied to MyNaMeArT's question in General Support
You can check this tread --->https://rathena.org/board/topic/97172-charms-items-effect-to-work-while-in-inventory/ -
Is it possible that graphic is caused by VPS host?
-
I already have the gepard but still problem is not solved
-
Sorry for a noob question, most of my players are lagging when they are many people on the same map. Can someone help me with this issue? Is this client or server side?
-
bSkillNoRequire, bSkillNoRequireItem, bNoRequireAmmo
Forshaken replied to Cydh's topic in Source Releases
This update has a flaw on archers arrow. If you equip any arrow on your archer, neutral element will always be your element even you are equipped with oridecon, poison, immaterial and so on arrow. -
is this working on latest RA?
-
do you have any update on this?
-
How to make AOE skill and any other attack healing damage
Forshaken posted a question in Source Requests
How to make all attacks heal to the character when the enemy has 100+% resist on a specific element. -
this is not working on latest SVN. Please update
-
why headgears sprites is not appearing?
-
@Seravy Please fix the bug on job restriction on costume side and when you want to put an effect on costume items, effects doesnt apply
-
Everytime i change job into Star Emperor and Soul Reaper it shows novice sprite xD which file do i need to copy?
-
Sorry but im not familiar with ResHacker is it for PC or client?
-
Someone who knows how to remove admin privileges when running the client?
-
Thank you it works on me and no prob with npc with sc bonuses
-
[Charms] Item's effect to work while in inventory
Forshaken replied to Pillows's topic in Source Releases
Do you got my previous error? -
[Charms] Item's effect to work while in inventory
Forshaken replied to Pillows's topic in Source Releases
Fixed -
Please let me share my 3 new versions of SC_ITEMSCRIPT. SC_ITEMSCRIPT source code is already embedded on the latest emulator so i will just share my source codes for the version 2 - 4 of SC_ITEMSCRIPT. This function is very usefull in different ways but for me i used it to get an effect from an item without having the actuall item on my storage,inventory or equipment and use it as a additional buff. SC_ITEMSCRIPT: Additional bonus effect/buff can be dispell by dispell skill and on death. SC_ITEMSCRIPT2: Additional bonus effect/buff can be dispell by dispell skill but not on death. SC_ITEMSCRIPT3: Additional bonus effect/buff can be dispell on dearth but not by dispell skill. SC_ITEMSCRIPT4: Additional bonus effect/buff cannot by dispell by dispell skill nor on death. I know it is an easy script but the idea is useful. - script samplebuff -1,{ OnPCLoginEvent: //sc_start sc_itemscript,<duration(- value for unlimited duration and + for limited duration)>,<itemid>; //use SC_ITEMSCRIPT for buff dispellable by death and dispell skill //use SC_ITEMSCRIPT2 for buff not dispellable by death but dispellable by dispell skill //use SC_ITEMSCRIPT3 for buff not dispellable by dispell skill but dispellable by death //use SC_ITEMSCRIPT4 for buff not dispellable by dispell skill and dispell skill //This script use gives 10% Fire resistance from Ring of Flame lord effect permanently (it cannot be dispell by dispell skill nor on death) SC_START SC_ITEMSCRIPT4,-1,2678;//additional effect(1000=1sec) end; } SC_ITEMSCRIPT Manual diff.txt
- 1 reply
-
- 1
-
-
Orb refiner for item with random-option NPC
Forshaken replied to nutminemz's topic in Utility Script Releases
is it working on you? -
[Charms] Item's effect to work while in inventory
Forshaken replied to Pillows's topic in Source Releases
can you help me with this error?? -
Help about item will run the script on inventory...
Forshaken replied to hadie's question in Script Requests
I got this error on that thread