Jump to content

Z3R0

Members
  • Posts

    615
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Z3R0

  1. yes, when refining, make sure that the item is only in equipment slots 3 and 4... IE: Left and Right Hand
  2. I will look into this later today, unfortunately I'm at work, and using both my laptop and desktop are "frowned" upon... because then I'm always doing something Wow you totally broke my codebox hahaha
  3. Do this then... for (set .@a, 1; .@a < @bought_quantity[@i]; set .@a, .@a + 1) { rentitem .@bought_namedid[@i], <INSERT NUMBER OF SECONDS HERE>; } This will loop through 1 to Number of Items Purchased, and Give Them Rental Items
  4. getitem @bought_nameid[@i],@bought_quantity[@i] change to: something with rentitem (unfortunately I haven't used it, so I don't know the doc for it)
  5. I'm still thinking community, if it's not technically a MOD to something, it's an addition... as far as downloads, it's not eAthena related per se... if it isn't a download to the emulator, so my vote is still under community
  6. Anyone wanna take at any other colors? This is in Notepad++ Currently, I have Code Folds (Enabled) Mainly for those long projects... in any case, any suggestions?
  7. I do apologize, for those that use those terms in reference to not knowing the language, but I have to admit about 90% of the time these words are used, is just because people do not want to type it fully. All I am trying to say, is that rather than allowing these types of shorthand words, why not simply "translate" them into the proper format? Again, I would like to re-iterate for the 10% or so, that use this due to a language barrier, that the previous above comment was not directed towards you.
  8. May we should have "shades of pink" for "Breast Cancer Awareness Day" and we change them on that day... and then you can make different tags of XMas and VDay too Don't forget Green for St Patrick's Day! lol!
  9. Can we please just use the world filter properly ? plz -> please pls -> please thx -> thanks I would really hate to for this to happen again, but I am with all the others... "PLZ" and "THX" are VERY kiddish, when someone can just write please and thanks... (always bugged me)
  10. I meant at least give us "reserved" spots, and still let other members in extra ones
  11. sorry was just a copy / paste... please change if you know how, I've never used delietm2 before lol
  12. The problem you might have with deleting this specific item, is if they have more than 1 in their inventory that match it, you will need to use the same method I did getitem2 getequipid(.@part),1,1,getequiprefinerycnt(.@part) - 1,0,.@card[0],.@card[1],.@card[2],.@card[3]; add the following line above it delitem2 getequipid(.@part),1,1,getequiprefinerycnt(.@part) - 1,0,.@card[0],.@card[1],.@card[2],.@card[3];
  13. Z3R0

    Donator Rank?

    Not to be a judge or anything, but I don't think we should mess with donator ranks until we see what comes out of this... If we end up forking from eAthena, I not think donator ranks should be re-instated as we will be a new community... on the other hand, if we end up BEING eAthena, then I think they should be re-instated... this is all relative... I believe
  14. I think all admins / mods should get first dibs @ beta
  15. They might have a buggy javascript in their toolbar code causing the issue to trickle to other JS
  16. No, the Select Button IS working as intended... it simply "SELECTS" all text, it does nothing about copy, mainly because a copy function would require a lot more code and frankly so far, there hasn't been a NICE cross browser one that I have found, that doesn't steam from Flash, (which would then might be an issue)
  17. the left_blue or w/e is a perfect match I think
  18. I believe these all rely on Javascript... try 2 things... A ) Clear your Browsers Cache... B ) Enable Javascript ?
  19. He posted an EMPTY spoiler tag, in which case, the HIDE and SHOW simply toggle without showing information: Try the following: // Empty // Filled
  20. You sir, or mam, have outdone yourself
  21. I think it's actually more of a "Community" type deal... it has to deal with RO but not directly related to the emulator as a mod
  22. I think we should poll some of these... so far I'm for blue_left and grey_left
×
×
  • Create New...