Jump to content

Sekai RO

Members
  • Posts

    38
  • Joined

  • Last visited

2 Followers

Profile Information

  • Gender
    Male
  • Location
    Malolos

Recent Profile Visitors

2698 profile views

Sekai RO's Achievements

Poring

Poring (1/15)

6

Reputation

1

Community Answers

  1. You need to edit the @monster @spawn command at atcommand.c not sure how but I think that's the way
  2. Use Euphy's Dynamic Quest NPC. Create Boxes with those sets and set the requirements to 1500 Mora coins
  3. - script Punching Bag -1,{ OnInit: monster "isahollm",248,104,"Punching Bag",1905,1,"Punching Bag::OnDummyKill"; monster "isahollm",256,104,"Punching Bag",1905,1,"Punching Bag::OnDummyKill3"; monster "isahollm",240,104,"Punching Bag",1905,1,"Punching Bag::OnDummyKill2"; setmapflag( "isahollm",mf_monster_noteleport ); end; OnDummyKill: monster "isahollm",248,104,"Punching Bag",1905,1,"Punching Bag::OnDummyKill"; end; OnDummyKill2: monster "isahollm",240,104,"Punching Bag",1905,1,"Punching Bag::OnDummyKill2"; end; OnDummyKill3: monster "isahollm",256,104,"Punching Bag",1905,1,"Punching Bag::OnDummyKill3"; end; OnPCAttackEvent: if ( !@test_punch ) end; @dps_damage += @damage; end; } Just edit the coordinates and edit isahollm to the map you want to put the punching bag. Take note: Use tabs and edit the map where the mapflag monster_noteleport was set
  4. have you asked the host about ddos? I think it's ddos attack or maybe something on your scripts are eating up your server's RAM. Some scripts can cause lag even if it doesn't show errors. Variables take ram. and I think Asian-Hosted servers are more likely to be DDoS Attacked coz they don't got that much protection
  5. I suggest that you start with 20000 when adding custom items. Check your pre-re/re item_db.txt if you have items with the item id
  6. Here. How about this? https://rathena.org/board/topic/101745-quests-games-keyboard-warrior/
  7. It's fine now. My webhost was down for a moment
  8. It's "Planet Kosmos" or "Planet Cosmos"
  9. Hello. This is my advertising banner in facebook. I got the idea from TalonRO's posts and I just wanna show my version
  10. I think you need to edit max item group in src
  11. Blaze. Mark. Ace here. I suggest that you put OnInit: E_Rehide: disablenpc "teamwar::teamwar"; OnHour20: // Triggers at 8 PM every day(Server Time). enablenpc "teamwar::teamwar"; Sleep 5000; //<- 5 seconds. Change this to how long the event will last or how long you want the NPC to appear for them to register goto E_Rehide;
  12. change this case 8: // curse coma and poison status_change_start(src, bl, SC_COMA, 100, skill_lv, 0, src->id, 0, 0, SCSTART_NONE); sc_start(src,bl,SC_CURSE,100,skill_lv,skill_get_time2(skill_id,skill_lv)); sc_start2(src,bl,SC_POISON,100,skill_lv,src->id,skill_get_time2(skill_id,skill_lv)); break; to case 8: // curse coma and poison status_change_start(src, bl, SC_COMA, 10000, skill_lv, 0, src->id, 0, 0, SCSTART_NONE); sc_start(src,bl,SC_CURSE,10000,skill_lv,skill_get_time2(skill_id,skill_lv)); sc_start2(src,bl,SC_POISON,10000,skill_lv,src->id,skill_get_time2(skill_id,skill_lv)); break; that means if the death/coma card appeared in the skill, it will have 100% chance of activating coma. if you set 10000 to 5000 you will have 50% chance to activate coma whenever the death/coma card appears
  13. Thanks for the rate sir! I appreciate it. because it's basic for me. because its basic that's I don't see any specia in this pic. Well if it's basic for you can you give me suggestions to improve my skills?
  14. Yeah. I was like that way back 3 years ago i think. Now I can say that I know a bit about rAthena Goodluck on your Journey my friend!
  15. Thanks for the reply guys!!!! TY TY
×
×
  • Create New...