Critica Posted June 20, 2012 Posted June 20, 2012 Hey guys just wonderin, is there a way i can force the cards to be slotted on the 2nd slot? i wana make the armor enchant orbs, to be slotted on the 2nd slot not on first... is there a way wihout NPC...? Quote
_Dynosawr_ Posted June 20, 2012 Posted June 20, 2012 The only way I know of is through a script :\ Quote
Critica Posted June 20, 2012 Author Posted June 20, 2012 (edited) well yea i have a script that will force it to be slotted on 2nd slot,, but when i used the decard npc, it takes it out and then after that you can slot it anywhere... ... uhm on your script does it slot it on the 2nd, everytime i use it or do i need to talk to an npc to use it? Edited June 20, 2012 by critica Quote
_Dynosawr_ Posted June 20, 2012 Posted June 20, 2012 I don't have a script for it. The only possible way to do that is to edit the item in the database as well. Which will affect every single one in the server, not just that player's. Quote
plankt Posted June 20, 2012 Posted June 20, 2012 You could do something like this check item id remove the cards if(user has an orb){ remove the item remove the orb give the item with the orb attached } Quote
_Dynosawr_ Posted June 20, 2012 Posted June 20, 2012 He wants to be able to insert the orb like a card into the second slot of the armor (Which isn't usable) after decarding the armor once. Quote
Dinze Posted June 20, 2012 Posted June 20, 2012 You could do something like this check item id remove the cards if(user has an orb){ remove the item remove the orb give the item with the orb attached } Use getitem2 to attached the orb in the second slot. http://rathena.org/wiki/Getitem2 Quote
Rikimaru Posted June 21, 2012 Posted June 21, 2012 Genuine is right ! getitem2 is like @item2 , where you can choose which Card Slot you want to use. Quote
Critica Posted June 22, 2012 Author Posted June 22, 2012 uhm.. can you guys help me script this? and can it work using callfunc? Quote
Rikimaru Posted June 22, 2012 Posted June 22, 2012 You'll just have to use the getitem2 command : Just read the info about getitem2 on the wiki Quote
Critica Posted June 24, 2012 Author Posted June 24, 2012 well yea i know about that,, but what i need is a script, that will automatically slot the "Armor Enchant Orbs" into the 2nd slot when used... Quote
plankt Posted June 24, 2012 Posted June 24, 2012 I'm guessing you want the Orb to be usable? One interesting idea: Set the Orb as usable (type 11 if you don't want it to disappear directly). On use you bring up a menu with equipment that are slotable When an item is selected, you remove that item (and the orb if type is 11) and *getitem2 it with the orb in slot 2 Not sure if usable items can be slotted and have OnEquip bonuses. If not, just make 2 items. One for using and one for the slot. Quote
Question
Critica
Hey guys just wonderin,
is there a way i can force the cards to be slotted on the 2nd slot?
i wana make the armor enchant orbs, to be slotted on the 2nd slot not on first...
is there a way wihout NPC...?
11 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.