Jump to content

Onioni

Community
  • Content Count

    108
  • Joined

  • Last visited

  • Days Won

    15

Onioni last won the day on December 18 2018

Onioni had the most liked content!

Community Reputation

58 Good

2 Followers

About Onioni

  • Rank
    Pirate

Recent Profile Visitors

3,068 profile views
  1. You need edit portal and npc To same spawn for all.
  2. It miss last end or it just missing it here?
  3. Can you show your script?
  4. Well I don't have gs hexes for item upgrading and works well. Actually it work on every gs I have tested so I think no hex need to upgrade.. .
  5. function can_tichun_item_main ( Table ) if ItemID_main > 5000 and ItemID_main < 6949 then ItemID_main = GetItemAttr( Item_mainitem , ITEMATTR_VAL_FUSIONID ) end if ItemID_main > 6957 and ItemID_main <= 7700 then ItemID_main = GetItemAttr( Item_mainitem , ITEMATTR_VAL_FUSIONID ) end if ItemID_main>=7788 and ItemID_main<=7795 then if ItemID_other ==7760 then flg=1 end end function tichun_item ( Table ) if ItemID_main > 5000 and ItemID_main < 6949 then ItemID_main = GetItemAttr( Item_mainitem , ITEMATTR_VAL_FUSIONID ) end if ItemID_main > 6957 and ItemID_main <= 7700 then ItemID_main = GetItemAttr( Item_mainitem , ITEMATTR_VAL_FUSIONID ) end if ItemID_main>=7788 and ItemID_main<=7795 then ItemID_main=ItemID_main-4052 r1,r2 =MakeItem ( role , ItemID_main , 1 , 4) local cha_name = GetChaDefaultName ( role ) local itemname = GetItemName ( ItemID_main ) GMNotice ("Dusty Demonic Weapon has been unsealed! ".. cha_name.." obtains "..itemname.." Weapon!") end I have this way cause there is apparels I want to be possible to upgrade and xxxx items.
  6. Sorry I don't have pc right now, can't help more on phone. It will l work when u setup cache, tips, css, tpl/php correctly
  7. Something like this.. '<tr height="50px"><td style="text-align:center;" width="10%"><img src="../images/icons2/'.$ItemIcon.'.png"></td><td width="33%" style="text-align:center;font-size:15px;"><b><a class="tips" rel="index.php?act=itemhint&id='.$PlsCorrectThisID.'" title style>' IDont know what your website correct way call item Id so I added PlsCorrectThisID Also check that iteminfocache.Php is enabled and that all is right
  8. Go ur website and look if this works? WebsiteAdress/Itemhint/ID ID = any item is number. I mean do you trying to get tooltips for items?
  9. Anyway basic on files have fusion items 1-5000, apparels 5000-6k~ - 7k~ and 6~ - 7k~ up is non fusion items those items bug stats if fused them.
  10. What your sword and app id? Try to fused like death weapons or example lv65 unsealed with app ID 5000 - 5050~ some of those will it give same problem. And actually what is system messages and any Lua errors?
×
×
  • Create New...