Let's Create a New Ran Server
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Let's Create a New Ran Server

Help me put aup a new Ran Private Server ^_^
 
HomePortalSearchLatest imagesRegisterLog in

 

 RAN PRIVATE SERVER

Go down 
+6
phantom14
johnreymer
trojanboss
lo0kZz
dragon061594
xXxDarkLorDxXx
10 posters
AuthorMessage
xXxDarkLorDxXx




Number of posts : 18
Registration date : 2008-04-06

RAN PRIVATE SERVER Empty
PostSubject: RAN PRIVATE SERVER   RAN PRIVATE SERVER Icon_minitimeWed Apr 09, 2008 2:57 pm

THANX TO ALL THE PPL WHO POST HERE HOW TO MAKE A PRIVATE SERVER. I ALREADY MADE 1 BUT IM RUNNING IT OFFLINE TO MY COSTUMER FOR DRY RAIN. BUT STILL I HAVE A PROBLEM I CANT CREATE A GM ACCOUNT WHEN I RUN "GMCHAREDIT" A DIALOG BOX APPEAR I PUT "RanUser", "sa","1234","1234"
THEN I ENTER. A BOX APPEAR SAYING GM ID AND PASSWORD I PUT MY USER ID AND PASS THAT CAME FROM "dbo.UserInfo.table(usertype=30)". then enter a box appear diplaying "SELECT SERVER" THEN I CHOOSE THE SERVER THAT I MAKE IN THE "dbo.ServerGroup.Table" then enter an error came out saying "GAME DB OPEN FAILED". ANY ONE CAN TELL WHATS WRONG?

BY THE WAY WHERE WILL I PUT THIS

COMMANDS----->>>>>>

Events:

/eventexp_begin [1-9999999%]
/eventexp_end
/eventitem_begin [1-9999999%]
/eventitem_end
/eventmoney_begin [1-9999999%]
/eventmoney_end

Fun:

/bighead [on / off] = All Online Characters in Bighead
/bighand [on / off] = All Online Characters in Big Hands(same as weapons too)

Characters managements:

/charinfo_cn [character Name] = Shows the character information
/kickuser [character ID] = allows to disconnect user
/charinfo_ci [character ID] = character Information by character ID
/charinfo_cn [character Name] = character Information by character Name
/chatblock_cn [character Name] = block character by character Name
/chatblock_ci [charID] = block character by character ID
/chatblock_ua [UserAccount] = block users account

Move commands:

