Jump to content

nicoscene

Members
  • Posts

    154
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by nicoscene

  1. It works! now there's a new problem. The client is looking for a file ".bmp". It is looking for an untitled bmp file. :<
  2. 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
  3. 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.
  4. 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
  5. 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,
  6. 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!
  7. Nevermind, fixed it myself. Thank you!
  8. 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)
  9. 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
  10. 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; } }
  11. Hello everyone, How do i change IPB's sign up button to redirect to my control panel's registration page. Thank you
  12. If you want it so bad, why dont you do it yourself? Im sure noone will do it for free anyway.
  13. You're missing a curly or you didn't press (TAB) at the beginning of the script
  14. Not yet. I'll try. But i think mapflag can't reduce damage. XD
  15. 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. ^^
  16. All i see is a simple quest about killing 100 porings.
  17. Tables doesnt exist, Make sure you imported the tables for Vote for points
  18. @Whathell Thank you so much!
  19. 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.
  20. @Lulu, i see, thank you. What 2013 client is the most stable today?
  21. Bump, im having the same problem. My client is 2012-04-10
×
×
  • Create New...