Ist eine Alte und verbuggte Version gewesen so viel ich weiß.
Nein glaube nicht habs mal drauf gespielt compilt und auf fliege einwandfrei
Ist eine Alte und verbuggte Version gewesen so viel ich weiß.
Nein glaube nicht habs mal drauf gespielt compilt und auf fliege einwandfrei
( der von Sama kostet aber Geld.)
Frag einfach Premium er hat es mal irgendwo gepostet.
Guten Abend,
eventuell kann mir jemand hier weiter helfen. Habe des System Meleys run eingefügt wenn ich aufm NPC klicke und mich zur run Porte werde ich dahin geportet und sofort zurück nach map1 geportet. Feuerland (62) und Run Map (212) sind im gleichen core.
Das ist das Problem da steht nichts
Oh mein Fehler habs jetzt vertanden
Kein Problem ist aber sehr komisch ....
Du hast es halt nur in Server source vergrößern, vielleicht musst du es auch in client source machen
Ich starte nicht mal denn Client...
client source?
Ich rede nur über denn Server Source. Der Client Source hat damit nichts zu tun, dass die Cores down gehen.
Beim Starten... gehen die Cores an danach 10sekunden später sind die Down.
Hallo,
ich habe Koris Source also benutze es und wollte grade die Shops vergrößern aber wenn ich alles compile und server starte gehen die cores an aber danach sofort wieder down ?
Fliege Files geht es aber kori nicht ?
Server Source _ src/Server/common/length.h :
Quellcode
SHOP_HOST_ITEM_MAX_NUM = 40,
SHOP_PRICELIST_MAX_NUM = 40,
zu
SHOP_HOST_ITEM_MAX_NUM = 80,
SHOP_PRICELIST_MAX_NUM = 80,
src/Server/game/shop.cpp :
Quellcode
m_pGrid = M2_NEW CGrid(5, 9);
to
m_pGrid = M2_NEW CGrid(10, 9);
was Los? Ihr seid nur am rum Heulen... vielleicht nach dem serverstart verbessert sich noch alles
Hallo,
grade sein source gekauft und habe sofort aktiven support gekriegt. Man kann nichts falsches machen beim kauf weiter so
Wie wäre es damit die zu suchen. Hab nach 10sek die schon gefunden. Schicken tuhe ich es aus Prinzip nicht. Und das mit dem vergleichen war auch mein voller ernst.
Wenn des von release hier im forum meinst er hat es entfernt link... Kollege wenn es releast ist wieso soll ich jede datei raus suchen und nach schauen brauche dafür Wochen uff
cryptlib oder so... kein ahnung kenne mich da nicht aus
Richtigen toolset ausgewählt und lib/include Pfad richtig gewählt?
Klar brauche einfach nur denn Aktuelle Version...
Bist du Lustig die waren mal Releast aber wo kp...
Servus,
wollte denn Client Source von Kori compilen kriege aber diesen fehler eventuell kann mir jemand hier weiter helfen
Bitte melden Sie sich an, um diesen Link zu sehen.
Guten Tag,
ich habe die Kori files 1.3 habe die sehr stark bearbeitet und suche derzeit die Sachen was im kori files 1.4 bearbeitet wurde wäre echt nett wenn jemand es hier rein posten kann.
Hier komme ich nicht weite eventuell kann mir jemand hier weiter helfen..
Bitte melden Sie sich an, um diesen Link zu sehen.
Beim Einloggin kriege ich diesen fehler......
Screen: Bitte melden Sie sich an, um diesen Link zu sehen.
Client Syserr
1027 22:49:20179 :: File "networkModule.py", line 247, in SetGamePhase
1027 22:49:20180 :: File "game.py", line 109, in __init__
1027 22:49:20180 :: File "interfaceModule.py", line 331, in MakeInterface
1027 22:49:20180 :: File "interfaceModule.py", line 145, in __MakeTaskBar
1027 22:49:20180 :: File "uiTaskBar.py", line 206, in LoadWindow
1027 22:49:20180 :: File "ui.py", line 3145, in GetChild
1027 22:49:20180 :: KeyError
1027 22:49:20180 :: :
1027 22:49:20180 :: OfflineShopButton
1027 22:49:20180 ::
Hier ist halt die Datei aber ich finde nichts was für denn Offline Shop ist....
Was ich hier nicht verstehe was genau ist für denn Offline shop ?
import uiScriptLocale
import item
EQUIPMENT_START_INDEX = 90
window = {
"name" : "InventoryWindow",
## 600 - (width + 오른쪽으로 부터 띄우기 24 px)
"x" : SCREEN_WIDTH - 176,
"y" : SCREEN_HEIGHT - 37 - 565,
"style" : ("movable", "float",),
"width" : 176,
"height" : 565,
"children" :
(
## Inventory, Equipment Slots
{
"name" : "board",
"type" : "board",
"style" : ("attach",),
"x" : 0,
"y" : 0,
"width" : 176,
"height" : 565,
"children" :
(
## Title
{
"name" : "TitleBar",
"type" : "titlebar",
"style" : ("attach",),
"x" : 8,
"y" : 7,
"width" : 161,
"color" : "yellow",
"children" :
(
{ "name":"TitleName", "type":"text", "x":77, "y":3, "text":uiScriptLocale.INVENTORY_TITLE, "text_horizontal_align":"center" },
),
},
## Equipment Slot
{
"name" : "Equipment_Base",
"type" : "image",
"x" : 10,
"y" : 33,
"image" : "d:/ymir work/ui/equipment_bg_with_ring.tga",
"children" :
(
{
"name" : "EquipmentSlot",
"type" : "slot",
"x" : 3,
"y" : 3,
"width" : 150,
"height" : 182,
"slot" : (
{"index":EQUIPMENT_START_INDEX+0, "x":39, "y":37, "width":32, "height":64},
{"index":EQUIPMENT_START_INDEX+1, "x":39, "y":2, "width":32, "height":32},
{"index":EQUIPMENT_START_INDEX+2, "x":39, "y":145, "width":32, "height":32},
{"index":EQUIPMENT_START_INDEX+3, "x":75, "y":67, "width":32, "height":32},
{"index":EQUIPMENT_START_INDEX+4, "x":3, "y":3, "width":32, "height":96},
{"index":EQUIPMENT_START_INDEX+5, "x":114, "y":67, "width":32, "height":32},
{"index":EQUIPMENT_START_INDEX+6, "x":114, "y":35, "width":32, "height":32},
{"index":EQUIPMENT_START_INDEX+7, "x":2, "y":145, "width":32, "height":32},
{"index":EQUIPMENT_START_INDEX+8, "x":75, "y":145, "width":32, "height":32},
{"index":EQUIPMENT_START_INDEX+9, "x":114, "y":2, "width":32, "height":32},
{"index":EQUIPMENT_START_INDEX+10, "x":75, "y":35, "width":32, "height":32},
## 새 반지1
{"index":item.EQUIPMENT_RING1, "x":2, "y":106, "width":32, "height":32},
## 새 반지2
{"index":item.EQUIPMENT_RING2, "x":75, "y":106, "width":32, "height":32},
## 새 벨트
{"index":item.EQUIPMENT_BELT, "x":39, "y":106, "width":32, "height":32},
),
},
## Dragon Soul Button
{
"name" : "DSSButton",
"type" : "button",
"x" : 114,
"y" : 107,
"tooltip_text" : uiScriptLocale.TASKBAR_DRAGON_SOUL,
"default_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_01.tga",
"over_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_02.tga",
"down_image" : "d:/ymir work/ui/dragonsoul/dss_inventory_button_03.tga",
},
## MallButton
{
"name" : "MallButton",
"type" : "button",
"x" : 118,
"y" : 148,
"tooltip_text" : uiScriptLocale.MALL_TITLE,
"default_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_01.tga",
"over_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_02.tga",
"down_image" : "d:/ymir work/ui/game/TaskBar/Mall_Button_03.tga",
},
## CostumeButton
{
"name" : "CostumeButton",
"type" : "button",
"x" : 78,
"y" : 5,
"tooltip_text" : uiScriptLocale.COSTUME_TITLE,
"default_image" : "d:/ymir work/ui/game/costume_button_01.tga",
"over_image" : "d:/ymir work/ui/game/costume_button_02.tga",
"down_image" : "d:/ymir work/ui/game/costume_button_03.tga",
},
{
"name" : "Equipment_Tab_01",
"type" : "radio_button",
"x" : 86,
"y" : 161,
"default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub",
"over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub",
"down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub",
"children" :
(
{
"name" : "Equipment_Tab_01_Print",
"type" : "text",
"x" : 0,
"y" : 0,
"all_align" : "center",
"text" : "I",
},
),
},
{
"name" : "Equipment_Tab_02",
"type" : "radio_button",
"x" : 86 + 32,
"y" : 161,
"default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub",
"over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub",
"down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub",
"children" :
(
{
"name" : "Equipment_Tab_02_Print",
"type" : "text",
"x" : 0,
"y" : 0,
"all_align" : "center",
"text" : "II",
},
),
},
),
},
{
"name" : "Inventory_Tab_01",
"type" : "radio_button",
"x" : 10,
"y" : 33 + 191,
"default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub",
"over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub",
"down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub",
"tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_1,
"children" :
(
{
"name" : "Inventory_Tab_01_Print",
"type" : "text",
"x" : 0,
"y" : 0,
"all_align" : "center",
"text" : "I",
},
),
},
{
"name" : "Inventory_Tab_02",
"type" : "radio_button",
"x" : 10 + 78,
"y" : 33 + 191,
"default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub",
"over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub",
"down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub",
"tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_2,
"children" :
(
{
"name" : "Inventory_Tab_02_Print",
"type" : "text",
"x" : 0,
"y" : 0,
"all_align" : "center",
"text" : "II",
},
),
},
## Item Slot
{
"name" : "ItemSlot",
"type" : "grid_table",
"x" : 8,
"y" : 246,
"start_index" : 0,
"x_count" : 5,
"y_count" : 9,
"x_step" : 32,
"y_step" : 32,
"image" : "d:/ymir work/ui/public/Slot_Base.sub"
},
## Print
{
"name":"Money_Slot",
"type":"button",
"x":8,
"y":28,
"horizontal_align":"center",
"vertical_align":"bottom",
"default_image" : "d:/ymir work/ui/public/parameter_slot_05.sub",
"over_image" : "d:/ymir work/ui/public/parameter_slot_05.sub",
"down_image" : "d:/ymir work/ui/public/parameter_slot_05.sub",
"children" :
(
{
"name":"Money_Icon",
"type":"image",
"x":-18,
"y":2,
"image":"d:/ymir work/ui/game/windows/money_icon.sub",
},
{
"name" : "Money",
"type" : "text",
"x" : 3,
"y" : 3,
"horizontal_align" : "right",
"text_horizontal_align" : "right",
"text" : "123456789",
},
),
},
),
},
),
}