Jump to content

Dori

Members
  • Posts

    332
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Dori

  1. Is max storage capped at 600 now? cuz I tried reducing it to 400, but the change didn't take place after re-compiling.. Anyone????
  2. How can I give a color code to the message using this script? message strcharinfo(0),"Thank you!";
  3. Dori

    Flux CP TimeZone

    I did do that. I have the time zone set in application.php and also in server.php, but still it doesn't change the time Edit: Solved.
  4. Dori

    Flux CP TimeZone

    date.timezone config in my php.ini is already set. in index.php all i found was this: // Set default timezone for entire app. $timezone = Flux::config('DateDefaultTimezone'); if ($timezone && !@date_default_timezone_set($timezone)) { throw new Flux_Error("'$timezone' is not a valid timezone. Consult http://php.net/timezones for a list of valid timezones."); I put my time zone where it says 'DateDefaultTimezone' and nothing really worked.
  5. Dori

    Flux CP TimeZone

    I have edited everything and anything with "Timezone" and I still can't get the time in my website correct. I have looked everywhere and found no help. Please tell me how to change my timezone in my website?
  6. Yeah, there is an error. This is the error I have in there: And in paypal.log I keep getting this error when making a donation: My host is Asurahosting and I already asked them about it and they said they already have un-banned all IP's for the website node. In my IPN history in paypal, all the donations that are made testing this are on "Retrying" status. Edit: Problem solved.
  7. Dori

    Help FluxCP error

    in line: I'm getting this same error V_V
  8. everything is set correctly, and no i don't try to donate to myself. I'm using 2 paypal accounts. And where can I find these logs?
  9. Figured it out myself.
  10. After I donate, I don't get the credits. I'm not using sandbox. I'm using my actual paypal account, since I've heard that this kinda thing usually happens when you use sandbox paypal. There are no errors or anything. I have no idea what's wrong. Any help would be greatly appreciated! Thank you!
  11. If I want to make my own custom racial group like this, do I just have to edit this file only or is this src related? or can I just add my custom one like shown below: // My custom 7,2205,2206,2207,2208
  12. Dori

    Auraset

    Is anyone able to fix this, I'm willing to even pay!
  13. Dori

    Malang cat can

    It's official o.O Check ID 12633: https://github.com/rathena/rathena/blob/master/db/re/item_db.txt
  14. Something is not right with this item's script. Where is the EXP boost in this script? Malang Cat Can: 12633,Malang_Cat_Can,Malangdo Cat Can,2,20,,50,,,,,0xFFFFFFFF,63,2,,,,,,{ specialeffect2 EF_MAGICALATTHIT; bonus_script "{ bonus2 bAddRace,RC_Boss,10; bonus2 bAddRace,RC_NonBoss,10; /* bAddMonsterEquip,20; */ }",1200; sc_start SC_ITEMBOOST,1200000,20; },{},{} I don't understand this part in the script either cuz according to the info below, bonus2 bAddRace,n,x; has nothing to do with EXP. bonus2 bAddRace,n,x; +x% physical damage against race n n: 0=Formless, 1=Undead, 2=Brute, 3=Plant, 4=Insect,
  15. Dori

    Auraset

    Bump. Anyone able to fix this ;_;?
  16. Dori

    Auraset

    I'm using this auraset 'script' that's attached here. It's kinda outdated and probably why I am getting the following errors while recompiling..or may be I am doing something wrong. I get the following errors: clif.c:17050: error: conflicting types for ‘clif_sendauras’ clif.h:809: error: previous declaration of ‘clif_sendauras’ was here clif.c:17090: error: conflicting types for ‘clif_specialeffecttoone’ clif.h:808: error: previous declaration of ‘clif_specialeffecttoone’ was here clif.c:17133:1: warning: "/*" within comment make[1]: *** [obj_sql/clif.o] Error 1 Thanks in advance.
  17. Dori

    Auraset

    Is there an up to date Auraset script available?
  18. Dori

    Packet Issue

    My check_client_version is same as yours. I don't have <aid>2000000</aid> in my clientinfo.xml I see no errors coming from the server either when this disconnect happens. Like, everything is fine except when I come back to character select it just fails to connect. Edit: Apprently this is a bug.
  19. My client is 2012-06-18aRagexeRE. In my clientinfo.xml the Version is set to 29. In the db/packet_db.txt, packet_db_ver: default After updating my server I keep getting the following warning: [Warning]: s aid=2000000 has an incorect version=29 in clientinfo. Server compiled for 32 How can I fix this? I mean, I get what the error is saying, but shouldn't my version stay at 29? When I switch my version to 32 in clientinfo.xml, everything is working ok, but there's this other problem: after I go in-game, and I try to come back to character selection menu, I keep getting the message 'Failed to connect to server'. Is this related to this packet issue?
  20. Dori

    color code

    That worked! Thanks guys!
×
×
  • Create New...