Jump to content

pbuzz

Inactive Member
  • Posts

    124
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Posts posted by pbuzz

  1.  

    Explication: You implemented wrong things under /data/monster folder or MySQL mob_proto.

    How to test if this is the problem?: Remove values from 'folder' column in MySQL of the latest mobs/monsters/npcs you added by yourself and the latest folders in data/monster and test if it works.

     

    not every error with fdwatch can be fixed by adding/removing things from mob_proto table

     

    @Asta: post ch1 (core1) syserr + syslog & do a core debugg with gdb and post result here

  2.  

    1. How i can do, that vio/green pots cant activate if already one is activated?

    2. Can't put Itemshop ring's pets etc. (Halfmondring,..) in Shops. (Flag,Antiflag = 0)

    3. How can i dot that people can't open chests when only 3 inverntory places free (4 inventory pages)

     

    1. if you do that players may bug those and they will be kicked or visual bugs may appear (especially at ninja with daggers) (eg: green pot bugged 10 times at 140 normal attack speed will produce 280 attack speed)

    2. you can create another item like a box, and add a quest on it to choose what they want from there

    3. if by "chest" you mean to say "safebox" then you can do it by edit safebox quest like:

    if pc.get_empty_inventory_count() >= 3 then
    	game.open_safebox()
    else
    	say_title("You can' do that!")
    	say("")
    	say("")
    	say("You need to have at least 3 Inventory slots empty!")
    end
    
  3. 7600  1  I    0:01.26 ./db      -------------   database core is ok
    7603  1  I    0:00.15 ./game  -------------   i supose is auth core and this is ok too
    7606  1  I    0:07.95 ./game  -------------   ch1 core 1 is ok
    7609  1  I    0:06.32 ./game  -------------   ch1 core 2 is ok
    7612  1  I    0:03.73 ./game  -------------   ch99 is ok too

     

    so there is nothing wrong with your server

    • Love 1
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.