Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Rohan
You last visited: Today at 21:57

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

Advertisement



Item Mall File

Discussion on Item Mall File within the Rohan forum part of the MMORPGs category.

Reply
 
Old 06/28/2014, 12:47   #16
 
elite*gold: 0
Join Date: Feb 2014
Posts: 319
Received Thanks: 75
You should probably look for someone whos willing to either set it up for you and allow you to watcha dn ask questions along the way, so you can learn.
I'm also in the process of adding a IM page on my local for learning purposes.
IncognitoOne is offline  
Old 06/28/2014, 17:39   #17
 
elite*gold: 0
Join Date: Mar 2009
Posts: 265
Received Thanks: 38
Which is still i don't have any plan to share the full zrohan mall and it's database.
kennethz008 is offline  
Old 06/28/2014, 18:20   #18
 
elite*gold: 0
Join Date: Jan 2014
Posts: 184
Received Thanks: 30
for those that really want to make the shared zrohan im work, you are going to have to make your own database tables. It works with both a private mysql database and at one private mssql database as well as the standard Rohan game tables (i.e. RohanMall).

Look in the sqlmall.php file. There will be all kinds of select, update and create statements in there. Your task is to :

1. Find out which statement affects which database.
2. Look at each statement and figure out what tables it works with and create those tables.
3. Look at each statement and figure out what columns are needed in each table to satisfy that sql statement. Create them.
4. Look at the kind of data each column is expected to work with and set the column types of your tables accordingly.

If you want to make that script work, you are going to have to work at it for yourself. If you don't know sql well enough to know what an INSERT, SELECT or UPDATE statement does, study up on it.

A challenge: Nothing says you HAVE to use two different DBMS systems. There is no reason at all why a creative PHP/SQL developer can't move all the MySQL databases in the MS-SQL database. You just need to look at the code and understand what it is doing.

Reverse engineering folks. That is the name of the game if you want to develop Rohan game servers.
PenguinJoe is offline  
Old 06/28/2014, 20:54   #19
 
asmodeus812's Avatar
 
elite*gold: 0
Join Date: Dec 2012
Posts: 200
Received Thanks: 23
Quote:
Originally Posted by asmodeus812 View Post
This zRohan Item Mall is not full here. There are some databases missing from this zip file! So in order to run that you need the DB with items(and god knows what else is not there) which is probably a MySQL DB !
Quote:
Originally Posted by PenguinJoe View Post
for those that really want to make the shared zrohan im work, you are going to have to make your own database tables. It works with both a private mysql database and at one private mssql database as well as the standard Rohan game tables (i.e. RohanMall).

Look in the sqlmall.php file. There will be all kinds of select, update and create statements in there. Your task is to :

1. Find out which statement affects which database.
2. Look at each statement and figure out what tables it works with and create those tables.
3. Look at each statement and figure out what columns are needed in each table to satisfy that sql statement. Create them.
4. Look at the kind of data each column is expected to work with and set the column types of your tables accordingly.

If you want to make that script work, you are going to have to work at it for yourself. If you don't know sql well enough to know what an INSERT, SELECT or UPDATE statement does, study up on it.

A challenge: Nothing says you HAVE to use two different DBMS systems. There is no reason at all why a creative PHP/SQL developer can't move all the MySQL databases in the MS-SQL database. You just need to look at the code and understand what it is doing.

Reverse engineering folks. That is the name of the game if you want to develop Rohan game servers.
<---- THIS ---->

Just a Hint: If i were you I would build something from scratch . To Rebuild a new IM + Exchange Market personaly i will need somewhere between 3~5 days of normal everyday work ! Its much easier when you do it yourself and much more satisfying.
Looking for tables, columns names and etc is pain in the ass , besides you never know what else is missing from those files. It could be 1 file, and it can screw everything up !
asmodeus812 is offline  
Old 06/28/2014, 22:10   #20
 
elite*gold: 0
Join Date: Feb 2014
Posts: 319
Received Thanks: 75
I wish I had the knowledge to be able to write my own databases for a full item mall and exchange market. I give you guys much respect cause I wouldn't even know where to begin, so Im sure I'll have to hire fellas like you all to do it for me at some point :P
IncognitoOne is offline  
Old 06/29/2014, 00:58   #21
 
