[Guide] Solution to all frequent problems

Status
Not open for further replies.
/\
Do you have a guide for episode 6 season 2 glogic server????CoZ the format is not the same when I look at the item optimization and random value of the weapon in .bin files I forgot the name but anyway the .genitem are have same format but the two i mention above is not the same like when I open .bin file or item optimization i see something "New_Option_1 100.0f,2,0" is something like that.
 
@ALL
Who can make a Step By Step Guide for me! for making EP6 S2 SERVER
This are my Questions
Can you answer this for me:

What OS - Operating System do you use?
ex. Windows XP x32 or x86 Professional
Windows XP x64 Home Edetion
Ubuntu Linux

What Ran Client do you use?
ex. Ran Evilz
Almighty GraveYardRan
MyRosso Ran English
RanPH

What is the Required Programs?
ex. 1. Windows Installer 3.1
2. DotNexFx Framework 2.0
3. SQL Express 2005
4. SQL Management Studio 2005

What is Server Files do you use?
ex.


What Database do you use?
ex.


What Tools do you use? - can you give me a LINK.
ex. EP6 S2 Tools
EP6 Tools um the tools that you use to Edit
Just Like Adobe Photoshop CS5 Portable - to edit DDS Files


PLS HELP ME MAKING MY OWN EP6 S2 SERVER
My Email: [email protected]
:*::*::*::*::*::*::*:
 
> Jolin88, i have 4GB/I5 Core with a slow internet speed of 512 kb/s, which 49 kb per second. What is the maximum number of player i can hold with some lags?
 
@jolin88

haha Problem solve.. you got my respect to you .. You only the man have a quality post .. big help to me thx

---------- Post added at 11:22 AM ---------- Previous post was at 11:12 AM ----------

@jolin88

Additional.. can you share how to edit the status of the server

example:
Player Online:50+ the status of login screen will be normal
PLayer Online:100+ The Status of login screen will be busy

can you share how to chnge it ?
 
@jolin88

Additional problem.. In your all thread i can't see the guild rank problem..

and how to modified the points given ? cause in the ran cp I see the guild points earn by 1 guild when they are the winner in CW I see almost 1,000points per day.. how to modified it to 1 points (PHX,MP,SG e-rooms) and 2 points for TH eroom
 
That's not a 'common problem' since that's related to a feature that isn't part of Ran itself, it's added through SQL triggers/CP
(I didn't cover Reborn problems for the same reason)

To make CW earn points, make SQL Jobs, that's queries that run automatically, make it run every week and script one for each of your CW days, then make it give points to the current E room Holder, make sure the time of the day where the query runs is AFTER the CW
 
about the bugtrap the please wait with scrolling or progress bar, its happens when going to other map or after clicking the character on the character selection? is there's a fix for this coz i didnt encounter any post regarding this? a great tip is much appreciated to those who manage to fix it. thanks.
 
you mean if you relog you appear in that map and it works?

I don't know exactly what's the problem

but try this :

- replace map folder

if it still happens

- replace level.rcc

if it still happens

- replace glogic.rcc

that's how you find the problem

after you found what caused it (maps, level.rcc or glogic)
then you try finding what about them is causing it

it's called trial and error
 
for all players to be sent to market you need a trigger

a trigger in your chainfo that works ON UPDATE

Update chainfo set ChaSaveMap=22 from inserted where ChaName=Inserted.ChaName


don't forget that you can't have 2 triggers on 1 table (it causes rollback)
if you already have a trigger just add the line to it
 
Status
Not open for further replies.
Back