Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/28/16 in all areas

  1. Requesting a script that does the following: Every 6 hours, an announcement is made to tell people of an MvP Event. The event warp appears for 30 seconds, and then disappears The people who make it to the warp get teleported to <map name> A countdown begins on the map from 10 seconds After 10 seconds the <Mvp name/id> spawns If the MvP is killed, all members on the map receive <item name/ID> After receiving the <Item name/ID> everyone on the map gets teleported back to prontera If anyone could help me, that'd be great Thanks
    1 point
  2. Its because you are going 100 - 250 + baselevel, is a skill ratio is negative it will do max damage. I suggest you change your formula to something like skillratio += status_get_lv(src)/2; instead
    1 point
  3. Try this one: iz_int,92,92,4 script Freebies#rA 100,5,5,{ callsub OnMain; end; OnTouch: OnMain: set @npc$,"[rAthena]"; if (#freebies == 1) callsub OnDone; getitem 501,1; getitem 502,2; getitem 503,3; dispbottom "Freebies has been given!"; sleep2 1000; warp "prontera",150,150; end; OnDone: mes @npc$; mes "You already have your freebies."; close; } - script Warp#new -1,{ OnPCLoadMapEvent: if (#freebies == 1) end; getmapxy(.@map$, .@x, .@y, 0); savepoint .@map$, .@x, .@y; dispbottom ""+.@map$+" is your new savepoint!"; set #freebies,1; end; } prontera mapflag loadevent change this line to whatever freebie item you may want: getitem 501,1; getitem 502,2; getitem 503,3;
    1 point
  4. I have tried that, but i don't know if im doing it wrong, or the problem is the gif it self? Can you please try with this gif? Edit: Oh wait. PNG is working, at first i tried slice them up to bmp, and they were broken.. i will try to convert them to act and sprite now. ^^ Hint: just convert the gif to frames and the frames should be in png then you can import it on act editor Can the Act editor create sprite? or only edit act? Any tool to convert png to sprite? yes acteditor is a creator/editor of sprite when you create or edit it will save as 2 files (act and spr)
    1 point
  5. I have tried that, but i don't know if im doing it wrong, or the problem is the gif it self? Can you please try with this gif? Edit: Oh wait. PNG is working, at first i tried slice them up to bmp, and they were broken.. i will try to convert them to act and sprite now. ^^ Hint: just convert the gif to frames and the frames should be in png then you can import it on act editor
    1 point
×
×
  • Create New...