Jump to content

Vincent

Members
  • Posts

    528
  • Joined

  • Last visited

Everything posted by Vincent

  1. Check the items the Char is using and then check at the item db the items stats and scripts. This is the only way if all the other things are Okey.
  2. Normally this needs a src modification, but you can make a work around. Create 2 guilds and make all maps gvg allowed. The npc you talk about let player auto join one of this guilds. This have some positive effects: Player have with the guild chat a own chat channel for there fraction and see who is online. The negative thing is woe guild can't be created like normal, only between this 2 factions. For sure you have to change the Max guild size:Open: /src/common/mmo.h Find this: #define MAX_GUILD 16+10*6
  3. This is really strange. The gm sprite is set client side normaly. Can you please post your client info? Is it possible that the client reads a other info out of a grf with such settings that shows all player as gm?
  4. Wtf about your post. How ever. I am not sure if there is a config at rA for this. I use a extra tool. Programm: http://technet.microsoft.com/en-us/sysinternals/dd996900.aspx Use this command to run it: procdump -ma -e -t map-server.exe
  5. oh damn, i am such a idot. For sure. All the code is wrong at the top, i need for each player this colum. So i save all acc_ids in the array and now i need to got to each player to update it. How i can i do a loop till the end of the array?! This is an not working code, but dont know why. OnSat1437: query_sql "SELECT `account_id` FROM `char` ", .@all_accs$[]; .@array_size = getarraysize( .@all_accs$[] ); for (set @i,0; @i < .@array_size; set @i,@i+1) { query_sql "SELECT `this_week` FROM `char` WHERE `account_id` = " + .@all_accs$[i] + "", .@this_week; query_sql"UPDATE `char` SET `last_week` = "+.@this_week+" WHERE `account_id` = " + .@all_accs$[i]; query_sql"UPDATE `char` SET `this_week` = 0 WHERE `account_id` = " + .@all_accs$[i]; }
  6. Hello, this script is not working for some reason. Did anyone know whats the problem? - script g_activ -1,{ OnSat1437: query_sql "SELECT `this_week` FROM `char` WHERE `account_id` = " + getcharid(3) + "", .@this_week; query_sql"UPDATE `char` SET `last_week` = "+.@this_week+" WHERE `account_id` = " + getcharid(3); query_sql"UPDATE `char` SET `this_week` = 0 WHERE `account_id` = " + getcharid(3); } Error: [Error]: script_rid2sd: fatal error ! player not attached! [Debug]: Function: getcharid (1 parameter): [Debug]: Data: number value=3 [Debug]: Source (NPC): g_activ (invisible/not on a map)
  7. What I don't understand, what is the question? This is the support forum, but where is the problem you need support?
  8. Yea they are but you can also ser at the console the reason why the server crashes.
  9. If this is a rating : 1/10. Because this is no design, this are 5 black boxes in front of a grey background with a bonus of a yellow lines around the black boxes. Sorry if I say it this way... For me it looks horrible.
  10. All files will stay at the rathena folder so you don't need to copy this in any other folder.
  11. Download and install the software:http://www.microsoft.com/de-de/download/details.aspx?id=34673 It's free for 30 days after that you need to create a acc at Microsoft, but also this is free and then you can use it for ever. To compail your server read the wiki:http://rathena.org/wiki/Compiling/Windows At the wiki they use version 2010 if you use my link it's version 2012 then this line is wrong at the wiki:Open rAthena-10.sln in your rAthena folder It have to beOpen rAthena-12.sln in your rAthena folder The file you have to open with at rathena folder have to match with the version of visual studio.
  12. I think he is asking for a sponsored webspace?
  13. Vincent

    Server

    Ist schon klar das man da einiges bedenken muss aber ich fand denn Post von El Dragon recht unangemessen. Man könnte auch einfach wie die Post danach unerfahrene User auf diverse Sachen aufmerksam machen oder.
  14. Interessant wäre noch das Alter von euch beiden und der momentane Server stand. Wie viele Spieler und so weiter...
  15. Vincent

    Server

    Naja so kann man das nicht sehen. Nur weil er keine Erfahrung hat mit rA kann es trotzdem klappen. Ich hatte damals auch genau 0 Erfahrungen und habe es Step by Step gelernt. Wicht ist glaube ich nur das man grundlegende Sachen kennt wie der Umgang mit SQL, PHP, FTP/Root Servern.
  16. Please Post the line 113 from your config
  17. Vincent

    Server

    @Jamain: PM an mich mit Skype Namen.
  18. Hello, its seems that the Web Support Area is bugged. I cant see this Area at the Forum anyway. One of my Threads was moved to this Area and so i cant see them. The only way i found my moved topic was via "My Conent". But normaly at the Top of the Topic the path is shown like: rAthena → Support & Releases → Client-side → Client Releases for Web Support is looks like: rAthena → Also if i try to open a new Thread there: Sorry, we couldn't find that! [#103139] You do not have permission to view this forum. Need Help? Our help documentation Contact the community administrator
  19. Vincent

    Server

    Schreib mir bitte eine pm mit deinem Skypenamen. Dann können wir über die Sache Reden.
  20. https://github.com/johngerome/roclient-shield But it's not working with new clients as I know.
  21. Nette Idee stelle es nur nur schwer vor umzusetzten. Besonders wenn man sich als Neuling keine Waffen kaufen kann und bis man alle items zusammen hat mit einer 15 atk waffe rumlaufe soll?! Ich hatte mal eine ähnliche iddee nur das es Händler gab aber diese begrenzte items verkaufen. Zb am Server Start 500x alle pots. Und mit bestimmten quests die Anzahl der pots erhöht wird. Wie bei der Job quest vom merchanten da trägt man ja auch boxen rum. So wird Fan mit jeder abgeschlossenen quest zb 100x pots zum Händler gebracht. Wird es denn ein deutsch sprachriger Server?
  22. Normaly it is 150dex. Are you sure it's only 99+50? Maybe you forgot the jobbonus you get also? Check also:.../conf/battle/skill.conf There you can set the dex you will need for no cast.
  23. Normally yes, maybe if the the add-on use sql you have to enter the flux password again like it was at the first cp install. Are you using the default theme?
×
×
  • Create New...