Jump to content

MyNoobScriptz

Members
  • Posts

    76
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Thailand
  • Interests
    Ragnarok

Recent Profile Visitors

3793 profile views

MyNoobScriptz's Achievements

Marin

Marin (5/15)

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

Recent Badges

3

Reputation

  1. how to delete points or sql table $GLOBALGUILDQUESTCOUNT and $GLOBALGUILDQUEST if player has /breakguild
  2. Hello, As the title, how can I force pet turn into egg? And then delete egg ? Like example : 1. Player talk to this npc.. then this NPC will turn his pet into egg. 2. After turn the pet into egg, npc will delete his egg and giving the item as reward or give other egg as reward.
  3. how to reload battleground.yml like reload script or reloaditemdb ?
  4. thank you!! but possible to change gm control and put name of guild member to register please
  5. Hi rathena i need npc register guild and guild member can access to map thx
  6. can you share some example script like you comment, please
  7. //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
  8. 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
  9. 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.
  10. Thx it's work!! , if i need to increase 1 cell per skill to 2 cell or 5 cell how i do this ?
  11. Thank you. How to move my topic to source support , or you know how to do with source modification , any idea
  12. HOW TO SCRIPT : Grants immunity to White Imprison except self casting.
  13. 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
×
×
  • Create New...