Jump to content

Cyro

Members
  • Posts

    1138
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by Cyro

  1. for now fluxcp support only paypal, but you can still make your own add-ons for your payment methods , ive seen skrill msafepay, paymentwall , bitcoin, pay to bank add-ons i did mentioned paymentwall(not sure where i did) addon, but make sure to read paymentwall t/c before u start using it, here is the paymentwall add-on (its bit bugged you have to rework on it) https://github.com/imcyro/FluxCP-Addons/tree/master/pwall
  2. this happend to me when i was using wrong client version with what configured with server
  3. you can diff your client with "skip licence screen"
  4. not related to Script Discussion section, moved check your accname.lub line 1586
  5. also check permissions to folders inside html, in this case data/tmp seems not having permissions
  6. yeah it is in pc.c sprintf(output, "[- You drop %s !!. Please be sure about this -]", item_data->jname);
  7. you can clear manner.txt , or diff your client with Disable Swear Filter
  8. Cyro

    github rathena

    next time try posting in support section instead of discussion
  9. That is something you should ask in graphics request section, not in showcase section , apparantly you are not showcasing anything here
  10. that should be enough to host both, but i wouldn't suggest to host both of them in same vps for various reasons , imo hosting patcher/forums/flux does effect, your bandwidth can handle all of them?
  11. 2gb what? Ram or disckspace ? I suggest to buy 1 euro host (like aruba.it) and Install lamp and host your website there , thats good for starting
  12. seems your iteminfo has been messed up, use a fresh translated iteminfo , and make sure about encoding with your editor check this link for more info
  13. // Should traps (hunter traps + quagmire) change their target to "all" inside gvg/pvp grounds? (Note 3) // Default on official servers: 1 (for players) gvg_traps_target_all: 1 set this to 0 in your skill.conf
  14. make sure your host allows php socket connections
  15. check your ports/ip in servers.php
  16. - script autojoin -,{ OnPCLoginEvent: query_sql("SELECT `points` FROM `cp_v4p_voters` WHERE account_id="+getcharid(3)+" LIMIT 1",.@points); if (!.@points) end; query_sql("UPDATE `cp_v4p_voters` SET points=(points-"+.@points+") WHERE account_id='"+getcharid(3)+"'"); set #VOTEPOINTS, #VOTEPOINTS+.@points; dispbottom "Vote Points updated! Total: "+#VOTEPOINTS; end; } prontera,165,165,4 script Vote for Points Shop 506,{ dispbottom "You currently have "+#VOTEPOINTS+" Vote Points."; callshop "v4p_shop",1; end; } - pointshop v4p_shop -1,#VOTEPOINTS,512:20
  17. Check download ms section or cantact one of this guys https://rathena.org/thirdpartyservices/
  18. Also changed this ? / How many characters are allowed per account? // You cannot exceed the limit of MAX_CHARS slots, defined in mmo.h, or chars_per_account // will default to MAX_CHARS. // 0 will default to the value of MIN_CHARS. (default) chars_per_account: 0 Make sure to recompile your server
  19. Cyro

    BG 2.0 rAthena

    https://rathena.org/thirdpartyservices/
  20. not in Script Discussion section check this out https://rathena.org/thirdpartyservices/
  21. not related to Script Discussion moved to proper section
  22. Cyro

    WoE

    check this https://github.com/rathena/rathena/blob/master/npc/custom/woe_controller.txt
×
×
  • Create New...