Jump to content

Ninja

Members
  • Posts

    513
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Ninja

  1. Prolly never the best guy around but I'll do what I can :)

  2. Skype'd you. You're not responding. //edit V1.3 Bombring.txt - Added Ranking system. [suggested by Azeroth]
  3. Thanks! I'll be improving it continuously
  4. Project: Anti-bot Security System Hi rAthena Community! Finally, I have finished my very first Project: Anti-bot Security System. This is not your average antibot because it is not only done in-game, it is a system that puts together in-game scripts, encryption, Google's very own reCaptcha, and interaction with the FluxCP. Features: 1. Impenetrable in-game bot check Even if a botter figures out how the algorithm works he still has to go through a few more steps 2. FluxCP integration Easy integration with FluxCP Can be used with other CP's but will not be majorly supported for fixes 3. Google's reCaptcha v2 Google boasts of it's bot detection, reCaptcha v2! Check all about it here: reCaptcha Site. Video Coming Soon! Some Screenies: When everything goes well: When somethig goes wrong or when someone tries to bypass something: Interested? Feel free to contact me.
  5. @Dhall It's working fine for me too, are you using rA?
  6. Here try this. http://pastebin.com/raw.php?i=pT0VXPfh Not Sure what you mean about this?
  7. Thanks man, I snooped around some php files and found this: $this->loginRequired(); solved my problem
  8. Hi, I was wondering how do I require a user to login first before seeing a page. For example I want to restrict people from accessing the mob database by logging in first before they can search. ~Jess
  9. You will definitely need a source modification for this one.
  10. set @tax,log10(Zeny) * 10; Function script logarthm { Set .@base, getarg(0); Set .@targetnum, getarg(1); Set .@x1, 1; For(set .@x,0:.@x<=.@targetnum;set .@x, .@x +1) { Set .@x1, .@x1 * .@base; } Return .@x*10; } Usage: set @tax, callfunc("logarthm",basenum,targetnum); Sample simulation: Log2(8) .@x 0 1 2 3 .@x1 1 2 4 8 Returns 3 Check: 2 ^ 3 = 8 You can do it this way since, in my knowledge, everything ingame works with an integer.
  11. What are the triggering points of this script command? I know equip,unequip, and buffs, any other?
  12. Ninja

    about @noks

    anytime
  13. Ninja

    about @noks

    I would also like to suggest not using stappo because of it's defense. and please try to go out of GVG maps so you can see the damage clearly. Try using a poporing. Hit it with a novice with ks protection then hit it with the swordsman.
  14. Ninja

    about @noks

    have you tried looking at the "battle chat" and check if gives off damage? I think it only changes the damage to 0 but does not stop a player from doing an attack animation. Also, notice the monster's HP is not going down.
  15. The problem with this is that it has a high probability of failing after the first unloading.I resulted to using enablenpc/disablenpc because of this problem. What kind of failure?Regards, Chris Ingame failure sayin somethin like 'failed to load npc'//edit I'm not sure if it'll work for monster spawn though.
  16. The problem with this is that it has a high probability of failing after the first unloading. I resulted to using enablenpc/disablenpc because of this problem.
  17. I'm looking for something like a script that can do these commands... Does this works with the permanent monster spawn? like @loadnpc npc/pre-re/mobs/dungeons/abbey.txt ? Mmmm. No.. maybr you can request for a src mod for this and ask for a script command to do this.
  18. Enablenpc Disablenpc
  19. Well for 1, all that he needs is a voice comm service. The music requests, he can do that ingame via channel chats
  20. I'm not really Lovable. XD
  21. or use free stuff. Discord.
  22. Available for script requests.

  23. Looking forward to see this merged
  24. How about using the mail function? OnFri1200: query_sql ("INSERT INTO `mail` (`send_name`, `send_id`, `dest_name`, `dest_id`, `title`, `message`, `status`, `zeny`, `nameid`, `amount`) VALUES ("AN AWESOME GUY", 0, "A NEWB", 150001, "SOMETHING FOR YOU", "ENJOY", 1000, 607, 5)); end;
×
×
  • Create New...