Jump to content

MyNoobScriptz

Members
  • Posts

    72
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Thailand
  • Interests
    Ragnarok

Recent Profile Visitors

3254 profile views

MyNoobScriptz's Achievements

Marin

Marin (5/15)

  • Reacting Well
  • Collaborator
  • First Post
  • Conversation Starter
  • Dedicated

Recent Badges

3

Reputation

  1. thank you!! but possible to change gm control and put name of guild member to register please
  2. Hi rathena i need npc register guild and guild member can access to map thx
  3. can you share some example script like you comment, please
  4. //REDUCE HP PLAYER OUT OF ZONE prontera,1,1,1 script AutoReduceHP HIDDEN_NPC,{ end; OnTimer2000: .@percent = -30; .@size = getareaunits(BL_PC,"prontera",145,83,164,69,.@aid); if (.@size > 0) { for (.@i = 0; .@i < .@size; .@i++) { if (attachrid(.@aid[.@i])) { if (Hp <= MaxHp) { specialeffect2 107; percentheal .@percent, .@percent; if (Hp < 5) { warp "SavePoint",0,0; } } detachrid; } } } initnpctimer; end; OnInit: initnpctimer; end; } hi rathena i have script from rathena, but i need to convert script if player out of area hp - 30 % every 2 second can anyone help me please
  5. Hi, how to count player in map PvP (pvp_y_1-2) 1. if count = 20 get 10 Yggdrasil Berry 2. if count = 10 get 5 Yggdrasil Berry I use OnPCDieEvent sometime script can't run to next step. because some player has left by using Alt+F4
  6. I have questions about skill TF_DOUBLE, how to increase damage TF_DOUBLE on item script i write script "bonus2 bSkillAtk,"TF_DOUBLE",15;" not works.
  7. Thx it's work!! , if i need to increase 1 cell per skill to 2 cell or 5 cell how i do this ?
  8. Thank you. How to move my topic to source support , or you know how to do with source modification , any idea
  9. HOW TO SCRIPT : Grants immunity to White Imprison except self casting.
  10. how to use ground skill from mob A to mob B (1 time per cells) EX : mob A position 100,100 and mob B position 105,105, I need to use ground skill (something like Thunder storm) from 100,100 -> 101,101 -> 102,102 -> 103,103 -> 104,104 -> 105,105 if mob B change position 95,95 skill calculate to coordinates 95,95
  11. This code is old idk, but i need anyone update this code for latest rathena please help me!!
  12. how to combine anti bot and macro detector script, after killed mob around 500-1000 then user get macro detector
  13. thank you , how can i change your antibot system to check by https://github.com/rathena/rathena/pull/7315 and https://github.com/rathena/rathena/pull/7359 i mean under line check: how to use script macro detector to player
×
×
  • Create New...