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!

Archlord Arisen

Junior Spellweaver
Joined
Nov 1, 2008
Messages
151
Reaction score
27
Server ( vmware ) + Client
Download

Tutorials
login:Administrator
Pass:mbnq
Run server:
1_Start_Login_srv
2_Start_Relay_srv
3_Start_World_srv

Run client
arisen.bat

Game login & pass:

Login: mbnq
Pass: mbnq
 
Skilled Illusionist
Joined
Aug 15, 2006
Messages
322
Reaction score
69
The files are old, and have been released on Ragezone some time ago.
It would be cool with files supporting the latest client.
 
Experienced Elementalist
Joined
Jul 16, 2010
Messages
275
Reaction score
29
Server ( vmware ) + Client
Download

Tutorials
login:Administrator
Pass:mbnq
Run server:
1_Start_Login_srv
2_Start_Relay_srv
3_Start_World_srv

Run client
arisen.bat

Game login & pass:

Login: mbnq
Pass: mbnq



i downloaded this from Tuan blogspot and it works,also works on Hamchi
to make yourself admin name your character anyejingling 暗夜精灵 (you need to use chinese characters)
idk how to add cash to cash shop but all commands work
/come "Nickname"
/itemdropoff
/itemdropon
/setspawninterval
/expdropoff
/expdropon
/refreshmaillist
/printlog
/show me the money "nickname"'
/move
/quest "ID"
/ride "Nickname"
/go "Nickname"
/summons "Nickname"
/spawn "Numbers(Max 9 ) + Mobs ID" --> Example : /spawn 9 898 (Spawn 9 Balor)
/sh "Gold"
/all "Your message"
/create "Item ID"
/invisible "1" or "0"
/counsil "1" or "0"
/help
/kick "Nickname"
Double Click on the minimap to teleport
Double Click on the World Map to teleport to city

to modify character data and change it go to database and where it says CHARMASTER and modify the id using char table inside server folder,there are like 6 gm ids but commands doesnt work unless you name your char like that

this files use Chantra episode 3 and its cool for me,since webgayzen took archlord they ruined it
 
Last edited:
Junior Spellweaver
Joined
Nov 1, 2008
Messages
151
Reaction score
27
How to register new id?

use Navicat

open account password password
open ALEF find a table AMT_ACCOUNT add the account with password
find a table AMT_MASTER add the account

6.JPG - Archlord Arisen - RaGEZONE Forums 8.JPG - Archlord Arisen - RaGEZONE Forums 5.JPG - Archlord Arisen - RaGEZONE Forums 7.JPG - Archlord Arisen - RaGEZONE Forums 9.JPG - Archlord Arisen - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Jul 16, 2010
Messages
275
Reaction score
29
how to add attributes to items?
i can use /create but only gives plain items with no sockets or bonus,some chests are bugged and doesnt show
and cash shop doesnt works at all needs a fix :),but in big towns u can get most of shop items with regular gold(like orbs and pots)
this is admin char with anyeyingling name(it displays as random chars) to do so u need sogou pinyin app
character must be admin,the account should be normal,i created a new one in database
alladyn5 - Archlord Arisen - RaGEZONE Forums
 
Experienced Elementalist
Joined
May 14, 2013
Messages
225
Reaction score
4
Where's Start_Login_srv Start_Relay_srv Start_World_srv and DB,Sorry friend i download it from .
 
Experienced Elementalist
Joined
Jul 16, 2010
Messages
275
Reaction score
29
BUMP
must add this tables to access to even items and more stuff
idk how it gives error on storage,we need an oracle expert
also i ve found 2014 ini files to add stone vendors,npc fixed item tables and EVEN NPC

still dont know how to add shop cash,sorry!

CLIENT FIX


FIXED INI FILES+VENDORS
ll upload to mega later
put this poop inside your archlord ini folder,make a backup before doing


SQL TABLES FOR ORACLE,NEED FIX!
Code:
[20:03:19]	[archsrv - 25.148.158.68] is online
[20:03:20] >>	CREATE TABLE "ALEF"."AMT_COUPON_MASTER"
( "SEQ_MASTER" NUMBER(20,0),
"ACCOUNTID" VARCHAR2(32 BYTE),
"CHARID" VARCHAR2(32 BYTE),
"WORLD" VARCHAR2(32 BYTE),
"CP_CODE" CHAR(10 BYTE),
"USEYN" CHAR(10 BYTE)
) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
STORAGE(INITIAL 10000 NEXT 10000 MINEXTENTS 1 MAXEXTENTS 2147483645
PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)
TABLESPACE "ALEF" ;


CREATE TABLE "ALEF"."AMT_COUPON_USER"
( "SEQ_MASTER" NUMBER(32,0),
"COUPONNO" NUMBER(32,0),
"COMPEN" VARCHAR2(20 BYTE),
"USEYN" CHAR(10 BYTE),
"GAME_USEDT" VARCHAR2(20 BYTE),
"GAME_ITEMLOG" VARCHAR2(20 BYTE)
) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
STORAGE(INITIAL 10000 NEXT 10000 MINEXTENTS 1 MAXEXTENTS 2147483645
PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)
TABLESPACE "ALEF" ;


