Jump to content

Spre

Members
  • Posts

    103
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Spre

  1. Ill try it out tomarrow but i have faith you did good muahaha
  2. you need a mysql server running whereever you are hosting sql related applications, you do not want to allow remote connections to a remote mysql server.
  3. based on your request i did this, If it isnt what you wanted you shouldve been more clear. new_1-1,53,114,4 script Sprakki#nv1 90,{ if(job_novice_q < 1) { mes "[sprakki]"; mes "Hello there! Welcome to the World of Ragnarok Online. My name is Sprakki and I'm in charge of giving you basic gameplay tips."; mes "Click on the [Next] button or press [Enter] to continue."; next; mes "[sprakki]"; mes "First you need to learn the very basics of controlling your character."; mes "All the basic ^4A4AFFmoves, selection of items, and attacks^000000 use the ^4A4AFFleft click of the mouse^000000."; next; cutin "tutorial01",3; mes "-! Info !-"; mes "Click on the ground to move the character."; mes "Attacking monsters and conversations with the people of this world can be done by simply clicking on them."; next; setquest 7117; set job_novice_q,1; cutin "tutorial02",3; mes "-! Info !-"; mes "You've received a quest from Sprakki."; mes "You can check the contents of the quest in the Quest Info Window."; next; mes "-! Info !-"; mes "You can open the Quest Info Window by pressing the ^4A4AFFALT + U^000000 keys at the same time."; next; cutin "",255; mes "[sprakki]"; mes "Please type @go 20 To venture into the world now."; completequest 7117; close; } else { mes "[sprakki]"; mes "Don;t you listen I said type @go 20"; close; } }
  4. first. set .@frnd2$,strcharinfo(0); where is this used? I do not see it, but you have it set. and I am confused you contradict yourself, do you want ONLY the guild master to recieve said items, OR is it everyone BUT the guildmaster recieves them?
  5. Yes, But normal rathena Users, and those coming from eathena do not know how to use arrays, they have rarely been used in the past. Are they documented in scriptcommands?(I haven't looked)
  6. Im ready just awaiting euphys thumbs up
  7. he can;t use the jobchanger scripted by euphy inside custom/ because uhhh yea, EUPHY put the old one back, new people to scripting (especially to scripting) will look at that jobchanger and basicaly say uf this, see now I have to write a script for this fella. or do i *gets the old jobchanger* it worked fine just needed to jobs defined in it. TO DARK: you need the following in this request. What items, How many, do you want it abusable where they can get said item as many times as they want? account related, character related, etc etc etc
  8. Why create a new item? If you use a jon changer just add getitem itemid,amount for what ever items you want the class to get on jobchange
  9. First the map server clearly stated the error, you need the callfunc inside the script that uses it. Looks like you have it outside the script that uses it, if i remember correctly haha edited the wrong post.
  10. You need to include way more info on your request every little detail. Please reply with requested material review the script request regulations.
  11. you need to look at your map-server while it is loading, it will inform you of all NPC errors/incorrect syntax.
  12. your sql information needs to be corrected Message: SQLSTATE[28000] [1045] Access denied for user 'root'@'127.0.0.1' (using password: YES) your sql uis wrong, very first line is quoted, use the correct password. Secondly, never use root for ANYTHING including mysql, create a new user.
  13. are you fully updated? to get rid of the error on that character you have to go into your inventory sql database, find the characters account and the item number and delete them.(the items that are erroring) then you can relog without erroring
  14. if you are on a tight budget Asura has VPS's for cheap I wouldn;t run anything under the 10$ one though. Other then that the absolute best hosting bar none, I have used this company for YEARS is 1and1.com. The VPS servers are priced perfectly, and have great specs, the lowest is 29 bucks monthy with 2GB ram(burstable only 512 dedicated, but you DO get the whole 2GB) 20GB drive space but only 1TB monthly transfer. Their dedicated boxes start at 60 bucks monthly with 2GB ram and 250GB hdd and end at 800bucks monthly with 64GB ram 16 cores, 2 1/2 TB hdd(over kill for just rathena) The key difference in 1and1 compared to all others is the following. ALL hosting and server have a dedicated 1000MBiT port no extra fees and the dedicated boxes have UNMETERED(Unlimited) transfer and it truely is and it is also free and if you use an os like CentOS you get plesk Unlimited reseller for FREE, unlimited domains and you can run your own hosting. You also get a free SSL Certificate for the life of your hosting. other then that no other service I would recommend, for either stability sake or you just dont get the bang for your buck at all
  15. It is pretty simple... svn diff mychangedfile1 dir1/dir2/mychangeresource2 > mypatch.txt to create a diff with your custom settings, this WILL include NPC's as they are in the SVN to apply the patch after you update to latest patch -p0 < patch.txt if you get an unknocown command error then you need patch. now I will assume you have a redhat centos tye system if so just yum install patch if that gets nothing then yum search patch if still nothing you need more repos, in that case run the following commands FIRST: wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.i386.rpm THEN: rpm -ivh rpmforge-release-0.5.2-2.el5.rf.i386.rpm that installs the rpmforge repo THEN: wget -q -O - http://www.atomicorp.com/installers/atomic | sh ; yum update this installs AND updates with the atomic repo, atomic has ALOT of updated packages that the default repos have.
  16. you do not need to even touch subnet. At all for any reason, nope, I am well versed in CentOS just edit your configs like normal, if you setup the system yourself then I know there is no firewall.
  17. Spre

    FluxCP Warning

    technically for security it should remain localhost, there is really never a reason to allow a remote host, he changes the hostIP to 127.0.0.1 and if the database is setup right he should have no issues connecting to it.
  18. if he said ok to select recomendid patches on load then that is automatically selected. The Option issue Does work, which is sweet, Just dont use open setup with it, it doesn;t work. Use the default rag setup, it works fine.
  19. that will fix the connection issue, but it will not fix the lua issue, an issue that I have not found a cure for yet except for the possibility of taking read lua before lub out of the diff when creating the exe.(which I haven;t done yet but was suggested by judas) something with that blows up the 4-10 exe no option saving.
  20. uh not really, there are always times when you want a different price in a different shop. It looks better to leave official prices official, then use your own in your shop script.
  21. Version 0.9

    1610 downloads

    An NPC Tool to edit or create NPCs for those who do not have a basic knoweledge. This tool only goes soo far, it is a few years old, still has all the main functions but no new functions for new script commands. If I can ever get my hands on the source since it was written in delphi I will update it with modern times. However it is STILL very useful. Now an editor should not be used as a 100% sure thing, after you save your script you should still go through it to make sure all syntax is correct. I did not make this, I claim no credit for this.
    Free
  22. do a google search if you must use a NPC creation tool, there was one release years ago on the eA site that is WAAAAAY better then that one, it has all the features script wise of the time it was released, for newer stuff you have to manually do that. I'll search my backup drives for it, but it will take a long time I have alot of them, I really need to start thining out my backups, I have a whole box of drives with crap on them. uhhh CRAP FOR SALE! joking... Here is the Program I was talking about, Raids NPC editor http://rathena.org/board/files/file/2591-raids-npc-editor/
  23. can;t bind to the ports defined, this means you are already using those ports, or they are blocked, open them(add exceptions in your firewall and router if you have those and are active) The only other thing i say is to change the port number by 1 5122,6122,6901 and see if those work
  24. I got it working now. Although it said shops were empty so I'll have to go reconstruct those. Thanks for all the help guys! mora,115,184,4 shop RK & GX shop 946,127172000,127182000,127192000,127202000,127212000,127212000,127222000,127232000,127242000,127252000,127262000,127272000,127282000,127295000000,127302000,127315000000,127322000,127331000000 mora,118,184,4 shop Warlock shop 743,6189100000,6190100000,6191100000,6192100000,6193100000,6194100000,6197100000,6198100000,6199100000,6200100000,6201100000,6202100000,6203100000,6204100000,6205100000 mora,121,184,4 shop Mechanic shop 813,154910000,213920000,2800100000,2801100000,2802500000,2803100000,2804100000,2805100000,2806150000,2807200000,280825000 mora,123,184,4 shop Mechanic Ammo 813,6145100,6146300,6147100,12392220,12393500,123941100,18000100,18001200,18002200,18003200,18004500 mora,125,184,4 shop Genetic shop 731,6210100,6211100,6212100,62131000,62141000,62151000,62162000,62174000,6244100,6245100,6246100,6247100,6248600,6249100,6253100,6254100,6255500,6256100,6257100 mora,127,184,4 shop Genetic Shop 2 731,6258800,6259100,6260100,6261500;6262400,6263100,6264100,6265100,62791000,62801000,62811000,62821000,62831000,62841500,62851000,6297100,1102210000,1102310000,1102410000 I have never seen item ID's that high a shop shoud be MAPNAME,x,y,DIRECTION[TAB}shop[TAB]NAME[TAB]NPC_ID,ITEM_ID,PRICE(-1 for price defined in item_DB table ot a number if you want your own price),ITEMID for second item,PRICE for seconitem(no spaces. For example if I wanted to create a shop in mora I would use mora,127,184,4 shop Example 2 49,601,200(yourownprice),602,-1(serverprice),519,-1,and so on.
  25. how does it work perfectly? in the revised fixed portion submitted to you it is missing a key part of the script to even load. mes "Would you like a heal?" Notice anything missing? it should not load with that piece missing. also where is your close; just before case 2:?
×
×
  • Create New...