Jump to content

Gavron

Members
  • Posts

    134
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Gavron

  1. NEW ID OF MANA POTION-9264 SO THE SCRIPT IS :

    //

    Label(INICIO)

    //>>> Start use mana pots when mana is at 50%

    CharStatus(MP,<,50)

    {

    Label(MANA)

    USEITEM(Mana Potion[iD=9264])

    //>>>>> 30 seconds Delay

    DELAY(30000)

    //>>>> If the mana is below 70% use mana pot again

    CharStatus(MP,<,70)

    {

    Call(MANA)

    }

    }

    DELAY(5000)

    Call(INICIO)

  2. I see you do a great job. you can tel me why i get this error

     

     

    I try to edit a accesori no error but when i try to creat a new caracter i got this error \

     

     

    Insufficient Memory.

    Please check the Virtual Memory Option and avilable hard drive space.

    You can check them by going to : Control Panel->System->Advanced->Performance->Settings->Advanced->Virtual memory.

     

    History: FMallocWindows::Malloc <- FMallocWindows::Realloc <- 00000000 1768515936 FArray <- FArray::Realloc <- 757935404*8 <- FUnrealfileSummary<< <- LoadSummary <- ULinkerLoad::Load <- ULinkerLoad::ULinkerLoad <- UObject::GetPackageLinker <- ULinkerLoad::VerifyImport <- ULinkerLoad::VerifyImport <- ValidateImports <- ULinkerLoad::Verify <- ULinkerLoad::Load <- ULinkerLoad::ULinkerLoad <- UObject::GetPackageLinker <- ULinkerLoad::VerifyImport <- ValidateImports <- ULinkerLoad::Verify <- ULinkerLoad::Load <- ULinkerLoad::ULinkerLoad <- UObject::GetPackageLinker <- ULinkerLoad::VerifyImport <- ValidateImports <- ULinkerLoad::Verify <- ULinkerLoad::Load <- ULinkerLoad::ULinkerLoad <- UObject::GetPackageLinker <- UObject::StaticLoadObject <- (Core.Class LineageWarrior.MFighter NULL) <- UObject::StaticLoadClass <- NControl::SendEventMessage <- NControl::SendEventMessage <- NCPushButton::OnLButtonDown <- NCVirtualWndMain::SetFocusingWindow <- NCVirtualWndMain::DispatchWndMsg <- NConsoleWnd::DispatchWndMsgX <- NConsoleWnd::MasterConsoleEventProcess <- UEngine::InputEvent <- UWindowsViewport::CauseInputEvent <- UWindowsViewport::UpdateInput <- UViewport::ReadInput <- APlayerController::Tick <- ALineagePlayerController::Tick <- TickAllActors <- ULevel::Tick <- (NetMode=0) <- TickLevel <- UGameEngine::Tick <- UpdateWorld <- MainLoop

     

    problem with virtual memory

    You can check them by going to : Control Panel->System->Advanced->Performance->Settings->Advanced->Virtual memory.

     

     

  3. @Gavron

     

    Okie i will upload but... you must know that i dont know what i have in there right now ^_^

    The half weapons are gold and the others are with other colours...

    But you must know that i am not going to upload each time 27mB .. >>

     

    Now check out what i have in there but this is the first and the last time that i am uploading the whole systexture... Ask someone to tell you how to install the .dds file and it will be more easy for you and for me...

     

    Download:

    http://rapidshare.com/files/130611317/LineageWeaponsTex.utx.html

     

     

    learn us than :)

     

    just little tutorial how add your items to .utx and thats it

     

    btw thanks il test it :)

×
×
  • Create New...