Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/23/21 in all areas

  1. New 3rd Level of Magma Dungeon in official style for MVP Muspellskoll. Version 1.0 (2022): Used one texture as in the 1st level Version 1.1 (2023): Used different textures for the walkable zone and surrounding rocks as in the 2nd level Added rocks, stalagmites, and other objects to decorate the cave Improved the dragon tower on top of the mountain, added rocky platforms Also adapted the monsters_MJ of the original 3rd level to the style of the 1st and 2nd levels: removed auras, enlarged the lava golem sprite, and added a recolored version of the GRIZZLY All innovations are presented in the updated video .•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•. mag_dun03 Please rate it if the map is good enough ~~ This map can be downloaded here https://rathena.org/board/files/file/4487-w0w_map_collection/
    1 point
  2. Version 1.0.0

    1395 downloads

    Simple Purple Website Responsive One-Page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Ko-fi = Motivation. By: Mihael Hope you like it ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ About: Website is made in php / html responsive one page, is translated in pt-br, but I believe in your potential to translate into their respective languages ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Demo: Espero que gostem.
    Free
    1 point
  3. Version 1.0.0

    1263 downloads

    Simple Orange Website Responsive One-Page Ko-fi = Motivation. By: Mihael About: Website is made in php / html responsive one page. Demo:
    Free
    1 point
  4. Version 1.0.0

    321 downloads

    I put all the cards in the bRO, iRO, kRO, jRO and converted to FluxCP. I enjoy it! Extracted from data.grf updated on 2019-02-24
    Free
    1 point
  5. try add this into the npc if( !getcharid(1) || getcharid(3) != getpartyleader( getcharid(1),1 ) ){ mes "Only Party Leader can click me."; close; }
    1 point
  6. try this prontera,155,181,5 script Sample 757,{ if( !getcharid(1) || getpartyleader( getcharid(1),2 ) == getcharid(0) ) { mes "^FF0000Failed^000000.Perhaps you are not in a Party or your are the Leader."; }else if( !isloggedin( getpartyleader( getcharid(1),1 ) )){ mes "Your Party Leader is Offline."; }else{ mes "Warp to Leader Location ?"; if( select("Yes","No") == 2 ) close; set .@CID,getcharid(0); attachrid( getpartyleader( getcharid(1),1 ) ); getmapxy .@MAP$,.@X,.@Y,0; warpchar .@MAP$,.@X,.@Y,.@CID; end; } close; }
    1 point
×
×
  • Create New...