Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] Template ZhyperMU / Webzen Template MuCore 1.0.8

Experienced Elementalist
Joined
Feb 5, 2009
Messages
225
Reaction score
173
This is normal?
TWc6UZJ - [Release] Template ZhyperMU / Webzen Template MuCore 1.0.8 - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
-( . ) ( . )-
Loyal Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
still on going bro kevin105 ?? :) im excited :) with your new release :)

bro jhesociety check this

yeah sure :)
just need to finish it 1st :)



Add this in the top of ur news
Code:
<article class="gMainPromWrap">

			<div class="promRoundBox"></div>
	<ol class="items">
		<li class="item">
			
            <div class="promImg"><img src="template/<?=$core['config']['template'] ?>/images/ban/slide1.jpg" alt=""></div>
			<div class="promTxt">
				<a onclick="ga('send', 'event', 'Outgoing', 'www.webzen.com', '/Joins_Forces_with_gPotato');" rel="nofollow" href="http://www.webzen.com/Joins_Forces_with_gPotato" target="_blank">
				<h2>Kevin MU</h2>
				<time>August 24 2014</time>
				<div class="txt txtover">Welcome!</div>
								</a>
			</div>
		</li>
		<li class="item">
			
            <div class="promImg"><img src="template/<?=$core['config']['template'] ?>/images/ban/slide2.jpg" alt=""></div>
			<div class="promTxt">
				<a onclick="ga('send', 'event', 'Outgoing', 'muonline.webzen.com', '/news/events/5406/egg-of-monsters-2nd-generation-of-muun?page=1');" rel="nofollow" href="http://muonline.webzen.com/news/events/5406/egg-of-monsters-2nd-generation-of-muun?page=1" target="_blank">
				<h2>Coming Soon!</h2>
				<time>Season 8 Wings & Updates</time>
				<div class="txt txtover"></div>
				</a>
			</div>
		</li>
		
	</ol>
	<div class="rollingIconWrap">
    <div class="bgFirst"></div>
    <div class="rollingIcon">
		<button type="button" name="#"><span></span></button>
		<button type="button" name="#"><span></span></button>
		
    </div>
    </div>
</article>
i use only 2 slide show if you want to add just add this line
Code:
<li class="item">
			
            <div class="promImg"><img src="template/<?=$core['config']['template'] ?>/images/ban/slide1.jpg" alt=""></div>
			<div class="promTxt">
				<a onclick="ga('send', 'event', 'Outgoing', 'www.webzen.com', '/Joins_Forces_with_gPotato');" rel="nofollow" href="http://www.webzen.com/Joins_Forces_with_gPotato" target="_blank">
				<h2>Kevin MU</h2>
				<time>August 24 2014</time>
				<div class="txt txtover">Welcome!</div>
								</a>
			</div>
		</li>
to add images create folder in images "ban"
then put the images there with image name "slide.jpg" "slide1.jpg" "slide2.jpg"

forgot to tell
if you add another slideshow you need to add it this too

Code:
<button type="button" name="#"><span></span></button>
so it will look like this
Code:
<div class="rollingIconWrap">
    <div class="bgFirst"></div>
    <div class="rollingIcon">
		<button type="button" name="#"><span></span></button>
		<button type="button" name="#"><span></span></button>
		<button type="button" name="#"><span></span></button>
    </div>
    </div>
Then add custom JS to work it
Code:
<script src="http://forum.ragezone.com/template/<?=$core['config']['template'] ?>/js/GNB.js?ver=1406117906083 type=" text="" javascript"=""></script>
	<script src="http://forum.ragezone.com/template/<?=$core['config']['template'] ?>/js/Layout.min.js"></script>
	<script src="http://forum.ragezone.com/template/<?=$core['config']['template'] ?>/js/core_global.js"></script>
	<script src="http://forum.ragezone.com/template/<?=$core['config']['template'] ?>/js/Main.min.js"></script>
	<script src="http://forum.ragezone.com/template/<?=$core['config']['template'] ?>/js/jquery-1.8.2.min.js"></script>
	<script src="http://forum.ragezone.com/template/<?=$core['config']['template'] ?>/js/Util.js" type="text/javascript"></script>
	<script src="http://forum.ragezone.com/template/<?=$core['config']['template'] ?>/js/HeadInfo.js" type="text/javascript"></script>
	<script src="http://forum.ragezone.com/template/<?=$core['config']['template'] ?>/js/load-min.js" type="text/javascript"></script>
	<script src="http://forum.ragezone.com/template/<?=$core['config']['template'] ?>/js/SNS.js" type="text/javascript"></script>
	<script src="http://forum.ragezone.com/template/<?=$core['config']['template'] ?>/js/Main.min2.js"></script>

Download JS:
View attachment 147424
 
-( . ) ( . )-
Loyal Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
no problem bro... 1.7.1 or 1.7.3 its your decision of what xamp you want
 
-( . ) ( . )-
Loyal Member
Joined
Mar 28, 2012
Messages
1,356
Reaction score
68
i think kevin was so busy because he have no update right.. just be patience guys :D
 
Skilled Illusionist
Joined
Jul 13, 2012
Messages
334
Reaction score
7
have zteam files for this ranking?
 
Newbie Spellweaver
Joined
Aug 16, 2010
Messages
68
Reaction score
1
i will try to add slideshow later :) and also im working now on rankings :)

Rankings Preview:
Code:
Character's View
kevin105 - [Release] Template ZhyperMU / Webzen Template MuCore 1.0.8 - RaGEZONE Forums

Code:
Guild's View
kevin105 - [Release] Template ZhyperMU / Webzen Template MuCore 1.0.8 - RaGEZONE Forums




if i finish the ranking tommorrow i will add it to my 1st post.. i can work only after my work so i cant finish it immediately.

not working for me what need to set for this rankings? to my page apear clasic rankings not that rankings. pls help mee i ned this ranking to work for mee to
 
Last edited:
Back
Top