elite*gold: 0
Join Date: Jan 2014
Posts: 184
Received Thanks: 30
Arrow

Quote:
Originally Posted by asmodeus812 View Post
Its much easier when you do it yourself and much more satisfying.
Looking for tables, columns names and etc is pain in the *** , besides you never know what else is missing from those files. It could be 1 file, and it can screw everything up !
Absolutely!!

It is always far easier and more satisfying to create things your way than it is to try and understand what the dev of a piece of code was thinking when he created it. Often his thoughts and design priorities will not necessarily be the same as yours.

When I look at the big picture of Rohan's client/server design, I am totally flummoxed trying to understand why YNK Korea made some of the design decisions they did.
PenguinJoe is offline  
Old 05/25/2017, 14:03   #22
 
maxsalvatore's Avatar
 
elite*gold: 0
Join Date: Jul 2016
Posts: 41
Received Thanks: 1
where's db of zrohan itemmall share please
maxsalvatore is offline  
Old 05/25/2017, 14:17   #23
 
deathbrigger's Avatar
 
elite*gold: 0
Join Date: Nov 2012
Posts: 142
Received Thanks: 6
this treat is 2014 ago :v
deathbrigger is offline  
Old 05/25/2017, 14:59   #24
 
Ishtaria's Avatar
 
elite*gold: 0
Join Date: Oct 2013
Posts: 1,164
Received Thanks: 855
That's almost a 3 year necro lol
Ishtaria is offline  
Thanks
1 User
Old 05/25/2017, 19:15   #25
 
oziel235's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 696
Received Thanks: 245
Quote:
Originally Posted by maxsalvatore View Post
where's db of zrohan itemmall share please
Lol
itemmall broken! look my Attachment.
oziel235 is offline  
Old 05/26/2017, 03:24   #26
 
elite*gold: 0
Join Date: Mar 2009
Posts: 265
Received Thanks: 38
Oh man. 3 years already!
kennethz008 is offline  
Old 04/23/2022, 07:29   #27
 
elite*gold: 0
Join Date: Oct 2021
Posts: 32
Received Thanks: 0
Quote:
Originally Posted by oching View Post
Item Mall file zRohan,
Link dead update pls

~Thnks
AmNewbie is offline  
Reply


Similar Threads Similar Threads
[Help Request] Crash when buying a item at Item mall
12/12/2013 - SRO Private Server - 2 Replies
Ok so I'm using ECSRO files and I have a problem with the Item mall. When i buy a item (any item) my silk gets reduced instantly but the item is not showing at my inventory. After that i cant close the item mall for like 5 sec after it closes i can do anything (still no item in inv.) and then after about 5 sec i get a crash... When I log back on the item is in my inv and no more problems untill i try to buy something at the item mall again. Can anyone help me fix this please? Edit: Just...
[Help] about item mall in ECSRO file !
08/01/2013 - SRO Private Server - 1 Replies
Hello Guys ! *-.-**-.-**-.-* i want to know how to edit item mall price of rabbit , premium , wolf ... etc i'm using Original ECSRO FILE . and i want too how to add new item in it like white wolf , other pets , premium plus , etc if it possible if it impossible just tell me how to edit price of real items
[Mall] Item Mall Problem
02/01/2013 - SRO Private Server - 0 Replies
when buying items in ITEM MALL = dc but have item in inv after log in again we want fix it
[REQUEST] Item mall item for 0 silk
12/02/2011 - SRO Private Server - 11 Replies
Hello , I am trying to make some item mall items to 0 silk but there is a problem when i put the cost to 0 silk the users can not purchase the items. Only cost to 1 or more is working ... Any idea where is the restriction about this ( maybe a stored procedure ? ) Cordialy,
How to buy item mall
01/24/2010 - 9Dragons - 1 Replies
Well i got teh coin ready to buy KLK but it won't let me log in to buy the item can some1 tell me how to buy it?



All times are GMT +2. The time now is 21:57.


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.