Jump to content

rayleigh

Members
  • Posts

    220
  • Joined

  • Last visited

Everything posted by rayleigh

  1. yah thats the one im downloading. Same error. r there any other way to compile this rathena-10.xln? help guys
  2. I keep on getting the error on the black image above ur post. when i try downloading it.
  3. How about cygwin sir? I cant undertand the tar.gz thing on the wiki when recompiling. Can u explain it further?
  4. Hello there. When I try downloading the latest 2015 visual studio I keep on getting this error
  5. I keep on getting this error sir. See Image
  6. Im trying to compile my server using visual studio. But what version can u recommend to me in compiling rathena-10.xln Because there are too many errors showing when i try VS 2008 and vs 2015. Help me guys. Im 2 days frustrated here coz i cant compile and start my server. TIA. Newbie here.
  7. Can i have the link of the visual 2015 that I can download? Tnx for the reply guys. Im really depressed about this. lol Edited. I try downloading visual studio 2013 or 2015 but i keep getting this error see img
  8. What is the easiest way to compile my server. ive been trying visual studio all of the version and also cygwin. Im getting frustrated all night. Can someone help me? please?
  9. Im viewing the github files. But how can i download it using tortoise?
  10. where will I put the id 7179 sir. Can u explain it further? thank you.
  11. Hi guys im using euphys script //===== eAthena Script ======================================= //= Custom-Currency Multi-Shop //===== By: ================================================== //= Euphy //===== Current Version: ===================================== //= 1.2 //===== Description: ========================================= //= Allows for better organization in a single shop call. //= Note that there are two configuration areas. //============================================================ // -------------------- Config 1 -------------------- // For each shop added, copy this MSHOPX dummy data. // Write your shop names in the select() function. - shop MSHOP1 -1,512:-1 - shop MSHOP2 -1,512:-1 - shop MSHOP3 -1,512:-1 - shop MSHOP4 -1,512:-1 - shop MSHOP5 -1,512:-1 - shop MSHOP6 -1,512:-1 - shop MSHOP7 -1,512:-1 - shop MSHOP8 -1,512:-1 prontera,163,174,4 script A Shop 984,{ set @s, select("Weapons:Headgears:Armors:Garments:Shoes:Shields:Cards:Misc"); // -------------------------------------------------- message strcharinfo(0),"This shop only accepts "+getitemname(.Currency[@s])+"."; dispbottom "You have "+countitem(.Currency[@s])+" "+getitemname(.Currency[@s])+"."; callshop "MSHOP"+@s,1; npcshopattach "MSHOP"+@s; end; OnBuyItem: set .@i,0; while (.@i < getarraysize(@bought_nameid)) { set .@j, 0; while (.@j < getarraysize(getd(".Shop"+@s))) { if(getd(".Shop"+@s+"["+.@j+"]") == @bought_nameid[.@i]) { set @itemcost, (getd(".Shop"+@s+"["+(.@j+1)+"]") * @bought_quantity[.@i]); set @totalcost, @totalcost + @itemcost; break; } set .@j, .@j+2; } set .@i, .@i+1; } if (@totalcost > countitem(.Currency[@s])) dispbottom "You don't have enough "+getitemname(.Currency[@s])+"."; else { set .@i,0; while (.@i < getarraysize(@bought_nameid)) { getitem @bought_nameid[.@i], @bought_quantity[.@i]; dispbottom "Purchased "+@bought_quantity[.@i]+"x "+getitemname(@bought_nameid[.@i])+"."; set .@i, .@i+1; } delitem .Currency[@s], @totalcost; } set @totalcost, 0; deletearray @bought_nameid[0], 128; deletearray @bought_quantity[0], 128; end; OnInit: // -------------------- Config 2 -------------------- // Currency: The ID of each shop currency, // in the same order as the shops. // Shop order follows that of the select() call, // and is formatted "ID1,Count1,ID2,Count2,..." setarray .Currency[1],513,513,513,513,513,513,513,513; setarray .Shop1[0],1202,5,1229,20; setarray .Shop2[0],5116,15; setarray .Shop3[0],2302,2,2348,30; setarray .Shop4[0],2502,2,2513,15,2523,15; setarray .Shop5[0],2441,15; setarray .Shop6[0],2199,32768; setarray .Shop7[0],4051,3,4285,6; setarray .Shop8[0],513,1,532,2,634,4; // -------------------------------------------------- set .@i,1; while (.@i <= getarraysize(.Currency)) { set .@j,0; while (.@j < getarraysize(getd(".Shop"+.@i))) { npcshopdelitem "MSHOP"+.@i,512; npcshopadditem "MSHOP"+.@i, getd(".Shop"+.@i+"["+.@j+"]"), getd(".Shop"+.@i+"["+(.@j+1)+"]"); set .@j, .@j+2; } set .@i, .@i+1; } end; } I want to use pods [item id 7179 as the currency] Can u explain to me which line im going to change and where will I going to put the items I want to sell using PODS. TY. sorry for noob question.
  12. I think its more ok to use the Euphys < Custom Currency Multi-Shop > Is it ok sir?
  13. I saw it on some servers where the npc will announce when a player bought an item on a shop. Can i request a script like that but the item that will be use as currency is pod item id [7179] And in one npc only. Where i can set different menus like Armors, headgears , useables etc. Thanks everyone. More power Rathena. Newbie here. tnx
  14. Can u explain it further sir/? Tnx for the reply.
  15. Can anyone help me how to implement rok points system on my server? My server is pre renewal. Trans only. TIA
  16. rayleigh

    WOE:TE

    idro is the one most updated among the servers around?
  17. I want to build a renewal server using rathena. Question- Are all the job change quest working like the official servers (iro)? Coz I dont want to implement job changer on my server to add more challenge. TIA. Its more ok to recieve an answer from an rathena moderator/Dev team. Thanks
  18. rayleigh

    WOE:TE

    What is Idro?sorry noob
  19. Thank you sir for a very user friendly reply. This is what i want. This is just for example. Eddga-1 point (p) Gtb - 1p stormy - 2p bapho - 10p so far and so on... if you could just specify sir the things i will edit or add. i will be the one to edit the script for experience matter. Ty so much sir. ill wai for the reply .
  20. what is the use of source code? can u elaborate?
  21. Hello everyone. I want to learn every corner of scripting beacause I think it is the very and the most neccesary foundation in developing. Is there any reference or copy or anything where can i learn everything about scripting cause I want to do my own npc to help some pinoy folks there. Can someone give me a link or copy of every simples and codes that are used in scripting npc's here in ragna developing. Thanks in advance for those who will help.
  22. it will do the things that ive said sir? a gm also can restart the scores? can i get a copy. thanks sir.
  23. npc that records players scores of the mvps they killed. They are ranked from 1-10 Each mvp monsters has a different points to give dependin on its difficulty. Only the player who is mvp will get the point and they will saw it on the mvp killer ladder. The gm99 can reset the scores. is this possible? Thanks for those who will help.
×
×
  • Create New...