Jump to content

FapFap

Community
  • Content Count

    318
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by FapFap


  1. Can someone explain or share the way to make Upgrades available for ID's more than 5k ?
    I tried it through Lua but aint working, maybe someone know which Line should be edited through Hex?

    Ex:

    	if ItemID_main > 9000 then
    		ItemID_main = GetItemAttr( Item_mainitem , ITEMATTR_VAL_FUSIONID )
    	end
    	-------是否属于属性可提升装备
    	local flg=0
    	if ItemID_main==7938 then---------黑龙提升
    		if ItemID_other==7953 then
    			flg=1
    		end
    	end


    123455667.png.7746f9129244fd640f7bd9992ca9bbec.png

    Anyone know how to make this work?

    @V3ct0r ( sorry for tagging, just interested to know if it is available )


  2. 3 hours ago, mkhzaleh said:

    inside can_fusion_item_main(Table) 

    
    if ItemType_Shuxing == 27 then
      ItemType_Shuxing =22
    end
    
    if Item_Waiguan == 27 then
      Item_Waiguan =22
    end

     

    I'm still having a Pop-Up message when I try to fuse, so aint working


  3. I'm having some trouble while fusing Champ Armor to "All Class Armor Apparel" it doesn't let me fuse, fusion allowed only to "Champ Armor Apparel", what should I edit at forge.lua to allow fusion of Champ Armors to "All Class Apparel Armors" and after that does that require to change each Champion Armor Apparel ItemInfo Number from "27" to "22" ? I hope im clear..


  4. @Perseus I managed to load website now thanks alot, can't wait to see the other features you were working on.. I hope you didn't quit this project since it's been long time since you didn't made an update of it.
    btw it has any hole? I mean is it safe to use for a running server?


  5. 11 hours ago, Perseus said:

    Did you download the drivers and put them in your php/ext file and then add them in the php.ini? If so, tell me what files you downloaded (name of the dlls)

    Yeah that's exactly what I did,
    I'm using x86 drivers coz x64 doesn't work, " php_pdo_sqlsrv_7_ts.dll and php_sqlsrv_7_ts.dll " I removed " _x86 " at name

    this is what I used at php.ini
    extension=php_sqlsrv_7_ts.dll
    extension=php_pdo_sqlsrv_7_ts.dll
     

    also I download the " SQLSRV40.EXE " which supports php version 7.0+


  6. Is there a chance to add a checker that when people try fusion ex: Real Armor Apparel with Stats to normal apparel (the fusion window won't let you put the "Real - Apparel with stats" to the "Normal Apparel" place) so that you won't be losing Real Armor while fusing it to another apparel..

    I hope im clear in this, if this is possible how to do it?!


  7. On ‎2‎/‎16‎/‎2019 at 4:41 AM, Perseus said:

    Run

    
    php -i

    in the command prompt. Look for "Thread Safety" and tell me if its enabled or disabled. Also, tell me the PHP version (it'll be at the top)

    PHP Version => 7.1.26
    Thread Safety => enabled


  8. Looking for a website developer to develop for me a secured website

    With some custom features:
    Item Mall
    Award Center
    Points Auction
    Credit Auction
    Admin Panel
    Wheel of Fortune (Points/Credits)
    Contact Us
    Forgot Password (Email Request)
    Reputation for Credits
    GM / HD List
    Boss Info
    Database Info
    etc..

×
×
  • Create New...