Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > 4Story
You last visited: Today at 07:58

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release] Search Equip for Websites

Discussion on [Release] Search Equip for Websites within the 4Story forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2010
Posts: 213
Received Thanks: 169
[Release] Search Equip for Websites

I made this script for fun and sharing it at the community. You ll see all items: bags,weapons,Armors,accessory,dresses etc.
Note: I haven't got all images, so you should get it.




You can take the script and put in your website easily.

PS: For those guys that asked me the script for convert the fake values from the weapon,armors and accessory. You can find it in the file functions->characters.php

Code:
	public function get_real_value($GameDB,$item,$magicID,$value){
	$new_value = $value;
	$query0 = "SELECT * FROM TITEMMAGICCHART WHERE bMagic = $magicID";	
	$query1 = odbc_exec($GameDB, $query0);
	$values = odbc_fetch_object($query1);
	$bRvType  = $values->bRvType;
	$wMaxValue  = $values->wMaxValue;
			
	$query2 = "SELECT * FROM TITEMCHART WHERE wItemID = $item";
	$query3 = odbc_exec($GameDB, $query2);
	$values2 = odbc_fetch_object($query3);
	
	if($bRvType == 1){ $fRevision = $values2->fRevision;} 
	if($bRvType == 2){ $fRevision = $values2->fMRevision;} 
	if($bRvType == 3){ $fRevision = $values2->fAtRate;} 
	if($bRvType == 4){ $fRevision = $values2->fMAtRate;} 
	if($bRvType < 1 || $bRvType > 4){ $fRevision = 1.0; }
		
	$real_value = floor($new_value / 100.0 * $wMaxValue * $fRevision);			
			
		return $real_value;
	}

Sicarium is offline  
Thanks
11 Users
Old 08/25/2014, 01:04   #2
 
elite*gold: 0
Join Date: Nov 2010
Posts: 213
Received Thanks: 169
wow 16 downloads
Sicarium is offline  
Old 08/25/2014, 02:10   #3
 
elite*gold: 0
Join Date: Aug 2010
Posts: 105
Received Thanks: 71
Good Work Man
juliendu38 is offline  
Thanks
1 User
Old 08/25/2014, 09:11   #4
 
elite*gold: 0
Join Date: Jan 2014
Posts: 258
Received Thanks: 152
this script was made now 1-2 months ago ....
TinLevin is offline  
Old 08/25/2014, 19:04   #5
 
elite*gold: 0
Join Date: Nov 2010
Posts: 213
Received Thanks: 169
yes ahahah, but you know that I have not many time :S.
Sicarium is offline  
Thanks
1 User
Old 08/26/2014, 03:16   #6
 
elite*gold: 0
Join Date: Aug 2010
Posts: 105
Received Thanks: 71
who have create thats realy ?
juliendu38 is offline  
Old 08/26/2014, 20:29   #7
 
elite*gold: 0
Join Date: Nov 2010
Posts: 213
Received Thanks: 169
Quote:
I made this script for fun and sharing it at the community. You ll see all items: bags,weapons,Armors,accessory,dresses etc.
just read the description....
I made it
Sicarium is offline  
Old 03/17/2015, 21:00   #8
 
elite*gold: 0
Join Date: Mar 2015
Posts: 59
Received Thanks: 23
Don't forget to added
PHP Code:
error_reporting(0); 
on test.php
Appius4S is offline  
Reply


Similar Threads Similar Threads
[RELEASE] Some stuff for your 4S websites
02/27/2013 - 4Story - 3 Replies
Hello, I've got something for you :P Some icons(pictures) for your 4Story websites HERE If I helped, please give me thanks. Screen:
[Release] Azuba Websites
12/24/2012 - Last Chaos Private Server - 36 Replies
Hey Community, Ja Ich Weis Habe Schon einen Thread. Den anderen lass ich closen. Hier Biete ich euch nun 2 Websites an 1. Azuba Last Chaos EP1: Webiste By Whazzert.rar
[Release]Multi Websites
09/09/2012 - SRO Private Server - 11 Replies
Heaven Sro Web Hiperion Website Paradise Sro Web PrimeSro Webiste Multi Uploaded (Short Links) Download Heaven.rar from Mirrorcreator - Upload files to multiple file sharing sites (Heaven)
[Release]2 Websites for private servers
06/03/2012 - Metin2 PServer Guides & Strategies - 28 Replies
Hello. I wish to release my own, old websites for my old server. Now, I have another conceptions for it. 1. Download: http://www.megaupload.com/?d=6SZXX37J http://www.fileserve.com/file/yQwD2MD
[Release] 2 HTML Websites by janvier123
10/07/2009 - Dekaron Private Server - 6 Replies
http://www.dkveterans.com/elitepvp/templates/Templ ate1.jpg DEMO: YOUR TITLE DOWNLOAD: http://www.dkveterans.com/share/190691 http://www.dkveterans.com/elitepvp/templates/Temp late2.jpg



All times are GMT +2. The time now is 07:58.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.