/move2gate [0-99] = Move to available map gate
/m2g [0-99]
/move2pos [##,##,X,Y] = Move to a coordinate
/m2p [##,##,X,Y]
/move2char [character name] = Move to Online Character
/m2c [character name]

Note: maps code (#) can be found on maps.list or maps.ini

Other Commands:

/freepk [on / off]
/visible [on / off]
/m2c [character Name]
/move2char [character Name]
/itemhold
/month [1-12]
/time [1-24]
/weather clear and off clear none leave spore snow begin rain
/fps_limit [on / off]
/where_npc
/dsp
/?


Summoning Monsters:

/mob_gen 62,2,14,14

the 62,2 is the mob id while the 14,14 is the coordinates.


Load New Map on a particular Map Field

/lev_new w_Total_suryun_01.Lev
/lev_del


and also this



set ANSI_NULLS ON
set QUOTED_IDENTIFIER ON
GO

-- ================================================== ====
-- Author: IaNz
-- Create date: --,--,--
-- Description: Starting Character Level,Skill and Stat Points
-- Dex,Pow,Int,Vit,Stm and Money
-- Note : If you have existing trigger replace CREATE TRIGGER
-- to ALTER TRIGGER
-- ================================================== ====

CREATE TRIGGER [dbo].[NewChar_Level] ON [dbo].[ChaInfo]
after update
as
BEGIN

Update [ChaInfo] set [ChaInfo].ChaLevel=100
From Inserted
Where Inserted.ChaLevel = 1 and [ChaInfo].ChaName=inserted.ChaName
and [ChaInfo].UserNum =inserted.UserNum

Update [ChaInfo] set [ChaInfo].ChaSkillPoint=1500
From Inserted
Where Inserted.ChaSkillPoint = 0 and [ChaInfo].ChaName=inserted.ChaName
and [ChaInfo].UserNum =inserted.UserNum

Update [ChaInfo] set [ChaInfo].ChaStRemain=1500
From Inserted
Where Inserted.ChaStRemain = 3 and [ChaInfo].ChaName=inserted.ChaName
and [ChaInfo].UserNum =inserted.UserNum

Update [ChaInfo] set [ChaInfo].ChaMoney=1000000
From Inserted
Where Inserted.ChaMoney = 0 and [ChaInfo].ChaName=inserted.ChaName
and [ChaInfo].UserNum =inserted.UserNum

END

how can i associate this to the game.
is this the program for the game character? when created starting level= 100 and h money 1M? am i right
Back to top Go down
dragon061594




Number of posts : 7
Registration date : 2008-03-26

RAN PRIVATE SERVER Empty
PostSubject: Re: RAN PRIVATE SERVER   RAN PRIVATE SERVER Icon_minitimeFri Apr 11, 2008 11:16 am

you said that you already made an private server. Can you help me because i want one too but i cant understand the instructions in the guides posted. i already read all the guides here but still stack. pls help me!!!!! Very Happy ty
Back to top Go down
xXxDarkLorDxXx




Number of posts : 18
Registration date : 2008-04-06

RAN PRIVATE SERVER Empty
PostSubject: Re: RAN PRIVATE SERVER   RAN PRIVATE SERVER Icon_minitimeFri Apr 11, 2008 2:04 pm

dragon061594 wrote:
you said that you already made an private server. Can you help me because i want one too but i cant understand the instructions in the guides posted. i already read all the guides here but still stack. pls help me!!!!! Very Happy ty
yap i already made 1 but still fixing some errors
Back to top Go down
dragon061594




Number of posts : 7
Registration date : 2008-03-26

RAN PRIVATE SERVER Empty
PostSubject: Re: RAN PRIVATE SERVER   RAN PRIVATE SERVER Icon_minitimeMon Apr 14, 2008 2:50 pm

oh i see. sory it takes a while to reply because i get busy. Can u help me create a new one?
Back to top Go down
dragon061594




Number of posts : 7
Registration date : 2008-03-26

RAN PRIVATE SERVER Empty
PostSubject: Re: RAN PRIVATE SERVER   RAN PRIVATE SERVER Icon_minitimeThu Apr 17, 2008 10:53 am

can you help me create a private server plsssssss
Back to top Go down
xXxDarkLorDxXx




Number of posts : 18
Registration date : 2008-04-06

RAN PRIVATE SERVER Empty
PostSubject: Re: RAN PRIVATE SERVER   RAN PRIVATE SERVER Icon_minitimeThu Apr 24, 2008 3:01 pm

dragon061594 wrote:
can you help me create a private server plsssssss
sure y not......
Back to top Go down
lo0kZz




Number of posts : 3
Registration date : 2008-05-08

RAN PRIVATE SERVER Empty
PostSubject: Re: RAN PRIVATE SERVER   RAN PRIVATE SERVER Icon_minitimeThu May 08, 2008 11:47 am

can u help me to create private server?plss
Back to top Go down
trojanboss




Number of posts : 3
Registration date : 2008-05-09

RAN PRIVATE SERVER Empty
PostSubject: Ran server and GM COmmands   RAN PRIVATE SERVER Icon_minitimeFri May 09, 2008 3:34 pm

The GM commands is being type of those who have GM accounts on the main main game like chatting (so you have to create a character which that will be your GM character while playing your GM character type those GM commands)

how to have an GM account 1st follow the instruction of sir ian then create an account with type 30( sometimes 23 above is ok)

How to make a Ran offline or private server simply follow the instruction of Sir Ian read it very carefully and follow the step by step instruction(you must patch this( inside Glogic Update Both Server, Client and Editors
itemstrtable.ini
skillstrtable.ini
crowstrtable.ini
busstation.ini
maps.ini
comment.ini

For Game.exe in Client
param.ini) (inside your server data)
Back to top Go down
dragon061594




Number of posts : 7
Registration date : 2008-03-26

RAN PRIVATE SERVER Empty
PostSubject: Re: RAN PRIVATE SERVER   RAN PRIVATE SERVER Icon_minitimeSat May 10, 2008 3:33 pm

can someone tell a step by step guide how to create a new private server. pls i need the complete instructions and the links to the program needed.
Back to top Go down
johnreymer




Number of posts : 1
Registration date : 2008-11-24

RAN PRIVATE SERVER Empty
PostSubject: Re: RAN PRIVATE SERVER   RAN PRIVATE SERVER Icon_minitimeMon Nov 24, 2008 11:59 am

can u teach me plss how to create a server email me at dalevillar12@yahoo.com
Back to top Go down
xXxDarkLorDxXx




Number of posts : 18
Registration date : 2008-04-06

RAN PRIVATE SERVER Empty
PostSubject: ran server creation   RAN PRIVATE SERVER Icon_minitimeMon Nov 24, 2008 12:28 pm

johnreymer wrote:
can u teach me plss how to create a server email me at dalevillar12@yahoo.com
go to this site and follow what sir ianz wrote. www.ragezone.com or go here http://itdm.110mb.com/myforum/index.php/topic,3.0.html
Back to top Go down
phantom14




Number of posts : 1
Registration date : 2010-09-18

RAN PRIVATE SERVER Empty
PostSubject: Re: RAN PRIVATE SERVER   RAN PRIVATE SERVER Icon_minitimeSat Sep 18, 2010 2:40 pm

Hi xXxDarkLordxXx do you have any other post that may help me to create a new offline ran. I love to create this game since last 2 years but I'm having a hard time to create one. And I don't have a background on SQL, funny to say that my last language that I know is C+ only Laughing . Can you help me create one please. Thanks, I will gladly appreciate it. cheers

BTW the link http://itdm.110mb.com/myforum/index.php/topic,3.0.html can't be access or dead.
Back to top Go down
jemtotz

jemtotz


Number of posts : 3
Registration date : 2010-12-03

RAN PRIVATE SERVER Empty
PostSubject: SIR   RAN PRIVATE SERVER Icon_minitimeWed Dec 08, 2010 4:08 pm

HOW TO MAKE A RAN PRIVATE SERVER PLZZ.. TEACH ME TO MAKE A RAN PRIVATE SERVER THANKS.... ADD ME YM DYERALD004@YAHOO.COM THANKS. Very Happy Very Happy Very Happy Very Happy
Back to top Go down
paulosison




Number of posts : 4
Registration date : 2011-01-21

RAN PRIVATE SERVER Empty
PostSubject: sir can i be [GM] in your server??   RAN PRIVATE SERVER Icon_minitimeSat Jan 22, 2011 8:50 am

sir can i be one of the active [GM] on your server???
i'm active and helpful sir..... can you allow me to be a GM in your server??
please .. thanks.. please message me sir if you will allow me... tnx
Back to top Go down
zeth008




Number of posts : 5
Registration date : 2011-07-21

RAN PRIVATE SERVER Empty
PostSubject: sir can i be one of your GM if you fix the server you CREATE   RAN PRIVATE SERVER Icon_minitimeThu Jul 21, 2011 7:10 pm

SIR can i be one of your GM if you fix the server you CREATE i always online

Applying to be a GM ^_^
POSITON DESIRE: Game Master.

Name:Kelvin "ZeTh" Estrellado

Lived:makati city,metro manila Philippines

Age:20

Gender: Male

POSITON DESIRE: Game Master.

BIRTHDATE: September 19, 1980

E-MAIL: zeth_008@yahoo.com
Back to top Go down
achron

achron


Number of posts : 8
Localisation : In Ur HearT
Registration date : 2012-04-14

RAN PRIVATE SERVER Empty
PostSubject: Re: RAN PRIVATE SERVER   RAN PRIVATE SERVER Icon_minitimeSun Apr 15, 2012 10:02 am

first of all you must find a compatible client files for your server

the guides that they made for making a server was only a tips & hints, you cant rely all things just to make your own server

so i say here "Common Sense" is your new best friend to make a fully working Ran Server
Back to top Go down
Sponsored content





RAN PRIVATE SERVER Empty
PostSubject: Re: RAN PRIVATE SERVER   RAN PRIVATE SERVER Icon_minitime

Back to top Go down
 
RAN PRIVATE SERVER
Back to top 
Page 1 of 1
 Similar topics
-
» New Ran Private Server
» please help me create a ran private server
» help me in creating a private server
» Help Me To Build My Ran Private Server
» help me to cr8 a ran private server please in(TAGALOG)

Permissions in this forum:You cannot reply to topics in this forum
Let's Create a New Ran Server :: Server Creation-
Jump to: