Difference between revisions of "Main Page"

From Shining Moon Wikipedia
Jump to: navigation, search
Line 25: Line 25:
 
{| class="wikitable" style="float:left; text-align: center; font-weight: bold;  margin-left:3%" width="30%"
 
{| class="wikitable" style="float:left; text-align: center; font-weight: bold;  margin-left:3%" width="30%"
 
|-
 
|-
| style=" padding-top: 8px; border-color: #000000;" |
+
| style=" padding-top: 8px; border-color: #000000;" |Niflheim
 +
 
 +
_______________________________
 +
 
 +
'''A custom server with jRO/kRO/iRO equipment and custom features.'''
  
 
|}
 
|}
 
{| class="wikitable" style="text-align: center; font-weight: bold; margin-left:3%; float:right;" width="30%"
 
{| class="wikitable" style="text-align: center; font-weight: bold; margin-left:3%; float:right;" width="30%"
 
|-
 
|-
| style="border-color: #000000;" |
+
| style="border-color: #000000;" |Helheim
  
|}
+
_______________________________
  
 +
'''Is a kRO-official like server.'''
  
 +
|}
  
 +
<section id="preview" class="content-section features">
 +
    <div style="background-color: #3c3c3c; min-height: 100vh; width: 100%; min-width: 100%;">
 +
  <div class="ballz">
 +
    <br><br><br>
 +
    <h2 class="text-center" style="color: white;">
 +
  <span class="letterTittle">C</span>ostume <span class="letterTittle">P</span>review
 +
    </h2>
  
 +
    <div class="features-list">
 +
        <div class="container-fluid">
 +
      <p align="center">
 +
      <br>
 +
      <br>
 +
      <div style="overflow-x: auto">
 +
              <div class="theme56 basic-info" style="display: inline-block; margin-left: 5%;">
  
 +
                <div id="info7" class="info-div">
 +
                  <div class="columnsZ" style="min-width: 300px;">
 +
                    <ul class="price">
 +
                      <li class="header">Total Costumes <?php echo count($ModelsData); ?></li>
 +
                    </ul>
 +
                    <div class="model-div">
 +
                        <div class="model-menu">
 +
                          <div class="model-search">
 +
                            <input type="text" placeholder="Search"></input>
 +
                          </div>
 +
                          <div class="list">
 +
                            <?php foreach ($ModelsData as $key => $model) {
 +
                              echo '<div class="item" model="'.$model->viewid.'">'.$model->headname.'</div>';
 +
                            }
 +
                            ?>
 +
                          </div>
 +
                        </div>
 +
                        <div class="model-view">
 +
                          <div class="model-desc">
 +
                            <span class="name">Name</span>
 +
                            <span class="mob_id">Mob id</span>
 +
                          </div>
 +
                          <div class="model-box">
 +
                            <div class="model-attr">
 +
                              <select name="gender" id="gender" class="gender">
 +
                                      <option value="M" selected="">Male</option>
 +
                                      <option value="F">Female</option>
 +
                                  </select>
 +
                                  <select name="novice" id="novice" class="novice">
 +
                                      <?php echo $classesOptions; ?>
 +
                                  </select>
 +
                                  <select name="alternate" id="alternate" class="alternate">
 +
                                    <option value="" selected disabled>Alternate</option>
 +
                                      <option value="0">0</option>
 +
                                      <option value="1" disabled>1</option>
 +
                                      <option value="2" disabled>2</option>
 +
                                      <option value="3" disabled>3</option>
 +
                                  </select>
 +
                                  <select name="garment" id="garment" class="garment">
 +
                                      <option value="" selected="">Garment</option>
 +
                                      <?php echo $garmentsOpt; ?>
 +
                                  </select>
 +
                            </div>
 +
                            <img id="model-img" class="model-img male" src="<?php echo $imgBaseUrl.'body=M-0-0-0/hair=0-0-0/hats=0-0-0/equip=0-0-0/option=0/actdir=0-0-0' ?>">
 +
                              <div class="model-attr text-inputs">
 +
                                <div class="row">
 +
                                  <label>Dye</label>
 +
                                  <input type="number" max="694" min="0" class="attr dye" placeholder="Dye" value="0"></input>
 +
                                </div>
 +
                                <div class="row">
 +
                                  <label>Hair</label>
 +
                                  <input type="number" max="76" min="0" class="attr hair" placeholder="Hair" value="0"></input>
 +
                                </div>
 +
                                <div class="row">
 +
                                  <label>Hair Color</label>
 +
                                  <input type="number" max="263" min="0" class="attr hair-color" placeholder="Hair Color" value="0"></input>
 +
                                </div>
 +
                                <div class="row">
 +
                                  <select name="animation" id="animation" class="anim">
 +
                                          <option value="">Action</option>
 +
                                          <?php echo $animOptions; ?>
 +
                                      </select>
 +
                                </div>
 +
                              </div>
 +
                          </div>
 +
                          <div class="model-footer">
 +
                            <span class="name"></span>
 +
                            <span class="mob_id"></span>
 +
                          </div>
 +
                          <div class="model-nav">
 +
                            <div class="model-nav">
 +
                              <div class="nav">
 +
                                <div class="nav">
 +
                                  <input id="hg-top" type="radio" name="hats_positions" value="0" checked>
 +
                                  <label for="hg-top">Top</label>
 +
                                  <input id="hg-mid" type="radio" name="hats_positions" value="1">
 +
                                  <label for="hg-mid">Mid</label>
 +
                                  <input id="hg-bot" type="radio" name="hats_positions" value="2">
 +
                                  <label for="hg-bot">Bottom</label>
 +
                                </div>
 +
                              </div>
 +
                              <div class="nav" style="justify-content: center;">
 +
                                <p class="next"><i class="fa fa-arrow-left"></i></p>
 +
                                <p class="prev"><i class="fa fa-arrow-right"></i></p>
 +
                              </div>
 +
                              <div class="nav" style="display:block;">
 +
                                <button id="resetImg">Reset</button>
 +
                              </div>
 +
                            </div>
 +
                          </div>
 +
                        </div>
 +
                      </div>
 +
                  </div>
 +
                </div>
 +
    </div>
 +
    </div>
 +
  </p>
 +
    </div>
 +
  </div>
 +
    </div>
 +
  </div>
  
  
