Jump to content

Mario

Advanced members
  • Content Count

    47
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Mario

  1. any one can throw to me Fairy Coin Chest func ,, i had download the old files but unfortunly the chest deleted after first open im looking for function that not delete the main chest
  2. i have copy ur last code and there is problem during the compil
  3. how i can make this works ? how could i make exchanger npc Honor | or ca point for items i have search and can`t fined
  4. https://ibb.co/QQMCvBK
  5. upgrade states of Gear @V3ct0r
  6. is there script available to make unseal npc
  7. thank you , im looking for website editor if u could help ( payment ) service
  8. function Lv101GearChest( role, Item) local i= CheckBagItem( role, 18807 ) if i <=0 then SystemNotice( role , "It appears you do not have enough keys or you have the wrong keys ") UseItemFailed ( role ) return LUA_FALSE end local i = DelBagItem ( role , 18807 , 1 ) local Item_CanGet = GetChaFreeBagGridNum ( role ) if Item_CanGet <= 2 then SystemNotice(role ,"Insufficient inventory space. Unable to use V1 Gear Chest") UseItemFailed ( role ) return end local job = GetChaAttr(role, ATTR_JOB) local Item_CanGet = GetChaFreeBagGridNum ( role ) if Item_CanGet <= 2 then SystemNotice(role ,"Insufficient inventory space. Unable to use V1 Gear Chest") UseItemFailed ( role ) return end if job == 9 then--cruseder GiveItem ( role , 0 , 2331 , 2 , 6 ) elseif job == 14 then--sealmaster GiveItem ( role , 0 , 2343 , 1 , 6 ) elseif job == 16 then--voyger GiveItem ( role , 0 , 2336 , 1 , 6 ) elseif job == 12 then--Hunter GiveItem ( role , 0 , 2338 , 1 , 6 ) elseif job == 8 then--champ GiveItem ( role , 0 , 2333 , 1 , 6 ) elseif job == 13 then--cleric GiveItem ( role , 0 , 2341 , 1 , 6 ) else SystemNotice(role ,"Available for 2st Classes only!. Unable to open Chest") UseItemFailed ( role ) return end end every thing fine on this chest but if there is no space trigger fail it deletes the key , how i can prevent that ? how could i make this role >> local i = DelBagItem ( role , 18807 , 1 ) works only when spaces ok so if there is no space it should give massage with out deleteing this key any help ?
  9. i have attached my AccountServer and Game DB into SQL server and now i lanch the gameserver and it gave me those errors ! any help ill appreacate it tq! not im using crosair files but DB files from old pko Databases ( is this may be the problem ? ) an if any one have crosairs db can pass TQ
  10. im trying to atach my account db to sql server but it seems something wrong any help ?
  11. @hokage i found that yestrday .. i think sometimes the best thing you do don`t ask people jsut search by ur self and keep try ... but you did great job and i hope all the commuinty like u TQ
  12. is there any chance to make the item descreption colored ? Any help please !
  13. i can`t fined the rage of sage server files ... i think i have their client on my desk and can do it , could u help me with archive link of that server files
  14. every single features #vektor provid you see that Requirements MODS LOADER what about if i have files it works with sources not mods loader what should we do x_x
  15. i think of making skill like earth quick efficted 24/7 on x coords , is it possible and if yes , from where should i start !
  16. i just found but , why this fkin notebad not working sometimes lol
  17. sad , that not what i want all i want is to add a new map telporter to the old argent city telporter >>> so i search for the npc function name on all npc scripts , and it`s no exists the function i want edit on it is no exist XD
  18. i want edit some maps on argent teleporter i open the 8 npc scripts and searched for GoToWhere function problem is that function (no exist) is there another files wokred with npc functions ? or only the functions works on npc script ! any hand here please !
  19. Looking for a programer.. to design autopatcher Matrix#0738
×
×
  • Create New...