i tried,no progress since that
we need a coder to finish the databases and fix some server side stuff
Printable View
Hi all. I have opened the archsrv0 from my VMware, began login,relay & world srv's and then started the arisen.bat. I tried to login with mbnq User ID & Pass and i receive this ''Cannot access the login server''. Can someone tell me how to fix it... :/:
check ips,vm ware ip and vnet card ip
it works with hamachi also
heres a video of me playing
its old since now i managed to improve game messing up with the INIS and some sql stuff to fix the shop
https://www.youtube.com/watch?v=8ya3...txfHGd1xn12IlG
i reconfigured the ips, and now i can login the game :tongue:. Thx XLW00TLX ^^
Anyone know how to start Siege??
Hi, i've created a character anyejingling 暗夜精灵 and logged in but can't get any admin commands to work.
Can someone give more detail on how to set up an admin account and use it please?
[QUOTE=vv00t;8025542]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
http://www.4shared.com/rar/__AmZE_Pb...e_2202201.html
FIXED INI FILES+VENDORS
ll upload to mega later
put this shit inside your archlord ini folder,make a backup before doing
http://dc117.2shared.com/download/c7...13950-c994c3c3
SQL TABLES FOR ORACLE,NEED FIX!
- - - Updated - - -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
) ;
Can someone tell me how to enter the commands above please?
Put this in a text file save it as .sql than use PLSQL Or navicat to import it!Code:
-- ----------------------------
-- Table structure for "AMT_COUPON_MASTER"
-- ----------------------------
DROP TABLE "AMT_COUPON_MASTER";
CREATE TABLE "ALEF"."AMT_COUPON_MASTER"
( "SEQ_MASTER" NUMBER(20,0),
"ACCOUNTID" VARCHAR2(32),
"CHARID" VARCHAR2(32),
"WORLD" VARCHAR2(32),
"CP_CODE" CHAR(10),
"USEYN" CHAR(10)
) SEGMENT CREATION DEFERRED
PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
STORAGE( INITIAL 16384 NEXT 16384 MINEXTENTS 1 MAXEXTENTS 2147483645
PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)
TABLESPACE "SYSTEM"
;
-- ----------------------------
-- Records of AMT_COUPON_MASTER
-- ----------------------------
-- ----------------------------
-- Table structure for "AMT_COUPON_USER"
-- ----------------------------
DROP TABLE "AMT_COUPON_USER";
CREATE TABLE "ALEF"."AMT_COUPON_USER"
( "SEQ_MASTER" NUMBER(32,0),
"COUPONNO" NUMBER(32,0),
"COMPEN" VARCHAR2(20),
"USEYN" CHAR(10),
"GAME_USEDT" VARCHAR2(20),
"GAME_ITEMLOG" VARCHAR2(20)
) SEGMENT CREATION DEFERRED
PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
STORAGE( INITIAL 16384 NEXT 16384 MINEXTENTS 1 MAXEXTENTS 2147483645
PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)
TABLESPACE "SYSTEM"
;
-- ----------------------------
-- Records of AMT_COUPON_USER
-- ----------------------------
-- ----------------------------
-- Table structure for "AMT_EVENT_COUPON"
-- ----------------------------
DROP TABLE "AMT_EVENT_COUPON";
CREATE TABLE "ALEF"."AMT_EVENT_COUPON"
( "USEYN" VARCHAR2(20),
"USEDATE" DATE,
"COUPONNO" NUMBER(32,0)
) SEGMENT CREATION DEFERRED
PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
STORAGE( INITIAL 16384 NEXT 16384 MINEXTENTS 1 MAXEXTENTS 2147483645
PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)
TABLESPACE "SYSTEM"
;
-- ----------------------------
-- Records of AMT_EVENT_COUPON
-- ----------------------------
-- ----------------------------
-- Table structure for "COMPENRESULT"
-- ----------------------------
DROP TABLE "COMPENRESULT";
CREATE TABLE "ALEF"."COMPENRESULT"
( "COMPENID" VARCHAR2(50),
"ACCOUNTID" VARCHAR2(50),
"WORLD" VARCHAR2(50),
"CHARID" VARCHAR2(50)
) SEGMENT CREATION DEFERRED
PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
TABLESPACE "USERS"
;
-- ----------------------------
-- Records of COMPENRESULT
-- ----------------------------
Thanks mcsnakes but doing that only produces
Code:[Err] ORA-00942: table or view does not exist
[Err] DROP TABLE "AMT_COUPON_MASTER"
[Err] ORA-00922: missing or invalid option
[Err] CREATE TABLE "ALEF"."AMT_COUPON_MASTER"
( "SEQ_MASTER" NUMBER(20,0),
"ACCOUNTID" VARCHAR2(32),
"CHARID" VARCHAR2(32),
"WORLD" VARCHAR2(32),
"CP_CODE" CHAR(10),
"USEYN" CHAR(10)
) SEGMENT CREATION DEFERRED
PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
STORAGE( INITIAL 16384 NEXT 16384 MINEXTENTS 1 MAXEXTENTS 2147483645
PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)
TABLESPACE "SYSTEM"
[Err] ORA-00942: table or view does not exist
[Err] DROP TABLE "AMT_COUPON_USER"
[Err] ORA-00922: missing or invalid option
[Err] CREATE TABLE "ALEF"."AMT_COUPON_USER"
( "SEQ_MASTER" NUMBER(32,0),
"COUPONNO" NUMBER(32,0),
"COMPEN" VARCHAR2(20),
"USEYN" CHAR(10),
"GAME_USEDT" VARCHAR2(20),
"GAME_ITEMLOG" VARCHAR2(20)
) SEGMENT CREATION DEFERRED
PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
STORAGE( INITIAL 16384 NEXT 16384 MINEXTENTS 1 MAXEXTENTS 2147483645
PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)
TABLESPACE "SYSTEM"
[Err] ORA-00942: table or view does not exist
[Err] DROP TABLE "AMT_EVENT_COUPON"
[Err] ORA-00922: missing or invalid option
[Err] CREATE TABLE "ALEF"."AMT_EVENT_COUPON"
( "USEYN" VARCHAR2(20),
"USEDATE" DATE,
"COUPONNO" NUMBER(32,0)
) SEGMENT CREATION DEFERRED
PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
STORAGE( INITIAL 16384 NEXT 16384 MINEXTENTS 1 MAXEXTENTS 2147483645
PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)
TABLESPACE "SYSTEM"
[Err] ORA-00942: table or view does not exist
[Err] DROP TABLE "COMPENRESULT"
[Err] ORA-00922: missing or invalid option
[Err] CREATE TABLE "ALEF"."COMPENRESULT"
( "COMPENID" VARCHAR2(50),
"ACCOUNTID" VARCHAR2(50),
"WORLD" VARCHAR2(50),
"CHARID" VARCHAR2(50)
) SEGMENT CREATION DEFERRED
PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
TABLESPACE "USERS"
[Msg] Finished - Unsuccessfully
--------------------------------------------------
@eluanramos
gm commands
btw
you can edit items with items.txt and db
buy a premium def potion in major city shop,then logoff
then go to db and edit the item id with the ones in item.txt
you can add cash shop items into inventory without cash shop(its not working redirects to a random dead website and you cannot add cash)
my fixes add balloon even item that drop lvl 4 gems and lvl 99 gold stuff
enjoy
cant use webshop ingame incomplete emulator btw stucked on episode 1..
does it comes with ice lighting and poison? or do i need to download different files?
Can you help me with the client? now im using the files that have realm world, the problem is i tried with 2 client, the arisen client works fine but i can't see some objects like poison passport and some others, and then i tried the client from ricks37 (first page and also in epvpers) and i can't see some armors and and the mount is not working, also i don't know if a npc sells the Ice passport cuz i can't find it on npcs, or the wings and cloaks do you have some fixes to these things? thanks
the files say this
4. Content
- Weapons 92
- Wings texture
- Cloack texture
- Ice Mob Spawn
- Poison Mob Spawn
- Poison World / Ice World
- Poison World / Ice World Passport
- Stone Episode 3
- Manual Siege
- Skills Balanced
- Drop Balanced
- Stone Merchant
- Ring/Necklace Unique Accessories (with custom stats)
- Ice/Poison/Light Realm (with custom stats)
- Guard Armors
- Archlord Skills
- Gold Coin
- Small/Large/Meduim Healing Potion
- Weapons lv85
- Hight Speed Mount
- Alcadia Mount
- Combinated Ring/Necklace (with custom stats)
- Combinated Armor (with custom stats)
- Big NPC in each main town for Quest
- Item Trader fixed