Jump to content

SøηGøku®

Inactive Member
  • Posts

    148
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by SøηGøku®

  1. I just wanted to know wich files that is xd I never dealt with this type of thing before, but i want to learn.
  2. Add to the game binary? Or client binary? Sorry, i'm new at this xd
  3. SKILLBOOK_STEP_LEVELING: 0/1 This options doesn't work. I tried with 0 and 1 nothing changes.
  4. How to solve this error in syserr at db SYSERR: Mar 19 23:01:06 :: Start: TABLE_POSTFIX not configured use default SYSERR: Mar 19 23:01:06 :: Load: DirectQuery failed(SELECT IP_FROM, IP_TO, COUNTRY_NAME FROM iptocountry) SYSERR: Mar 19 23:21:12 :: Process: FDWATCH: peer null in event: ident 23 Please, its urgent.
  5. Yeah. I went to my quests and there was some questions functions bad written. Problem solved. Thank you.
  6. Hi guys, Gives me this error on the machine... And in the syserr gives me this ... SYSERR: Mar 18 22:21:07 :: IsScriptTrue: LUA ScriptRunError (code:1 src:[return pc . is_guildmaster ( ) == truesay ( "" ) say ( "Please +]) How do i solve this?
  7. All my itens in shop are at 0 yang. But in my sql table there is gold set for them. How do i solve it? EDIT: SOLVED. Thanks.
  8. oO i didn't know... Sorry for bothering then. Not my intention.
  9. Thanks. I tried to investigate before ask. That option is new. I didn't know.
  10. Hi guys. I have a problem with my 30 and 75 weapons. The weapons doesn't have hit dmg and skill dmg. How do i solve it? Best Regards.
  11. Yeah thanks. I knew it was something like that, but i didn't remember. Best Regards.
  12. Hi community. I have a issue. I want to put every account with automatic extra bonuses. The bonus in the top left corner. How do i do this? Best Regards.
  13. I don't know what's wrong. The quest was working before i upgraded to 2.2
  14. what do i change in my quest to work? quest pet_system begin state start begin function get_pet_info(itemVnum) pet_info_map = { -- [ITEM VNUM] MOB_VNUM, DEFAULT NAME, buff_idx, spawn_effect_idx [53001] = { 34001, "'s Fenix de Fogo", 0}, [53002] = { 34002, "'s Rena Bebe", 0}, [53003] = { 34003, "'s Fenix de Gelo", 0}, [53004] = { 34001, "'s Fenix de Fogo", 0}, [53005] = { 34004, "'s Azrael Bebe", 1}, [53006] = { 34009, "'s Azreal d'Ouro", 1}, [53007] = { 34010, "'s Bambi", 0}, [53008] = { 34011, "'s Knuud", 0}, [53009] = { 34012, "'s Bao Bao", 0}, [53010] = { 34008, "'s Leonidas", 0}, [53011] = { 34007, "'s Khan", 0}, [53012] = { 34005, "'s Porky", 0}, [53013] = { 34006, "'s Rufus", 0}, [53014] = { 34013, "'s Executor", 1}, [53015] = { 34014, "'s Executor", 1}, [53016] = { 34015, "'s Boney", 0}, [53017] = { 34016, "'s Fenix de Jade", 0}, [53018] = { 34017, "'s Barni", 0}, } itemVnum = tonumber(itemVnum) return pet_info_map[itemVnum] end function get_spawn_effect_file(idx) effect_table = { [0] = nil, [1] = "d:ymir workeffectetcappear_dienpc2_appear.mse", } return effect_table [idx] end when 53001.use or 53002.use or 53003.use or 53004.use or 53005.use or 53006.use or 53007.use or 53008.use or 53009.use or 53010.use or 53011.use or 53012.use or 53013.use or 53014.use or 53015.use or 53016.use or 53017.use or 53018.use begin local pet_info = pet_system.get_pet_info(item.vnum) if null != pet_info then local mobVnum = pet_info[1] local petName = pet_info[2] local spawn_effect_file_name = pet_system.get_spawn_effect_file(pet_info[3]) if true == pet.is_summon(mobVnum) then if spawn_effect_file_name != nil then pet.spawn_effect (mobVnum, spawn_effect_file_name) end pet.unsummon(mobVnum) else if pet.count_summoned() < 1 then pet.summon(mobVnum, petName, false) else syschat("Tu ja chamaste um animal de estimacao.") end if spawn_effect_file_name != nil then pet.spawn_effect (mobVnum, spawn_effect_file_name) end end -- if pet.is_summon end -- if null != pet_info end -- when end -- state end -- quest
  15. My pet_System.quest stopped working after the upgrade...
  16. Does this quest have the bug? When you put the signal "-" in the input it gives you more yang. Let me show you an example: Input: -150000000 - If you don't have that amount, it will give you that amount when you extract because of the signal "-" before. Does this system have this bug? Best Regards.
  17. Where it says new config options, all i have to do it's add that config to my configs?
  18. Hi community. How do i set the max status points in vanilla core?
  19. Is that compatible with 34083 files and 40k ? or just 33820?
  20. But this files don't use mob_proto.txt at least i think so.
×
×
  • 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.