Jump to content

freyreuxine13

Members
  • Posts

    85
  • Joined

  • Last visited

Everything posted by freyreuxine13

  1. It says game client not the latest version when I try to log in. I got the mmo.h right ( i think so) packet_db: clif.h : clientinfo.xml: I recompiled the server already but still got the same error. please do help me. its kinda urgent
  2. hmm im thinking of more like a capsule or medicine xD
  3. anyone here have custom potion sprites or boxes? im planning to make a custom potion that can reset skill or stat. xD thanks in advance
  4. A lord knight and a high priest would be great xD nice work 10/10
  5. what do you mean?
  6. it doesnt work. can't create guild name with spaces.
  7. Hello there, can i request for a source code that will allow to create guild name with spaces?
  8. wow, nice project :DD looking forward to this one,
  9. Welcome back I missed rAthena so bad. Glad to have you back rAthena, my home
  10. still doesnt work, would you mind if I send you the files?
  11. http://pastebin.com/vQLSuYWE here you go. I can also send you my custom skin file. my error is Config parsing error or missing resource file.
  12. I got this map server crash, and when I put my server into dbg mode i got this
  13. Hi can anyone help me with the coding of my new custom thor patcher skin? I got errors. please help me.
  14. here you go http://pastebin.com/X5kKSxCY
  15. can some fix this script? its not working prt_maze03,52,190,5 script Evil Baphomet 1929,{ mes "[ Evil Baphomet ]"; mes "So you're here to make the powerful horns?"; mes "I can make you one if you bring me the right items"; next; mes "[ Evil Baphomet ]"; mes "These are what I need"; mes "300 Evil Horns", mes "20 Pieces of Young Twig"; mes "10 Pieces of Baphomet Card"; mes "10 Pieces of Biotite"; next; mes "and 1 Emblem of the Sun God"; mes "Do you have the items that I need?"; menu "Yes",-,No",L_ayaw; next; mes "[ Evil Baphomet ]"; mes "Are the items ready? Let me check."; next; if(countitem(923) < 300 || countitem(7018) < 20 || countitem(7297) < 10 || countitem(4147) < 10 || countitem(7806) < 1) goto koolang; if(countitem(923) >= 300 || countitem(7018) >= 20 || countitem(7297) >= 10 || countitem(4147) >= 10 || countitem(7806) >= 1) goto kontinueq; close; L_ayaw: mes "[ Evil Baphomet ]"; mes "Don't waste my time or I'll kill you"; close; koolang: mes "[ Evil Baphomet ]"; mes "You don't have the complete items needed"; close; kontinueq: mes "[ Evil Baphomet ]"; mes "Good!! Now here's the horn!!"; delitem 923,300; delitem 7018,20; delitem 7297,10; delitem 4147,10; delitem 7806,1; getitem 26027,1; next; mes "[ Evil Baphomet ]"; mes "Use my power wisely!!"; announce "Wow! "+strcharinfo(0)+" has just acquired the Evil Baphomet Horns.",8; close; }
  16. same problem here. i posted this many times and it looks like no one is paying attention.
  17. can someone edit the color of the broadcast message of this npc? http://upaste.me/490a5788f8aabd44 thanks. I want it to be green.
  18. I think this post is in the wrong section?
×
×
  • Create New...