Jump to content

Decimal

Members
  • Posts

    44
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

Recent Profile Visitors

1936 profile views

Decimal's Achievements

Poring

Poring (1/15)

5

Reputation

  1. Exactly, I would like to know how many party/guild are on the map. Not how many members from the party/guild is online on the map. I couldn't understand well. Do I have two options? The above one would work with the Script (doesn't seem like a Script though) only while the below one would work with the Source? And how exactly would I use the command? Would the syntax be like this: if (getmapusers2("pvp_n_1-5") == 0) { announce "All players failed to survive.",0; end; } And what would getmapusers2 (Party or Guild?) be exactly? Sorry for my ignorance, I am a real newbie at all this.
  2. Hi, I would like to know if is there something like "getmapusers" for "party" and "guild" where you'll be able to view how many "party" and "guild" are currently located on the specified map. See below an example of how I'll use the syntax: if (getmapusers("pvp_n_1-5") == 0) { announce "All players failed to survive.",0; end; }
  3. Hi Euphy, First of all, thanks for sharing all those amazing scripts you have made. Second, I need your support; I would like to use a variable (such as; #CASHPOINTS or #KAFRAPOINTS) to buy stuff on Multi-Shop Script. However, I have no idea how to do so because seems like the "setarray .Currency[1]" doesn't accept variable. So, could you please help me?
  4. Odd. Even admin acc doesn't work now. return array( 'modules' => array( 'news' => array( 'index' => AccountLevel::ANYONE, ), ), ) Or am I doing something wrong? //Edit: Alright! I figured out that the problem was a conflict with an AddOn (CMS AddOn made by CalciumKid) that I had installed; I uninstalled the AddOn and now your AddOn works perfectly fine. Sorry for the trouble caused!
  5. Hi, I've a problem with permission. For some reason I can only see the News & Update with my admin acc. This is how my access.php is set up; return array( 'modules' => array( 'ipbrss' => array( 'index' => AccountLevel::ANYONE, ), ), ) Do I need to configure something else? Besides addons > rss2news > config > access.php?
  6. It works perfectly fine with my IP.Board 3.2.3! Thank you very much!
  7. Nevermind. I think that I understand now. Thanks anyway.
  8. Are your VPS and Webhosting from the same company? If yes; I think that you are allowed to connect.
  9. You may try to manage the damage with this.
  10. Are you trying to connect the rAthena from "A Computer" to "B Computer" which has the MySQL DB? I have a server set up like this. All I had to do is change the Local Host IP (127.0.0.1) to the WAN IP of "B Computer" at inter_athena.conf. That's all.
  11. I think so. I only changed the mob.h at rAthena\src\map\ like you did. // Change this to increase the table size in your mob_db to accomodate a larger mob database. // Be sure to note that IDs 4001 to 4048 are reserved for advanced/baby/expanded classes. // Notice that the last 1000 entries are used for player clones, so always set this to desired value +1000 #define MAX_MOB_DB 10000 Make sure to recompile correctly.
  12. I changed mine at source from default to #define MAX_MOB_DB 10000 and it works perfectly fine here. And yes; I've over 5000 MOBs on my DB. It works normally.
  13. See, the answer is there. Read carefully next time. To update your SP from 2 to 3: You can turn on Automatic Updates so that your computer downloads the latest SP automatically. Or You can download from somewhere (Microsoft, maybe?).
×
×
  • Create New...