Jump to content

Akkarin

Forum Manager
  • Posts

    3123
  • Joined

  • Last visited

  • Days Won

    208

Everything posted by Akkarin

  1. Nope - paypal has IPN support for both types of accounts so you don't need to change anything.
  2. AddPoint: PvPPoints = PvPPoints + (.added_points * $PVPPOINTSRATE); dispbottom "You've been awarded "+ (.added_points * $PVPPOINTSRATE) +" PvP Point."; Untested.
  3. Are you using the latest available FluxCP or are you using one that came with a theme/hosting service? The latter are all out of date and you should update your FluxCP to the version we manage on Github. Also, please don't hijack an old thread, your issues are different :/
  4. The sprite for the weapon tab is data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/basic_interface/¹«±â-1.bmp
  5. Hint: Use On<time> labels to set a multiplier e.g. $PVPPointsRate and then add it to the code where the points are calculated: - script floatingpvp -1,{ $PVPPOINTSRATE = 1; OnMinute00: if (gettime(DT_DAYOFWEEK)==SATURDAY && gettime(DT_HOUR)==3){ $PVPPOINTSRATE = 5; } } Then your code would contain something like OnPCKillEvent: PVPPOINTS = PVPPOINTS + (1 * $PVPPOINTSRATE);
  6. Changing the donation system to issue points in-game instead of keeping them as donation credits on the site isn't that difficult. You'd just need to modify the npc script to check for donation credits with a timer and then deduct them from the sql table for the CP.
  7. This post evens the count between you guys counting and the number of posts in this topic. You may now continue.
  8. For the most part, you could use all the current mechanics available in rA, stop specific npc files from loading, use pre-re and grab an ancient client on the supported clients dev thread.
  9. You're need a client diff, but I'm not sure that would cover it. The filenames are controlled by clientinfo, but whether the client can even display a static gif correctly isn't largely tested.
  10. The easiest way to grab a specific old svn revision would be to use tortoisesvn with the github repo - it supports svn checkout. Why on earth you'd want code that is 10 years old and full of bugs is beyond me.
  11. The Employment section has now been removed.
  12. A what CP? o.O?? It'd help us if you copy/pasted the entire error (into a codebox if it's large) so we can help you.
  13. Akkarin

    Flux cp

    https://code.google.com/archive/p/fluxcp/
  14. If you link me to it i'll see if i can update it to work with FluxCP - CeresCP is so out of date that it likely won't work correctly with rAthena as it is now.
  15. If i recall correctly, there's an installation guide in a text file that tells you how to configure your CP and what SQL script to run. I haven't seen a server use CeresCP for a very long time!
  16. What about signature and avatar? I'm going to assume you mean links and advertising images - the rules on advertising haven't changed.
  17. It's likely a limitation doesn't exists - it's more due to the fact that the defines in mmo.h are just that.. a define. They're not configs and changing any of them will have odd effects throughout the emulator.
  18. Technically this package doesn't need to include the script as it's available on these forums and on his (Stolao's) Github script repo. Releasing other scripts in files like this only encourages people to use out of date code.
  19. Only a few more to go before the post count and number count is synced again!
  20. FluxCP should connect to your rAthena database on your VPS. Using a webhost for rAthena & FluxCP databases is impractical.
  21. Another placeholder. 4 more empty posts to go then we're back on track!!
  22. The actual post count is less than the number were on.. so this is an empty post. Continue counting.
  23. This makes me unhappy. I can't split a post into two separate posts in the same topic side-by-side. :< 4270
×
×
  • Create New...