Jump to content

Common Sense

Members
  • Posts

    13
  • Joined

  • Last visited

Everything posted by Common Sense

  1. yeah, your idea is one of my options in my mind, but the skills are active, I mean instead of putting them into a PASSIVE state if it is possible, I dont want a certain player can put those skills into their skillbars or to show into their skills bars (TEMPORARILY), any options than that?..your options its kind of a skill like BACK SLIDE inside a guild map... But I need to make the skill "PASSIVE" state but TEMPORARILY if possible?
  2. I found out that there is no predefined functions about disabling a certain skills and items(potion) on a certain map, and I would like to know if it is possible to disable on a certain map. my intention about this, if you're playing the new Android and iOS game the "Dark Avenger" game, their is a death match/boss raid/infinity tower but no potions allowed, and there is only 4 skills and the 4th one was disabled and will only activated if they got the (4th skill potion) Death Match(3v3 by level gap) Boss Raid(opt. Easy/Medium/Hard) Infinity Tower(more likely ragnarok's Endless Tower but only one character allowed) I intended to do, about ragnarok, specific jobs has its own skills but I would like to disable some of it... and only skills that is good and balance shall be able to be used... I would like to implement this by not removing the entire skills(source code), unless if there is no options...any suggestions or modifications is acceptable... (IF THERE IS NO OPTIONS) I have this kind of Idea: Creating 2 Servers, the one server is the world game, and the other one server is only for the Dark Avenger like game where the characters are automatically warped into my custom map and able to join Dark Avenger like Server. Shared Database, 2 Servers into 1 Database. Removing the entire skills for the Dark Avenger like Server. my idea might be not good, any suggestions?
  3. I answered your question: http://rathena.org/board/topic/84256-animation-error/
  4. omg lol its 100% my fault Saisho, in the command list /q2 (quickspell2) is on so i cant zoom cause it is used to change spell lolthanks a lot Saisho i hope in the next revision rAthena fix the animation for GM Saisho is there anyway to change GM clothes to normal clothes ?cuz im try to create a new char but still same problem...... There is no way you can change your GM clothes, unless removing your account number in your clientinfo.xml in your data.grf or data folder....but dedicate only to your computer and release a version where you have a GM suit by putting your account number inside clientinfo.xml ...by default you already have the account number inside the xml...
  5. I don't know if my answer is correct or not. as my basis, your code version was 1.3a and an old source from eA. I read the wiki about calling custom functions: http://rathena.org/wiki/Functions#Calling_a_Function if (!.Init) Disp_Owner(.Castles$[.@j],0); The source of yours might be an old and it might be Disp_Owner function should be called as what the rAthena(wiki). I think they deprecated or modified the old scripting way. Another basis of mine: http://svn.code.sf.net/p/rathena/svn/trunk/npc/guild/ That is the current WOE, and I found out that they are using a predefined functions and a bruteforce coding... Another basis: http://svn.code.sf.net/p/rathena/svn/trunk/npc/re/guild/invest_main.txt I found out that there is a callfunc(); and custom functions<tab>name<tab>{} based to wiki Which means, your script was old and it will never suit the current revision.. unless by modifying some of your script... If my explanation is wrong or something is wrong then sorry about that...
  6. About + and - signs, they are added or deducted lines or modified lines About +++ and --- signs, they are the file source, that has a time comparison, the +++ sign is where the most updated one, and what date/time/timezone was modified, as well to --- sign External Guides about hunk headers: http://stackoverflow.com/questions/8558597/what-does-the-meta-line-in-svn-diff-or-git-diff-mean Better understanding about diff: http://en.wikipedia.org/wiki/Diff
  7. no-ip is a software that uses a domain to link your dynamic IP address, it is not the best way to use no-ip because every time a player attempted to login the first IP to be checked was the no-ip custom domain, instead it is better to provide static ip address. Ask PLDT about "JUNIOR plan" for Static IP Address, or you may ask them about STATIC IP. Hamachi: is a VPN software that secures connection between a Host to Host. gives you a network starting with 5.x.x.x network (a virtual network). Problems about hamachi: only allows up to 254+ users only (correct me if I'm wrong). there is a midware connections NO-IP Requirements: -you must download their software and install and should be running every time you up your rAthena server -hosts should be able! to PING your WAN IP, try other online tools such as canyouseeme.org/ and try to ping your rAthena ports such as 80/3306/6900/5121/6121 HAMACHI Requirements: -you must download their software and install and create your own Group/Server -you must message your players to share your Hamachi Virtual IP or Group Name and Password If your connection was not static but you can PORT FORWARD your ports then you can use NO-IP, if you can't PING your server&ports then use HAMACHI... as a network expert, there is always a problem between this middle software, they are not good when running a server like rAthena or other possible Client-Server applications, you're just wasting your bandwidth, instead of putting your connections to a middle software, just provide them your static IP address...ofcourse running a server is not just about "earning money" but also provide your users/client a good service.
  8. I didn't say: -There is another way to do this. -The member is boy? uhhmmm, I didn't say that the member is a boy Read some guides, there is always a link-back or a credit name who really the first one created the guide. See my message?: if you're the one who really did that, then forget this message. Even a simple "idea, guides, theory, experiments, recipes" you are the one who created that using your mind, even a single/peace of stone but if you really want to protect that, you will.
  9. You may also like to use Google instead of asking and waiting for nothing? Here is your food: http://stackoverflow.com/questions/8752525/working-copy-locked
  10. Sample Code of yours: Warning: set_time_limit() has been disabled for security reasons in /home/a2955661/public_html/index.php on line 73 as you can see, the set_time_limit() was a system predefined function that has been disabled for security reasons, possible issue was your host 000webhost.com disabled that functions, find an alternative webhost where you have a 100% full access to all its features.
  11. First of all, I am not here to bump this Guide. Back to eAthena the previous and former forum, a Member posted this kind of Guide before, ofcourse guides comes to the main source should be the one to own a credit. . unless if you're the one who really did that, then forget this message.
  12. So "performance", I would like to ask what performance you added?is it Memcached?
  13. First of all, CPs are already done. Better if you separate an online auction where there is an API between your (Auction)server going to a certain (RO)server. It is like users are able to login and confirm if they are part of that certain "RO server", you must provide an API code into that certain server to activate a cURL for security purposes. Auction Server: -User Login -Confirmation Login to an RO server -Able to select a server -Able to see XML/jSON and parse it to its profile -Able to buy/sell their items -VIewable character status/infos about skills,levels,money,storages -Lastly provide a "PHP code" to your A Certain Server -The server should download your API -One click setup and must authenticate each database name -Must have admin panel where admin can see users who linked their accounts I am willing to join if you want to implement this kind of project, ofcourse it takes half a year to finish this kind of project. I am expert when it comes to MVC designing and OO-PHP
×
×
  • Create New...