Jump to content

Weistony

Members
  • Posts

    108
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Weistony

  1. Natanong mo na ba mga bespren natin na si Google at Youtube? :3
  2. Have you tried the old method? set BaseLevel,+84; set JobLevel,50; set SkillPoint,58;
  3. mes "Input item ID"; next; input .@tmp, 0, 32767; mes "["+ strnpcinfo(1) +"]"; if ( getitemname(.@tmp) == "null" ) { mes "Invalid item ID"; next; break; Find this line and edit 32767 as I think it covers the maximum IDs it holds. I suppose you're using Item IDs more than 32767. input .@tmp, 0, 32767;
  4. Like what @botka4aet said. Just change pk_points to #pk_points.
  5. It doesn't. The item names inside those are wrong actually..
  6. Hi! Every time I try to save the grf, characters inside accname.lub gets messed up and turns into this where it doesn't spell the sprite name correctly. Anyone can tell me how to fix this? Been 2 days since I've been wondering how this happened. Regards,
  7. set vipseconds, vip_status(3); SC_JEXPBOOST,vipseconds,0; Try that. Let me know if it fixed your issue.
  8. Make sure you have put all the sprites intended for the item inside their respective class folders.
  9. It may be that you don't have the map? Have you checked your grf?
  10. Dahil un sa ginawa mo sa source. Ibig sabihin may mali sa ginawa mo. Kaya mas mabuti parati na mag back up.
  11. It is always available. You can disable it in your groups.conf if you would allow this privilege on a GM lvl by input on or off on char commands.
  12. Using "#" on commands basically directs the commands on the named player. Example: #item "Weistony" 2199 That character then gains the item "Ahura Mazda". XD
  13. It's possible. It has something to do with getusers(1) and OnPCLoginEvent? Maybe? I don't know but I feel like it's possible.
  14. I don't know but creating a complex function script would do it. Why not just use the VIP system? VIP accounts are placed on a groupid and put those commands there instead of creating a headgear?
  15. Much better to use Notepad ++ .. It's free.. Just google it.
  16. There's no so-called maximum protection for free.. You should at least try investing for a game guard or try Hansip Protection.. It's free and can help for skill spams but I can't say it's very accurate though.. :3 Link : http://rathena.org/board/topic/95573-hansip-skill-spam-protection/?hl=hansip
  17. Count the lines if you are using notepad manually.. Nah kidding, use something with line numbers.
  18. have you made sure that you used tabs on this part: and this:
  19. Gravity error ? Make sure you got the suitable msgstringtable.txt for your client.
  20. The part where it says "Welcome to rAthena...." It's located inside : conf/motd.txt
×
×
  • Create New...