Jump to content

jupeto

Members
  • Content Count

    39
  • Joined

  • Last visited

Everything posted by jupeto

  1. You are seeing that message coz I've deleted the map_cache.dat file to force the system to create a new map_cache.dat and add those maps in the cache I think I've already resolved the problem by loading the data.grf first then my custom grf in grf-files.txt file. I've come up with the idea that the second loaded grf overrides the first loaded grf before: grf: <path_to>\custom.grf grf: <path_to>\data.grf after grf: <path_to>\data.grf grf: <path_to>\custom.grf recached it and now I can walk on those part ... please enlighten me with this one grf: <path_to>\custom.grf grf: <path_to>\data.grf
  2. Why the chat window still in korean? http://ibb.co/c8zk5a I'm using 2015-05-13aRagexe.exe patched using NEMO
  3. already done that 1. made a grf with my data in it (including alberta, izlude and bunch or prt church) 2. edited grf-files.txt with the path to my grf file, and data.grf and saved 3. double clicked mapcache.exe and saw this log http://ibb.co/hEDgva 4. the result is this http://ibb.co/nrSPFa 5. even recompiled the source 6. started the server unfortunately, still the same I'm using 2015-05-13aRagexe.exe, patched using NEMO with recommended patches + use ragnarok icon
  4. In some parts of a map like in izlude, I can't get past or isn't walkable, how to fix this issue? see screenshot below, the squared part is not walkable (also in some area pointed by an arrow), I'm using pre-renewal data https://ibb.co/m6ki8v and how can I disable the icon in the mini map?
  5. Are there any ways I can get or setup a server with client that's up to lighthalzen episode only? or just before renewal?
  6. jupeto

    FluxCP Help

    check this out https://gitlab.com/carloquilala/fluxbb
  7. Hi guys, I'm here to ask some insights of what is needed or if there are any correct process to integrate social signon in FluxCP So right now I have this idea to create a SSO for fluxcp but I'm not quite sure for the right process... So I'm asking you guys to at least help me think Facebook, twitter, google is my proposed implementation
  8. Veritrans API seems to be down as of this writing... are there any problems?
  9. There might be a problem in your addon (base_features), can you please direct me to the link of this addon?
  10. Hi, I don't know why you got that error in the first place but you cannot use toArray() method on your non-object variable ($config). Make sure that the result must be an object type. If you are in a hurry and want a quick fix; Find: public static function parseServersConfigFile($filename) { $config = self::parseConfigFile($filename); Add below: $config = (object) $config; This is just to ensure that the result will be converted to an object type variable.
  11. Registered just to reply here LOL Anyways, originally the addon was written for rAthena, and never thought it'll work for hercules version too I'm currently updating the core files to work with FluxBB 1.5.10 (current stable release as of this reply)...
×
×
  • Create New...

Important Information

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