This link just gives me a bad rar... or am I just dumb?
when using 1725 client, stuck at server selection scree, and nothing happen after click enter.
when using tera shock client, nothing happen when click play on neo launcher.
can somebody help me?
So One question 4 all - anybody have opcodes for 28.04? I plane add opcodes for current teraonlline sources and use it with Russian OBT Client, because me from Russian and i like this ver of TERA, but don't know how git needed opcodes in open field for make equal worked gameserver.
for solve more problems u must corent records in .\config\DataBase.xml like:
u must corent records in .\config\Server.xml like:<!-- Database name & adress (jdbc:mysql://localhost/stdb)
-->
<set name="DATA_BASE_URL" value="jdbc:mysql://localhost/terax1" />
- <!-- DB Full accessible login (root)
-->
<set name="DATA_BASE_LOGIN" value="root" />
- <!-- password (000000)
-->
<set name="DATA_BASE_PASSWORD" value="root" />
An correct settings in .\server\serverlist. files like:- <!-- GameServer's port 4 client connections (11101)
-->
<set name="SERVER_PORT" value="11101" />
don't forget what Client takes serverlist from address implemented insede TERA-Localhost.exe if path to serverlist.en is different from http://127.0.0.1/server/serverlist.en u must use binary editor like WinHEX to write correct path to serverlist.en file, but remember 46 symbols is limit for %path%+serverlist. record.- <server>
<id>1</id>
<ip>127.0.0.1</ip>
<port>11101</port>
<category sort="1">PVE</category>
- <name raw_name="BR Tera">
- <![CDATA[ BR Tera
]]>
</name>
<crowdness sort="1">No</crowdness>
<open sort="1">Low</open>
<permission_mask>0x00000000</permission_mask>
<server_stat>0x00000000</server_stat>
- <popup>
- <![CDATA[ Unable to access the server at this time.
]]>
</popup>
P.S. Senks 4 all who helps make world better.
i do exactly this but it still not work
tera-single didn't work
when using 1725 client, stuck at server selection scree, and nothing happen after click enter.
when using tera shock client, nothing happen when click play on neo launcher.
on tera shock if i config wrong port it will stuck at server selection screen
I update the first post with a LocalHost tutorial.
Actually I cant play with my friends because the neolauncher doesnt works for me, when I can play with my friends I will write the tutorial.
eae guys need help to test the epic battle event.
Need players
Who want to help me add on skype:
rez_perigoso@hotmail.com
thank you !!!
Last edited by nicolasn1; 25-05-15 at 02:54 AM.
Last edited by Skkont; 25-05-15 at 08:58 AM.
Do anyone how I can spawn this npc?
Attachment 152009
I have tried with --spawn 1005, --spawn_item 1005 and don't work.
With the skills, anyone one know how I can add ride skills?
And for last question, when I have changed the vídeo and audio specs into the client, what i need to save this? When I have changed specs don't have saved on my client.
Thanks people :)
@Elssair
I think these NPC is already spawn, and the command spawn just load the npc in the position of script, no in your position. So, the NPC is in "Island of Dawn"? Or maybe not. Hahahaha.
-----------
I update the first post with the Commands List.
---------
Still have "Can't find SSNL" error :C
once again,you have to looking into the code
the spawn command is in NpcCommands.java
case "spawn":
{
String vals[] = values.split(" ");
int id = Integer.parseInt(vals[0]);
int type = Integer.parseInt(vals[1]);
NpcTable npcTable = NpcTable.getInstance();
NpcTemplate template = npcTable.getTemplate(id, type);
if(template == null)
{
player.sendMessage("Нет такого НПС.");
return;
}
String aiConfig = vals.length > 2 ? vals[2] : "DefaultMonster";
ConfigAITable configTable = ConfigAITable.getInstance();
NpcSpawn spawn = new NpcSpawn(null, null, template, player.getLoc(), 45, 0, 120, 0, configTable.getConfig(aiConfig), NpcAIClass.DEFAULT);
int respawnTime = Integer.MAX_VALUE / 2000;
spawn.setRespawnTime(respawnTime);
spawn.start();
break;
}
did you see this?
String vals[] = values.split(" ");
int id = Integer.parseInt(vals[0]);
int type = Integer.parseInt(vals[1]);
means the spawn command would be split by space into two parts with id and type
so if you want to spawn a npc,type "--spawn 1005 64" for the correct format
the sourcecode include all information we need.
you have to learn how to read them
Last edited by gda123123; 25-05-15 at 11:54 AM.
To anyone who wants to test the server here's mine : https://mega.co.nz/#!sERymCRR!Gd9dQ8...OC8f_tF4OVJBaU
i've noticed that Trade Broker isn't working, Dungeons not showing, GM_Shop not working,for now that's it
here is the scan for the file https://www.virustotal.com/pt/file/2...is/1432580596/
just extract it to Tera-Shock client folder and run Tera_Launcher.exe