Jump to content

mkhzaleh

Community
  • Content Count

    305
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by mkhzaleh

  1. you can find this inside Functions.lua
  2. @Home i tried it but this was the result another test used Expert Recover  Expert Magic  Expert Meditation for normal pets work fine without this
  3. function Addons_gold(ignore, role, freq, time) local overflow = GetChaAttr( role , ATTR_GD ) if overflow > 1400000000 then TakeMoney(role, 0, 1400000000) --GiveItem(role, 0, 854, 18, 4) GiveItemX(role, 0, 19809, 1, 4) GiveItemX(role, 0, 19808, 4, 4) SystemNotice(role, "System changed your 1.4B Gold into 1.4B Dollar Notes!") end end Hook:AddPostHook("cha_timer", Addons_gold) try use this
  4. it's work fine here change gold limit from 1.8b to 1.4b and try?
  5. add this Addons_gold(ignore, role, freq, time)
  6. go to your client scripts\lua\forms\main open it and look for frmGM = UI_CreateForm( "frmGM", FALSE, 480, 20, 300, 545, TRUE, FALSE ) change the function there to this frmGM = UI_CreateForm( "frmGM", FALSE, 480, 20, 300, 545, TRUE, FALSE ) UI_FormSetHotKey( frmGM, ALT_KEY, HOTKEY_P ) UI_ShowForm( frmGM, FALSE ) UI_AddFormToTemplete( frmGM, FORM_MAIN ) UI_FormSetIsEscClose( frmGM, FALSE ) UI_SetIsDrag( frmGM, TRUE ) UI_SetFormStyleEx( frmGM, FORM_BOTTOM, 0, 45) imgMain3 = UI_CreateCompent( frmGM, IMAGE_TYPE, "imgMain3", 378, 61, 0, 0 ) UI_LoadImage( imgMain3, "texture/ui/gm_panel.tga", NORMAL, 378, 61, 0, 0 ) btnClose = UI_CreateCompent( frmGM, BUTTON_TYPE, "btnClose", 14, 14, 361, 3 ) UI_LoadButtonImage( btnClose, "texture/ui/PublicC.tga", 14, 14, 116, 175, TRUE ) UI_SetButtonModalResult( btnClose, BUTTON_CLOSE ) labTitle = UI_CreateCompent( frmGM, LABELEX_TYPE, "labTitle", 283, 16, 10, 3 ) UI_SetCaption( labTitle, "GM Panel") UI_SetTextColor( labTitle, 4289000470 ) UI_SetLabelExFont( labTitle, DEFAULT_FONT, TRUE, COLOR_BLACK ) edtGMSay = UI_CreateCompent( frmGM, EDIT_TYPE, "edtGMSay", 335, 13, 21, 31 ) UI_SetTextColor( edtGMSay, 4288060058 ) UI_SetLabelExFont( edtGMSay, DEFAULT_FONT, TRUE, COLOR_BLACK ) UI_SetEditCursorColor( edtGMSay, 4288060058 ) UI_SetEditMaxNum( edtGMSay, 500) UI_SetEditMaxNumVisible( edtGMSay, 500) UI_SetEditCursorColor( edtGMSay, 4288060058 ) put this photo inside your client  texture\ui
  7. ExpAndLevel.lua inside ShareTeamExp ( dead , team_atker , dead_exp , The_Killer) add this before exp_up = exp_up * EXP_RAID_STATE local zeroexp = CheckBagItem( TurnToCha(t[i]) , iteminfo id "stone" ) if(zeroexp > 0)then exp_up = 0 SystemNotice(TurnToCha(t[i]),"Detected Zero Exp Item: no exp obtained") end change iteminfo id "stone to your stone id
  8. this done in Corsairs server i guess i guess @V3ct0r selling this also upo server have this like change stall price to diamond or other item
  9. :P that happen to most top clients after u open it for 30min + get less memory using
  10. look to this but since inventory is locked just send them to temp bag
  11. it's not true i have my game.exe 2k limit and everything is fine
  12. look for this PKO 1.36(2.0) EN Base Files
  13. go to scripts/lua/forms/dialog open it then search for UI_SetEditMaxNum you will find UI_SetTextColor( edtNumber, COLOR_BLACK ) UI_SetEditMaxNum( edtNumber, 8 ) UI_SetEditMaxNumVisible( edtNumber, 8 ) Change 8 to 9 and there you go
  14. helo go to gameserver.exe open it with hxd - search for " moliyo#TradeServer@bird&man " change it to new password use new password in gs.cfg use InfoPasswd should look like this change pw in dbo.safety now should work
  15. helo guys can someone pass to me game.exe 138 clean ?
  16. helo guys . any one have any idea about how edit effect files? or open them like ( .eff / .par )? thx
  17. yea right and thx guys
  18. helo guys i saw befor guide about add extra skills bar like this can someone give me the link for that guide or tell me how edit it o.o! thx ...
  19. up.. helo guys just need iteminfo line for gameserver and game.exe and done my work!
  20. are this the iteminfo for game.exe? CPU Disasm Address Hex dump Command Comments 0041D7A2 |. 68 94A76300 PUSH OFFSET Game.0063A794 ; |Arg1 = ASCII "scripts/table/iteminfo" ?
×
×
  • Create New...