-
Re: Legend of martial arts / Wulin2 repack + Tutorial + Translation and Tools
@Bola, i got this error on ubuntu x64, how to resolve it :(
Quote:
root@x1292:/loma/gacd# ./gacd gamesys.conf
err fopen charfont.dat
Segmentation fault (core dumped)
-
Re: Legend of martial arts / Wulin2 repack + Tutorial + Translation and Tools
hello
official client version is ???
-
Re: Legend of martial arts / Wulin2 repack + Tutorial + Translation and Tools
-
Re: Legend of martial arts / Wulin2 repack + Tutorial + Translation and Tools
Anyone know how to change events time and chinese announces?
-
Re: Legend of martial arts / Wulin2 repack + Tutorial + Translation and Tools
Quote:
Originally Posted by
Ytek
Anyone know how to change events time and chinese announces?
Which event? Almost in elements.data
-
Re: Legend of martial arts / Wulin2 repack + Tutorial + Translation and Tools
I rename the channel and run server, the name of channel not show
the name of channel show status of server (Quick Quick Quick)
How to fix it?
-
Re: Legend of martial arts / Wulin2 repack + Tutorial + Translation and Tools
I need a picture of your event in elements.data
-
Re: Legend of martial arts / Wulin2 repack + Tutorial + Translation and Tools
Quote:
Originally Posted by
Ytek
The instances doesn't work on the channel your in. (i bet ur on 1st) - Run different channel.
When I run all channel but don't have monster. How to fix it?
-
Re: Legend of martial arts / Wulin2 repack + Tutorial + Translation and Tools
Quote:
Originally Posted by
suppychan
Which event? Almost in elements.data
Changing time in elements.data doesn't work. The trigger is somewhere else.
Additional question:
Do you know how to increase pet max lvl cap?
-
Re: Legend of martial arts / Wulin2 repack + Tutorial + Translation and Tools
Quote:
Originally Posted by
Ytek
Changing time in elements.data doesn't work. The trigger is somewhere else.
Additional question:
Do you know how to increase pet max lvl cap?
If you wanna change 8miles battle event time, it's not in elements.data
-
Re: Legend of martial arts / Wulin2 repack + Tutorial + Translation and Tools
I want to remove Bank npc from the game. help me plz
how to fix it?
-
Re: Legend of martial arts / Wulin2 repack + Tutorial + Translation and Tools
Quote:
Originally Posted by
suppychan
If you wanna change 8miles battle event time, it's not in elements.data
I mean Dragon Event
Additional question:
Do you know how to increase pet max lvl cap?
Quote:
Originally Posted by
thnaja
I want to remove Bank npc from the game. help me plz
how to fix it?
sNPCedit
-
Re: Legend of martial arts / Wulin2 repack + Tutorial + Translation and Tools
I have problem when i login game and found unknown error 255.
How to fix it? help me please!
-
Re: Legend of martial arts / Wulin2 repack + Tutorial + Translation and Tools
Quote:
Originally Posted by
thnaja
I have problem when i login game and found unknown error 255.
How to fix it? help me please!
Need a screenshot :-? Never see that bug b4
-
Re: Legend of martial arts / Wulin2 repack + Tutorial + Translation and Tools
i want increase level and Exp of monster in map.
how to fix it?
-
Re: Legend of martial arts / Wulin2 repack + Tutorial + Translation and Tools
I moved the server to other location and i don't know why but suddenly i cannot start any channel. Server is detected but not usable lines.
Any suggestion where to look what check or change?
=== MAIN WORLD ===
TRACE : glinkd: received player limit of each line from delivery, size 0
TRACE : glinkd: received player limit of each line from delivery, size 0
TRACE : glinkd: received player limit of each line from delivery, size 0
TRACE : glinkd: received player limit of each line from delivery, size 0
TRACE : glinkd: received player limit of each line from delivery, size 0
TRACE : glinkd: received player limit of each line from delivery, size 0
TRACE : glinkd: received player limit of each line from delivery, size 0
TRACE : glinkd: received player limit of each line from delivery, size 0
And so on... line not start.
-
Re: Legend of martial arts / Wulin2 repack + Tutorial + Translation and Tools
-
Re: Legend of martial arts / Wulin2 repack + Tutorial + Translation and Tools
How to fix LOMA ranking? I saw two toplist files (phprap and Shinsei)
phprap--> https://mega.co.nz/#!4p5yXYaY!cvuqySotIQ_U0v5DxOBxPUboAiEhLBejxgl_p-hFgy8
Shinsei --> http://www.sendspace.com/file/5tltqf
-
Re: Legend of martial arts / Wulin2 repack + Tutorial + Translation and Tools
Quote:
Originally Posted by
thnaja
they're the same.
-
Re: Legend of martial arts / Wulin2 repack + Tutorial + Translation and Tools
Where link to download LOMA-Server ?
-
Re: Legend of martial arts / Wulin2 repack + Tutorial + Translation and Tools
:?: có bác nào người việt chỉ dùm e cách cài đặt với, cài xong xuôi vào thì không tạo được nhân vật mới đen
-
Re: Legend of martial arts / Wulin2 repack + Tutorial + Translation and Tools
-
Re: Legend of martial arts / Wulin2 repack + Tutorial + Translation and Tools
Please, Bola. Could you post 1 video instructions on how to install the game:/:
I encountered a few problems. I can't create character
http://forum.ragezone.com/image/png;...AASUVORK5CYII=
Quote:
Originally Posted by
MU_TITA
who can help me with my problem ? when i installed client v480 upload by phprap ,step i do every thing follow bola'tut for update v480 to 582 but this error showed
Attachment 132958,then i open element.exe error showed
Attachment 132966.
every body help me plz !
Bola, u can help me
-
Re: Legend of martial arts / Wulin2 repack + Tutorial + Translation and Tools
3. Install Libraries
•Install Java Runtime Environment
COMMAND~: apt-get install openjdk-6-jre
•Only for Linux 64 Bits
COMMAND~: apt-get install ia32-libs
COMMAND~: ln -s /lib/libstdc++.so.5 /lib32/libstdc++.so.5
COMMAND~: ln -s /lib/libpcre.so.0 /lib32/libpcre.so.0
COMMAND~: ln -s /lib/libtask.so /lib32/libtask.so
COMMAND~: ln -s /lib/libskill.so /lib32/libskill.so
4. Install Mysql
• First install MySQL, during installation you'll be asked for a root password, remember it!
COMMAND~: apt-get install mysql-server
•After installation you can import the base table scheme.
Replace the PASSWORD in the following command with your mysql password
COMMAND~: mysql -uroot -pPASSWORD -h localhost </sql/loma.sql
•after this, needs change password on table.xml
COMMAND~: sed s/password=\"root\"/password=\"PASSWORD\"/g /loma/authd/build/table.xml > /loma/authd/build/table.xml.new
COMMAND~: mv -f /loma/authd/build/table.xml.new /loma/authd/build/table.xml
5. Install Apache Webserver
COMMAND~: apt-get install apache2
COMMAND~: apt-get install php5 php5-gd php5-mysql php5-pgsql php5-imap php-pear php-auth php5-ming
COMMAND~: apt-get install php5-xmlrpc php5-xsl php5-curl php5-mcrypt libapache2-mod-php5 php5-mcrypt php5-mysql
•now you can register your account in the link http://YOURIP/index.php
PLEASE, LET ME KNOW HOW THIS PROBLEM SOLVING
WHAT SHOULD I DO NOW???
-
Re: Legend of martial arts / Wulin2 repack + Tutorial + Translation and Tools
:mellow: I'm having problems with tool "rate edit". Can you help me???
I can not use it