CREATE TABLE "ALEF"."AMT_EVENT_COUPON"
( "USEYN" VARCHAR2(20 BYTE)
[05:20:11] >>
[20:03:20] >>		,
"USEDATE" DATE,
"COUPONNO" NUMBER(32,0)
) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
STORAGE(INITIAL 10000 NEXT 10000 MINEXTENTS 1 MAXEXTENTS 2147483645
PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)
TABLESPACE "ALEF" ;



CREATE TABLE ."COMPENRESULT" (
"COMPENID" VARCHAR2(50 BYTE) NULL ,
"ACCOUNTID" VARCHAR2(50 BYTE) NULL ,
"WORLD" VARCHAR2(50 BYTE) NULL ,
"CHARID" VARCHAR2(50 BYTE) NULL
) ;



we need a good coder and a section for this
i love Archlord,one of my fav mmorpgs beside Aika,WoW,Allods and Uncharted Waters Online

Mvfqndo - Archlord Arisen - RaGEZONE Forums

hEDe8hP - Archlord Arisen - RaGEZONE Forums

Sb4ucCz - Archlord Arisen - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Jul 16, 2010
Messages
275
Reaction score
29
i forget!
to modify drop rate put a 9 in front of every number on
Archlord_Srv\srv\INI\Adult\GroupDropRate.txt
and game ll start droping tns of poop

using this client fix a lot of things too,but fks up the exp rate,so modify it in database and in levelupexp.txt on serverside
located in Archlord_Srv\srv\INI\levelupexp.txt

database
ALEF/SERVERCONFIG
AdultServer=N,NewServer=Y,IniDir=Ini\\Adult,ExpAdjRatio=0.01,DroppAdjRatio=99,AccountAuth=D,AllAdmin=Y

fixes vendors,adds more poop and event balloons that drop unique items

paste files over the old one for better results :3





to add cash shops and ultra nice items modify database
for cash shops items:
go to ALEF/CHARCASHITEM
add a new row and put the item id there
for example 1838 is a gold key,1840 is silver key
all values are located in
ITEMDATATABLE.txt on server folder
 
Skilled Illusionist
Joined
Aug 15, 2006
Messages
322
Reaction score
69
It seems like the client isn't 100% compatible with the Arisen server. F.ex. getting stuck while crossing bridges. etc.
I spent some time, trying to find a better one, and i found one.
I don't want credit for the client, it's not my work. I'm just sharing what i found.
Just use the usual batchfile to start the client and your'e good to go.



regards
rogan12
 
Last edited:
Skilled Illusionist
Joined
Aug 15, 2006
Messages
322
Reaction score
69
Other much better looking item icons, i dont get stuck in bridges anymore. Text has another font = better looking. Teleports visible on worldmap. Well a lot other things. Try it yourself.

Sendt fra min GT-P5100 med Tapatalk2
 
Experienced Elementalist
Joined
Jul 16, 2010
Messages
275
Reaction score
29
same for mine,if you re stuck on bridges its because server crashed somehow(happend to me only 2 times),even if it keeps runing you have to restart it,
for game font mine has comic sans font or something like that very rounded,better than original archlord font
and i can also see teleports
 
Skilled Illusionist
Joined
Aug 15, 2006
Messages
322
Reaction score
69
I didn't had to restart the server when i got stuck in a bridge. I switched over to the client i found, and by using that one, i didn't had the problem ever since.
 
Initiate Mage
Joined
Apr 4, 2014
Messages
3
Reaction score
0
There are other files out there (same server files or maybe a little different but still ep 2-like)
This files have Realm armors and unisue accesoires (custom stats)
modded merchants, mounts with 400% speed, ....
Working realm worlds and so on.

-remove spaces

I'm still trying to improve this files. So far I've got infinity wings and cloaks working. but I'm not a coder, so coders to get combo skills are verry welcome. :p

#note #
There is a fully updated Archlord Ep 7 private server out there (JustAc) Nobody knows how he got his files. - For your information. :p
 
Last edited:
Experienced Elementalist
Joined
Jul 16, 2010
Messages
275
Reaction score
29
There are other files out there (same server files or maybe a little different but still ep 2-like)
This files have Realm armors and unisue accesoires (custom stats)
modded merchants, mounts with 400% speed, ....
Working realm worlds and so on.

-remove spaces

I'm still trying to improve this files. So far I've got infinity wings and cloaks working. but I'm not a coder, so coders to get combo skills are verry welcome. :p

#note #
There is a fully updated Archlord Ep 7 private server out there (JustAc) Nobody knows how he got his files. - For your information. :p

im already aware of JustAc,bet he was one of the codemasters team
not hard to code most item stats are in txt the worst part its to get column codes to match with rows
and im using that post client,mixed with some inis i ve modified and some item txt i borrowed from random webs
 
Skilled Illusionist
Joined
Aug 15, 2006
Messages
322
Reaction score
69
Is it just me or do you guys noticed the following too ?
1. Autopotion settings are not save on exit.
2. Potions in slot 1 & 2 are not saved either. For example if you choose a bigger potion than small ones.

I have no idea if this is saved server or client side. But i guess it's serverside and maybe a db table or db entry for that is missing.

regards
rogan12
 
Back
Top