Jump to content

Quicksilver

Members
  • Posts

    28
  • Joined

  • Last visited

1 Follower

About Quicksilver

  • Birthday 05/30/1985

Profile Information

  • Gender
    Male
  • Location
    Philippines

Contact Methods

  • Skype
    michael.calsado

Recent Profile Visitors

2661 profile views

Quicksilver's Achievements

Poring

Poring (1/15)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Is it possible that when using the "Union" skill of the Star Gladiator, the src will do a check of an item if it has the ability to null the effect of removing the SC_SPIRIT status? Say I have an item that says "Always be on Soul Link status." Once you've equipped this item, There is no reason that your SC_SPIRIT status will end. I am having trouble with this because the Union skill cancels out this status once you've casted it. By the way: I am using this: sc_start4 SC_SPIRIT,600000,5,448,0,1; I know this is wrong also because the effect is for 10 minutes only. Anyway, my big problem is the cancelling out due to the "Union" skill. Please help.
  2. Have you checked your inter_athena.conf settings? and on your flux cp configapplication.php also
  3. did you use @reloadscript? you need to restart the server i guess.
  4. Ok I will try now. Thank you Sir Judas. Solved.
  5. 29 diff options Sir Judas. Allow Chat Flood - 10 Always Call SelectKoreaClientInfo() Chat @-Bug Custom Window Title Disable 1rag1 & 1sak1 Disable Hallucination Wavy Screen Disable HShield Disable Nagle Algorithm Disable RagexeRE Filename Check Disable Swear Filter Enable DNS Support Enable Multiple GRFs Enable Official Custom Fonts Enable Title Bar Menu Enforce Official Login Background Ignore Missing File Errors Ignore Missing Pallete Errors Increase Headgear View ID - 30000 Increase Zoom Out 50% Read Data Folder First Read msgstringtable.txt Read questid2display.txt Remove Gravity Ads Remove Gravity Logo Remove Serial Display Restore Login Window Skip License Screen Translate Client Into English Use Ragnarok Icon
  6. Is it only me that is experiencing setup not saving on 2012-04-10 client? I was using 2012-03-28 before this happened. My setup exe does not save anymore my settings. I did try other setups though but I had no luck.
  7. Post yout clientinfo.xml please.
  8. Assuming you are using lub files, reading from a data folder and of course you want them in english: 1. SVN here > http://svn6.assembla...a_Project/lubs/ 2. I suggest you use the client available within this list. Choose the translated lub files for your client. 3. Download it and extract to a folder. 4. Open srcluafiles514lua files. 5. Rename all files on this folder and all subfolders from *.lua to *.lub. 6. Copy srcluafiles514 to your data folder so that when you open your data folder in your RO directory, you will see luafiles514.
  9. True, the sprite is the problem. The one included in the compressed file is the drop sprite. There are no sprites for the equip/view state.
  10. So it was a typo I was banging my head for a couple of hours there... I've applied the patch and corrected this error also but I am having issues with compiling like this also trunksrcmapstatus.c(7821): warning C4002: too many actual parameters for macro 'pc_isriding' The compiling succeeded but in game, I cannot remove carts. Any solution on this?
  11. wow! i've read about this function just recently here. Although i'm getting an error. run_scrip: infinity loop! Is it because of this part? mes "Nothing was caught."; close;
  12. I've been reading this topic from eathena. http://www.eathena.w...howtopic=274457 I was wondering if i can tweak this up to have the features below: Can add cards on the array and that card has a certain point. Say for example a Fabre Card which I delegate 1 point. Cards which have a great effect when equipped say Vesper Card has higher points say 5 for example. These cards which have points delegated to them will be read by the function attached to the card by their OnEquip_Script & OnUnequip_Script. OnEquip_Script: The function will add the points that it will calculate from the equipment that is being equipped say: When a player equips a weapon with 2 Fabre Cards in anywhere of the weapon's slots a dispbottom function will display "You have accumulated 2 points in your card limit points total." Equiping a headgear with Vesper Card after equipping the Double Vital weapon will show another dispbottom function stating the addition of 5 points to the total limit like this: "You have accumulated 7 points in your card limit points total." Since 2 Fabre Cards + 1 Vesper Card is equals to (2 x 1 point) + 5 points = 7 points total. OnUnequip_Script: In contrast to the OnEquip_Script, the function will subtract your total card points when you unequipped an equipment with cards that have points assigned to them. Say, taking into consideration that you have equipped the latter items of 7 points in total, you removed the Double Vital weapon. The total points left is 5 for the Vesper Card that remained equipped. Same thing, a dispbottom function will display "You have accumulated 5 points in your card limit points total." There will be of course a limit to the total points for example i take 15 as the ceiling number or max points of cards a character can carry and add another card say: Fallen Bishop Hibram Card for example with 10 points assigned to it. With 7 points in total and you equip a shoe with a Fallen Bishop Hibram Card attached to it, a dispbottom function will display something like "Equipping this item is not allowed since this will exceed the allowable card points limit" since 7+10 = 17 which is greater than the 15 point limit and will restrict the player to equip the item. bump bump
  13. Waiting for Ninja LVL 2

×
×
  • Create New...