'''Niflheim is a custom server with jRO/kRO/iRO equipment and custom features.'''<br>
 
'''Helheim is a kRO-official like server.'''
 
  
 
Are you new to the game? Check out the '''[[Introduction to Ragnarok Online]]''' to get an idea of how the game works!
 
Are you new to the game? Check out the '''[[Introduction to Ragnarok Online]]''' to get an idea of how the game works!

Revision as of 07:49, 13 October 2020

Welcome to
Shining Moon - Wiki

Niflheim

_______________________________

A custom server with jRO/kRO/iRO equipment and custom features.

Helheim

_______________________________

Is a kRO-official like server.

<section id="preview" class="content-section features">

   


Costume Preview



  • Total Costumes <?php echo count($ModelsData); ?>
                           <?php foreach ($ModelsData as $key => $model) {
echo '
viewid.'">'.$model->headname.'
';
                           }
                           ?>
                           Name
                           Mob id
                             <select name="gender" id="gender" class="gender">
                                     <option value="M" selected="">Male</option>
                                     <option value="F">Female</option>
                                 </select>
                                 <select name="novice" id="novice" class="novice">
                                     <?php echo $classesOptions; ?>
                                 </select>
                                 <select name="alternate" id="alternate" class="alternate">
                                   <option value="" selected disabled>Alternate</option>
                                     <option value="0">0</option>
                                     <option value="1" disabled>1</option>
                                     <option value="2" disabled>2</option>
                                     <option value="3" disabled>3</option>
                                 </select>
                                 <select name="garment" id="garment" class="garment">
                                     <option value="" selected="">Garment</option>
                                     <?php echo $garmentsOpt; ?>
                                 </select>
                           <img id="model-img" class="model-img male" src="<?php echo $imgBaseUrl.'body=M-0-0-0/hair=0-0-0/hats=0-0-0/equip=0-0-0/option=0/actdir=0-0-0' ?>">
                                 
                                 <input type="number" max="694" min="0" class="attr dye" placeholder="Dye" value="0"></input>
                                 
                                 <input type="number" max="76" min="0" class="attr hair" placeholder="Hair" value="0"></input>
                                 
                                 <input type="number" max="263" min="0" class="attr hair-color" placeholder="Hair Color" value="0"></input>
                                 <select name="animation" id="animation" class="anim">
                                         <option value="">Action</option>
                                         <?php echo $animOptions; ?>
                                     </select>


Are you new to the game? Check out the Introduction to Ragnarok Online to get an idea of how the game works!

Just new to Shining Moon? Visit the Features page and see what Shining Moon has to offer!

Latest News
Patch 2023-10-09
Events Halloween Event has been activated Items Fixed wrong magic element boosting on Wasted Intermediate Rgan Card Fixed the description of Muqaddas Sasyiir...
2023-10-09 11:38:51

Class Rebalance Project of kRO
[ https://www.divine-pride.net/forum/index.php?/topic/3723-kro-classes-improvement-project/ ]

Latest addition: Jobs Improvement Bundle [ 2020-09-17 ]
[ LINK here to Patchnote ]

Note: Everything else has already been implemented.

List of all available latest Equipment

Episode Equipment

Features

Daily Rewards & Moonlight Coins

Class Mastery

Monster Hunter

Achievements

Titles

Alternative Sprites

Baby

About Shining Moon RO
Main Office

World Boss

Information & Rules

Frequently Asked Questions

Guides
Classes

Leveling Guide

Equipments

Refinement System

Instances

Player Commands

Troubleshooting

Special

Enchant Overview

Lapine Box