Jump to content

Svanhild

Members
  • Content Count

    115
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Svanhild


  1. it's actually easy to interpret the errors in your case. For the specialeffect2, that command is already depracated. You can read the notice or check the link below to learn more about the deprecated commands. active_transform is not a recognized command under herc as far as I know. I got a feeling that you copied the script from rathena.

     


  2. So you're telling this error should be ignored under windows? I'll try to give it a run on debian and I'll see if the errors exist. By the way, this is from the original herc repo, no actual modifications. I'd be glad if you could reproduce the issue, since this kind of error already existed and resolved long time ago and it seemed to reappeared again. Thanks.


  3. So I had this scenario today where if you're using an IPV6, for some reasons voteforpoints and probably fluxcp cannot log the ip address of the account, which also makes voteforpoints unlimited! It can only log/record ipv4 addresses, and this is something that alarms me. Help?


    Yes it is confirmed that Fluxcp doesn't log ipv6 addresses too. Ouch! Is there a workaround?


  4. Okay, so I got rental cards. When they are removed by the card remover npc, the rental time disappears, making the card permanent. Is there a way how to restore the remaining rental time to the card when it gets removed? Thanks


  5.  

    Okay, so I've made these cards to be rentals and it's working. But the problem is, when i compound the card and decard it from a card remover npc, the expiration date seems to be gone. I just wanna confirm if the card will still disappear or not.

     

    That may be because card remover (at least, the one from Malangdo Island) deletes the equipment and then creates new items. That means that previous card was deleted from players inventory and was created a new one. That is the reason you have your card without rental.

     

    Before the deletion, npc should check if attached card has rental state. I don't figure a way to do that check, but maybe with getinventorylist() command, but it would be something weird thing.

     

    Yeah I noticed about that, thats how the card remover works by nature. Maybe is there a way to block rental cards from card remover npc?

     

    And about the cards not being returned after rental item expiration..I'll take a look on the link you've provided. Thanks.

     

    Edit:

    I took a look on the link you gave me and I think it isn't recommended by now. Sad though. :(


    1. Okay, so I've made these cards to be rentals and it's working. But the problem is, when i compound the card and decard it from a card remover npc, the expiration date seems to be gone. I just wanna confirm if the card will still disappear or not.

       

    2. Second problem is, rental items (headgears,armors,etc) don't give back the card that is compounded on the equipment when it expires, it eats any compounded card along with the expired rental item.

  6. I think markdown should be updated.

    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Markdown_Parser has a deprecated constructor in /home/myserver/myserver.net/lib/markdown/markdown.php on line 215
    
    Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; MarkdownExtra_Parser has a deprecated constructor in /home/myserver/myserver.net/lib/markdown/markdown.php on line 1677
    

     

    I tried updating to the latest version of markdown 1.7.0 but it doesn't seem to be compatible. :(


  7. I did a fresh install today and still the issue persists. :(

     

    Heres my quick config:

    	'AcceptDonations'      => true,                     // Whether or not to accept donations.
    	'PayPalIpnUrl'         => 'www.sandbox.paypal.com', // The URL for PayPal's IPN responses (www.paypal.com for live and www.sandbox.paypal.com for testing)
    	'PayPalBusinessEmail'  => '[email protected]',        // Enter the e-mail under which you have registered your business account.
    

     

    ipn is set properly in paypal sandbox, something like this:

    http://cp.myserver.net/?module=donate&action=notify
    

     

    The payment completes but the credits doesn't add up. D: By the way, is there something to do with my PHP version? it's actually set to PHP 5.5 since I can't use it on PHP 7.0 I did a backward compatibility.
    ​Edit: I updated my markdown.php, the error went away.

     

     

    Here's my IPN Log:

    Message ID
    7CJ60195T4892552G
    Date/time created
    1/14/2017 01:56 PST
    Original/Resent
    Original
    Latest delivery attempt date/time
    1/14/2017 01:56 PST
    Notification URL
    http://cp.myserver.net/?module=donate&action=notify
    HTTP response code
    What's this?
    200
    Delivery status
    Sent
    No. of retries
    0
    Transaction ID
    25467919YD1237354
    IPN type
    Transaction made
    IPN Message
    mc_gross=10.00&protection_eligibility=Eligible&address_status=confirmed&payer_id=XFHK6CUDCQKM8&tax=0.00&address_street=1 Main St&payment_date=01:56:13 Jan 14, 2017 PST&payment_status=Completed&charset=windows-1252&address_zip=95131&first_name=Jonbygas&mc_fee=0.59&address_country_code=US&address_name=Jonbygas sdfhq&notify_version=3.8&custom=YToyOntzOjExOiJzZXJ2ZXJfbmFtZSI7czoxNToiRmFsbGVuIFJhZ25hcm9rIjtzOjEwOiJhY2NvdW50X2lkIjtzOjc6IjIwMDAwMDAiO30=&payer_status=verified&[email protected]&address_country=United States&address_city=San Jose&quantity=0&verify_sign=A9Nn.fxtMXsdN.fswm3EwL8T5ws-AmSXz7vXK-Cyk373WUFG4ifwcN-2&[email protected]&txn_id=25467919YD1237354&payment_type=instant&last_name=sdfhq&address_state=CA&[email protected]&payment_fee=0.59&receiver_id=NPFEDFFPGGUGQ&txn_type=web_accept&item_name=Donation Credits: 40 CREDIT(s)&mc_currency=USD&item_number=&residence_country=US&test_ipn=1&transaction_subject=YToyOntzOjExOiJzZXJ2ZXJfbmFtZSI7czoxNToiRmFsbGVuIFJhZ25hcm9rIjtzOjEwOiJhY2NvdW50X2lkIjtzOjc6IjIwMDAwMDAiO30=&payment_gross=10.00&ipn_track_id=9f5704107e26f
    

     

    It's code 200 that means it was successfully completed but the credits don't add up T_T


  8. yeah it was configured correctly, both sandbox and the live paypal doesn't work IPN is configured correctly, email is configured correctly, it receives the money on paypal but it doesn't add credits to the account. And when i open the IPN link manually on my browser, it just gives me a blank page. Is it supposed to be really blank? I've been trying to figure this one out since December but I can't seem to find a solution.


  9. LOL guys you just made me smile today. That was fast! Btw, I need some clarification for this, does the damage bonus increase per every vit increase from the base vit that is set or does it give a fixed damage bonus once it meets the condition of x vit? I haven't tried the plugin, imma give it a try tonight.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.