Jump to content

nicoscene

Members
  • Posts

    154
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by nicoscene

  1. It works! Thank you so much~
  2. It works! now there's a new problem. The client is looking for a file ".bmp". It is looking for an untitled bmp file. :<
  3. Hello rAthena, I'd like to remove the Cash Shop button on the upper right part of the client, Any idea how to remove it ? Thanks
  4. I prefer low~mid rate. Because i have a very bad experience with Hiigh~SHR (Most of the players are r*ta*ded). Not trying to offend anyone but this is based on my point of view.
  5. I am getting this message when trying to change the password of an account. "sorry no form session found(hack attempt)" Its something about Security Session, and i dont understand why i am getting this, I tried clearing my browser data because i thought the cookies affects it. BUt it doesnt, Please help. Im using Xantara FluxCp
  6. Hello, I am looking for item image and item sprite because i wanna put them to my flux cp. So when i search item, sprite and item image will appear,
  7. Notice: Undefined offset: 0 in /addons/voteforpoints/modules/voteforpoints/index.phpon line 44 Notice: Trying to get property of non-object in /addons/voteforpoints/modules/voteforpoints/index.phpon line 44 How do i fix this? I am using Xantara's FluxCP. Thank you!
  8. Nevermind, fixed it myself. Thank you!
  9. Hello, I want to convert my server to rathena from hercules. But i dont know how to convert my database to the structure for rathena. Can someone teach me how? Thank you! help. (bump)
  10. Hello, i'd like to ask the steps i need to do to convert my Hercules server to rAthena. Because i dont know how to convert my database to the structure for rathena's database. Thank you
  11. links are dead
  12. Here's the English Version. In case someone's looking for it. // Ori/Elu Functions //============================================================ function script orimain { if (checkweight(1201,1) == 0) { mes "- Wait a minute !! -"; mes "- Currently you're carrying -"; mes "- too many items with you. -"; mes "- Please try again -"; mes "- after you lose some weight. -"; close; } mes "[" + getarg(0) + "]"; mes "I can purify your"; mes "Rough Oridecons or"; mes "Rough Eluniums. I'll need"; mes "5 Rough Stones to make"; mes "1 pure one for you."; next; switch(select("Make Oridecon:Make Elunium:Ask about Enchanted Stones")) { case 1: if (countitem(756) > 4) { mes "I can make ^FF0000" + countitem(756)/5 + "^000000 Oridecon"; mes "out of your ^0000FF" + countitem(756) + "^000000 Rough Oridecon."; if (select("Go ahead","No") == 1) { set .@ori,countitem(756)/5; delitem 756, .@ori * 5; //delete the rough oridecons getitem 984, .@ori; //get oridecons specialeffect 101; mes " "; mes "Here you are your Oridecon(s)!"; } close; } else { mes "[" + getarg(0) + "]"; mes "You have to be kidding!"; mes "I have just told you that I need 5 Rough Oridecons to make a purified Oridecon."; close; } case 2: if (countitem(757) > 4) { mes "I can make up to ^FF0000" + countitem(757)/5 + "^000000 Elunium"; mes "out of your ^0000FF" + countitem(757) + "^000000 Rough Elunium."; if (select("Go ahead","No") == 1) { set .@elu,countitem(757)/5; delitem 757, .@elu * 5; //delete the rough eluniums getitem 985, .@elu; //get eluniums specialeffect 101; mes " "; mes "Here you are your Elunium(s)!"; } close; } else { mes "[" + getarg(0) + "]"; mes "You have to be kidding!"; mes "I have just told you that I need 5 Rough Eluniums to make a purified Elunium."; close; } case 3: mes "[" + getarg(0) + "]"; mes "Enchanted Stones...?"; mes "I've been a stonesmith for 20 years, so I've heard a lot about them. Supposedly, there are"; mes "four different kinds."; next; mes "[" + getarg(0) + "]"; mes "Each Enchanted Stone possesses one of the following elemental properties: Earth, Wind, Water and Fire."; next; mes "[" + getarg(0) + "]"; mes "If someone combines a Enchanted Stone with a weapon while smithing, that weapon will possess the same property as the Stone."; next; mes "[" + getarg(0) + "]"; mes "Needless to say, you need to have some smithing skill to produce this kind of elemental weapon."; close; } }
  13. Hello everyone, How do i change IPB's sign up button to redirect to my control panel's registration page. Thank you
  14. Thank you for this! ^^
  15. @Whathell: Got it! Thank you!
  16. If you want it so bad, why dont you do it yourself? Im sure noone will do it for free anyway.
  17. You're missing a curly or you didn't press (TAB) at the beginning of the script
  18. Not yet. I'll try. But i think mapflag can't reduce damage. XD
  19. I am wondering if it is possible to implement War of Emperium Mechanics to PvP Room. Thank you in advance to the person who can help me. ^^
  20. All i see is a simple quest about killing 100 porings.
  21. Tables doesnt exist, Make sure you imported the tables for Vote for points
  22. @Whathell Thank you so much!
  23. Hello everyone, i wanna know how can i remove this from my server http://irowiki.org/wiki/Drop_System#Level_Factor I don't know if rathena has this feature or not. If yes, please tell me how to remove it. Thank you in advance.
  24. @Lulu, i see, thank you. What 2013 client is the most stable today?
  25. Bump, im having the same problem. My client is 2012-04-10
×
×
  • Create New...