I got it, i already download it, so should i extract the On-Tera folder to desktop, same as Tera-TestServer folder?, and should i create a shortcut of OnteraLauncher.exe to my tera server ?
I got it, i already download it, so should i extract the On-Tera folder to desktop, same as Tera-TestServer folder?, and should i create a shortcut of OnteraLauncher.exe to my tera server ?
So then after that, i just click on "Teralauncher.exe"?, i do that but when i try to login the launcher disappers and game dosnt come up, btw so on-tera dont have anything to do with it then?, shouldnt i start any exe file from "On-Tera" folder or shouldnt i make shortcut from anything there?
I tried to login with "TeraLauncher.exe" the ones i extracted from rar file, to directory tera serv, i tried to login with that admin/test, when i click on play it still disappers, the game dosnt come up, so i tried to login with "OnTeraLauncher.exe" but this comes up when i try to start it
Never Mind!, Thanks for all help Sataniceaden!, When i publish the tera server i will give you GM!, Working now 100 % ;D!
But 1 question, do you know what it means with "Unknown Gspacket"?
Last edited by wartio; 23-07-13 at 03:38 PM.
how big is you "On-Tera" directory??
alternitvely start from scratch
step 1
donwload
Server files : Download Tera_TestServer.rar from Sendspace.com - send big files the easy way
client: http://puu.sh/2LrWv.rar
step 2
Extract "Tera_TestServer.rar" to any location on your computer
step 3
Extract "On-Tera.rar" to any location on your computer
step 4
open Tera_TestServer directory
step 5
Open TeraLauncher directory
step 6
copy all files and folders
step 7
open On-Tera directory
step 8
paste all files from "TeraLauncher"
step 9
close all windows
step 10
Open Tera_TestServer directory
step 11
double click on "run_server2go.bat" (wait for your browser to open then close it)
step 12
double click on "run_gameserver.bat"
you should see this
step 13Code:----===== GameServer =====---- Starting game server Loading data files. ------------------------------------------- 23:45:36.4816 | DAO: AccountDAO Initialized. 23:45:36.4926 | DAO: InventoryDAO Initialized. 23:45:36.4926 | DAO: PlayerDAO Initialized. 23:45:36.5047 | DAO: QuestDAO Initialized. ------------------------------------------- 23:45:36.5047 | Data: LoadPlayerExperience 63 values in 0.00s 23:45:36.6277 | Data: LoadSpawns 2142 values in 0.12s 23:45:36.6617 | Data: LoadCoolDownGroups 30 values in 0.15s 23:45:36.6777 | Data: LoadFlyTeleports 11 values in 0.17s 23:45:36.6777 | Data: LoadGatherTemplates 353 values in 0.17s 23:45:36.6947 | Data: LoadAreas 122 values in 0.19s 23:45:36.7057 | Data: LoadBindPoints 8 values in 0.03s 23:45:36.7057 | Data: LoadClimbs 0 values in 0.00s 23:45:36.7057 | Data: LoadCampfires 28 values in 0.19s 23:45:36.7057 | Data: LoadGatherSpawn 1016 values in 0.05s 23:45:36.7057 | Data: LoadMounts 32 values in 0.00s 23:45:36.7057 | Data: LoadTeleports 2 values in 0.00s 23:45:36.7057 | Data: CalculateNpcExperience 100 values in 0.00s 23:45:36.7057 | Data: LoadStats 10398 values in 0.21s 23:45:36.7057 | Data: LoadDcSpawns 25012 values in 0.09s 23:45:36.7597 | Data: LoadDcGatherSpawn 2924 values in 0.05s 23:45:36.7597 | Data: LoadRecipes 1773 values in 0.06s 23:45:36.7597 | Data: LoadUserSkills 13607 values in 0.25s 23:45:37.0387 | Data: LoadDefaultSkillSets 88 values in 0.28s 23:45:37.1987 | Data: LoadQuests 2122 values in 0.52s 23:45:37.2497 | Data: LoadTraidelists 43 values in 0.05s 23:45:37.3458 | Data: LoadNpcTemplates 10390 values in 0.63s 23:45:37.5088 | Data: LoadItemTemplates 14226 values in 0.80s 23:45:37.5588 | Data: LoadPegasusPaths 409 values in 0.86s 23:45:37.6448 | Data: LoadDrop 3768 values in 0.09s 23:45:37.7448 | Data: LoadGeoData 356 values in 1.24s 23:45:39.2821 | Data: LoadSkills 108942 values in 2.57s 23:45:39.3051 | Data: LoadAbnormalities 1464 values in 0.02s 23:45:39.3051 | Cache: Loaded 0 accounts in 0.00s 23:45:39.3440 | Cache: Loaded 0 guilds in 0.03s 23:45:39.9801 | QuestEngine: Valid quests: 1273 / 2122 23:45:39.9961 | Start TcpServer at *:11101... ------------------------------------------- Server start in 3.84s -------------------------------------------
minimise all windows
step 14
open On-Tera directory
step 15
double click on TeraLauncher.exe
step 16
type "admin" for the username and "test" for the password, change language to English, click on Login
step 17
click play
you are done
if your launcher closes and your game does not start check and make sure that there is no little rectangle in the middle of your desktop (if it is wait for the game to load) and also set language to English
if not make sure you have not missed a step and if you have not missed a step try a different client.
common errors with clients
1: black screen after intro video = incorrect version of client cannot load UI
2: launcher closes and game does not start = language is not available for client/ client is corrupt/ launcher not in correct directory.
these are packets that the clent sends to the server (opcodes) as not all features are enabled at this stage you will see that alot these are things like UI changes Quest removal.But 1 question, do you know what it means with "Unknown Gspacket"?
Last edited by Sataniceaden; 23-07-13 at 04:02 PM. Reason: responded to question
satanic was faster ^^ sry had not much time too look back .. much work to do in RL...
Gm commands i changed in the soruce to "!command" before it was "´" and thats not a very good solution in tera...
if you want another symbol .. check source at admin engine.. admin commands...
saving to database works not right cause of the DAO functions...
take a look at.. InventoryDAO.cs
AddItem function seems not doing right...
if (!isExists)
{...} seems okay.. when there is nothing in database...
but after the
else
{
"UPDATE inventory SET " ...
has to be fixed...
it seems.. saving to the right slot is doing some errors..
it happens when you have 2 or more items of the same kind...
example.. you have 2 items of the item id 10121 in the inventory, say on slot 10 and 11 ... and close game to save..
it happens that it writes the second item with a new id.. with same item id and puts it on the same slot like the first..
so after saving you have 2 items.. like..
id 1,itemid 10121, slot 10,
id 2,itemid 10121, slot 10, << this has to be slot 11 !!!
the mistake is it doesnt save the second item what is on another slot in the inventory to the right slot in database ..
it takes the same slot like the first one.. seems on saving it doesnt check if its a second items.
and after a relog.. you get the dupölicate item error and game doesnt start..
stops with a black sccreen before server selection comes up..
after deleting 1 item in the database game starts normal..
}
I'm using the original tera EU client , does it work?
you need revision 1725
doesnt work with other version, wrong opcodes!
I'm using the original tera EU client , does it work?
Do like Sataniceaden said, it helped me!
--P5yl0--
I got some opcodes error, is it important to fix it or ?, Cuz i did download On-tera and the game/site/server works fine, so i dont know if i should fix the error or let it be, but it would be nice to fix it!
Btw, could you make a small tutorial how to make yourself to GM?, and tell me the commands?, cuz i wanna create new account + char and make it GM and use commands
for GM commands to work you will need to edit "AdminEngine.cs"
i cannot remeber if that is all i have done sorry i am no longer running the EMU as im trying to update the Item tables DB and also get instances working world wide.Code:public bool IsGM(Player player) { return player.AccountName.ToLower() == "admin" || player.AccountName.ToLower() == "" || player.AccountName.ToLower() == "" || player.AccountName.ToLower() == ""; }
Please Read the posts... you need client 1725 (you will find the link on page 25)
yeah i have been looking into this myself almost got it i hope but its trial and error i think i might hop back onto the EMU rather than us play with different files to fix this i have had no luck with gold saving and warehouse does not save at all.......so our update string is definitely broken (as are skill update)
I am logged in with the admin/test account, it is GM Account, since i downloaded the tera server, so i logged in to that account and tried with command
'addgold [GM]Admin 1000
'addgold Admin 1000
'mount learnall
when i type them nothing happens, i just see my self writing in "Say" channel, this gm account should be able to do it
i said before that i changed teh command symbol to
"!" cause the "`" symbol as command in tera seems for me not very good to use...
test with !addgold 100000
@ satanic
i think i fixed the inventory saving so far...
it saves good to database no missmatch error with itemelse
{
cmdString = "UPDATE Inventory SET "
+ "`ItemId`=?itemid, `Amount`=?count, `Color`=?color, `StorageType`=?type WHERE `PlayerId`=?pid AND `AccountName`=?aname AND `Slot`=?slot" ;
command = new MySqlCommand(cmdString, InvenDAOConnection);
command.Parameters.AddWithValue("?aname", player.AccountName);
command.Parameters.AddWithValue("?pid", player.Id);
command.Parameters.AddWithValue("?slot", kvp.Key);
command.Parameters.AddWithValue("?itemid", kvp.Value.ItemId);
command.Parameters.AddWithValue("?count", kvp.Value.Count);
command.Parameters.AddWithValue("?color", kvp.Value.Color);
command.Parameters.AddWithValue("?type", type.ToString());
}
but the other problem so far now..
if you move some items in inventory and relog..
it loads old state from database to so you get duplicate items in your inventroy ^^
seems there should be a remove of old item in database to do .... before saving..
Last edited by P5yl0; 23-07-13 at 08:34 PM.
ok well that seams to work im running the EMU on win 7 lappy whilst at work
basically the item duplication is still happening but instead of the DB having 2 of the item its giving 3 (yes loading the old state its not removing the item as far as i can see)
i havent got alot of time to work on this atm but will keep at it
i cannot get the item Paraser to pull from teratome or teracodex so no updated bin as of yet
i am trying at the moment to open the items.bin file so i can actualy view the contents as i can pull teracodex into csv with table format but no luck on getting items.bin open (aside from item editor and i dont realy want to add all the items manually)
the tools are old and im not too good at html/php so takes a while
oh odd question have you worked out how to spawn anything yet? i have tried !spawn on then !spawn npc <id> but nothing happens ???
ok fianly VS is actualy outputing info in debug
Code:'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_32\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\assembly\GAC_MSIL\Microsoft.VisualStudio.HostingProcess.Utilities\11.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.HostingProcess.Utilities.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\assembly\GAC_MSIL\Microsoft.VisualStudio.HostingProcess.Utilities.Sync\11.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.HostingProcess.Utilities.Sync.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\assembly\GAC_MSIL\Microsoft.VisualStudio.Debugger.Runtime\11.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Debugger.Runtime.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Users\Sataniceaden\Downloads\Tera Server files\test Liquid\TeraEmulator-master\TeraEmulator-master\Tera\bin\Debug\Tera.vshost.exe', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel\v4.0_4.0.0.0__b77a5c561934e089\System.ServiceModel.dll' The thread 'vshost.NotifyLoad' (0x4c2c) has exited with code 0 (0x0). The thread '<No Name>' (0x4e8c) has exited with code 0 (0x0). The thread 'vshost.LoadReference' (0x55ec) has exited with code 0 (0x0). 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Users\Sataniceaden\Downloads\Tera Server files\test Liquid\TeraEmulator-master\TeraEmulator-master\Tera\bin\Debug\Tera.exe', Symbols loaded. 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Users\Sataniceaden\Downloads\Tera Server files\test Liquid\TeraEmulator-master\TeraEmulator-master\Tera\bin\Debug\Communication.dll', Symbols loaded. 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Users\Sataniceaden\Downloads\Tera Server files\test Liquid\TeraEmulator-master\TeraEmulator-master\Tera\bin\Debug\Utils.dll', Symbols loaded. 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Users\Sataniceaden\Downloads\Tera Server files\test Liquid\TeraEmulator-master\TeraEmulator-master\Tera\bin\Debug\Data.dll', Symbols loaded. 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Users\Sataniceaden\Downloads\Tera Server files\test Liquid\TeraEmulator-master\TeraEmulator-master\Tera\bin\Debug\Network.dll', Symbols loaded. 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Users\Sataniceaden\Downloads\Tera Server files\test Liquid\TeraEmulator-master\TeraEmulator-master\Tera\bin\Debug\InformerLib.dll', Symbols loaded. 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Users\Sataniceaden\Downloads\Tera Server files\test Liquid\TeraEmulator-master\TeraEmulator-master\Tera\bin\Debug\Scs.dll' 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Users\Sataniceaden\Downloads\Tera Server files\test Liquid\TeraEmulator-master\TeraEmulator-master\Tera\bin\Debug\MySql.Data.dll' 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_32\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_32\System.Transactions\v4.0_4.0.0.0__b77a5c561934e089\System.Transactions.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_32\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_32\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.Wrapper.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Users\Sataniceaden\Downloads\Tera Server files\test Liquid\TeraEmulator-master\TeraEmulator-master\Tera\bin\Debug\NLog.dll', Symbols loaded. 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Users\Sataniceaden\Downloads\Tera Server files\test Liquid\TeraEmulator-master\TeraEmulator-master\Tera\bin\Debug\protobuf-net.dll', Symbols loaded. A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in mscorlib.dll 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\SMDiagnostics\v4.0_4.0.0.0__b77a5c561934e089\SMDiagnostics.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Internals\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Internals.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.IdentityModel\v4.0_4.0.0.0__b77a5c561934e089\System.IdentityModel.dll' 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.VisualStudio.Diagnostics.ServiceModelSink\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Diagnostics.ServiceModelSink.dll' 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Net.Http\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Net.Http.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. The thread '<No Name>' (0x57f8) has exited with code 0 (0x0). The thread '<No Name>' (0x5708) has exited with code 0 (0x0). The thread '<No Name>' (0x543c) has exited with code 0 (0x0). The thread '<No Name>' (0x52b0) has exited with code 0 (0x0). The thread '<No Name>' (0x52e0) has exited with code 0 (0x0). The thread '<No Name>' (0x48d0) has exited with code 0 (0x0). The thread '<No Name>' (0x57a8) has exited with code 0 (0x0). The thread '<No Name>' (0x57e0) has exited with code 0 (0x0). The thread '<No Name>' (0x4c7c) has exited with code 0 (0x0). The thread '<No Name>' (0x510c) has exited with code 0 (0x0). The thread '<No Name>' (0x5290) has exited with code 0 (0x0). 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Users\sataniceaden\Downloads\Tera Server files\test Liquid\TeraEmulator-master\TeraEmulator-master\Tera\bin\Debug\Crypt.dll', Symbols loaded. 'Tera.vshost.exe' (Managed (v4.0.30319)): Loaded 'Microsoft.GeneratedCode' The thread '<No Name>' (0x592c) has exited with code 0 (0x0). The thread '<No Name>' (0x548c) has exited with code 0 (0x0). The thread '<No Name>' (0x4214) has exited with code 0 (0x0). The thread '<No Name>' (0x5aa4) has exited with code 0 (0x0). The thread '<No Name>' (0x5a54) has exited with code 0 (0x0). The thread '<No Name>' (0x5be0) has exited with code 0 (0x0).
Last edited by Sataniceaden; 24-07-13 at 08:27 AM.
no sry i have the same problem with spawn like you ^^
nothing happens^^
i managed yesterday to add isGM to the Database and edited source
so you can add a Gm through sql with just one edit ^^ 0 or 1 to the account...
added back the Informer & InformerLib.. maybe its usefull later
when i get the item problem fixxed so far.. ill do a fresh upload..
but im not having much time atm too..
new job takes me some more time there...
but ill do peace for peace like i can @source
first should the item problem..
after that i want too look too at the items.bin to change them in .xml
maybe a look at the DCTools/Tools is a look worth...
the option for GM sounds good im sure i was fiddling around with it the other day myself mainly tring to find extra tables that need to go into the SQLBD for warehouse and gold i wont have much time over the next week due to new project at work myself so i will keep posted in how i go with the items
the DCtools\ is what im looking at with the parasers in regards to pulling data from TT and TC. will keep working on it slowly :D