Jump to content

Luciar

Members
  • Posts

    177
  • Joined

  • Last visited

  • Days Won

    2

Luciar last won the day on March 17 2015

Luciar had the most liked content!

2 Followers

About Luciar

  • Birthday 09/28/1991

Profile Information

Recent Profile Visitors

6398 profile views

Luciar's Achievements

Poring

Poring (1/15)

21

Reputation

8

Community Answers

  1. So to be clear you want a script that you can exchange any +7 refined equipment piece for "points" Then these points can be redeemed for some other item(s)?
  2. You will have to try loading it on an rAthena server to find out! It should work as long as it does not use custom script commands that work only on eAMod. P.S. this isn't a script request and therefore doesn't belong in this forum.
  3. Codeboxes work for everyone. https://rathena.org/board/forum-32/announcement-3-codeboxes/Just read and do
  4. Please don't edit/remove your post once it has been solved. Other community members with the same issue won't be able to benefit from the post if you do.
  5. Google translator failed you as it fails everyone on this forum who posts in the English sections. I have no idea what you're asking for. Maybe try posting in the international section that represents your native language.
  6. Do not bump topics without providing additional, useful information per the forum rules.
  7. Do not bump topics without providing additional, useful information per the forum rules
  8. Luciar

    Menu Script

    https://rathena.org/board/topic/68466-utility-gm-online-list/
  9. You posted this in the support section, not the request section. So here's the script support answer: this is a very, very basic npc. Check out Wiki: Basic Scripting
  10. You're right, wasn't thinking (That's what I get for posting at 4:00 AM xD) @Echoes make sure you update the script I provided with Emistry's corrected query_sql line
  11. .@total = countitem(994); // total number of Item ID 994 .@exchg = .@total / 100; //Floored division of total by 100 (e.g. 256 / 100 = 2) .@remain = .@total % 100; //Remainder (e.g. 256 / 100 has remainder of 56) delitem 944,(.@total - .@remain); //Remove all but the remainder getitem 990,.@exchg; //Get total number of item id 990 = to floored division of total 994 (e.g. 256 --> 2) something like that
  12. Luciar

    Help

    If your post hasn't been approved you shouldn't post it elsewhere. The moderators responsible for approving it will address it as soon as they can.
  13. All of these scripts or slight variations have been requested several times before. Use the search feature and you'll find them.
×
×
  • Create New...