Jump to content

Lord Ganja

Members
  • Posts

    444
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Lord Ganja

  1. Hi. I already saw lots of post about @warp/go delay. But what I needed is it will prevent player from warping when a player inflict damage (by normal attack or by skill) OR got attacked by/to an MVP monster or a PLAYER. but it wont work on GMs.. the MVP monsters doesn't include mini boss like ghostring,deviling etc.. I just need this coz im using PK mode server and players (usually champions) are warping after hitting mobs/other players with asura strike, then rewarp asura again. They're doing it especially when hunting mvps. So this will really be useful.. sorry im noob at src editing.. For anyone who could help. thanks in advance!
  2. Is there any script that can be triggered when a Rentitem expires? rentitem 2383,60; //after 60 seconds the item 2383 will expire and trigger a 'script'
  3. Can anyone help me modify this ITEM REWARDS script by Euphy ? Basically I wanted to remove the Packages. instead put an array of item id's that can be rewarded and specify its amount. Then put it in the logs like this: GM_NAME sent ITEM_AMOUNTx ITEM_NAME to PLAYER_NAME Example: Instead of Package # options which is: set .PackageCount,3; setarray .Package1[0],501,1,502,2,503,3; setarray .Package2[0],601,5,602,10; setarray .Package3[0],607,10; It would be like this: setarray .itemid_reward[0],501,502,503,and so on; About the amount: set .MaxAmount,50; . . . . . . . . . . . . . . . . //when entering the amount input .@item_amount; if(.@item_amount > .MaxAmount) { mes "[Item Rewards]"; mes "Sorry, you're beyond the limits."; close; } Sorry, I couldn't modify the script by myself. Anyway thanks in advance for those who could help me.
  4. Is there any src mod for the character to enable use of skills and can attack while setmounting is enabled? I got this msg whenever I tried to use skills/attack when using skills: 'unable to cast the skill on riding system mode' when trying to attack: 'unable to attack on riding system mode' Thanks in advance!
  5. Magpapatulong pa sana ako kung sino man nka experience na ng ganito.. Bali gusto kong mag host lang sa bahay, kasi kami2 lang ng mga kaibigan ko maglalaro. Ang problema ay hindi ko ma open yung mga ports na kailangan.. Ang ISP ko ay BAYANTEL na DHCP (modem) at may Tenda W311R+ (router).. Bali nag assign na ako ng static lan address sa router ko para di ito magpalit2. Tapos nagport forward nadin ako Yung problema ay kapag nka port forward na ako at chinecheck ko yung mga ports, CLOSED padn daw. di ko matukoy kung san yung problema.. bali dati pala nag host nadin ako sa bahay lang pero yung bayantel na gamit ko ay PPOE. at gumagana yung pag host ko. ngayon ginawa na ng bayantel DHCP dko alam kung bakit di ko na maopen yung mga ports.. tinawagan ko nadin yung bayantel. sabi nila open din daw yung mga ports ko. so sa ngayon di ko matukoy kung ano yung problema.. di ko alam kung ang problema ay dahil sa DHCP na yung ISP ko. pero wala naman problema kung dhcp diba? salamat sa mga makakatulong sakin! PEACE!
  6. somehow I solved this. The only problem i'm encountering now is that my port 80 is blocked. maybe my ISP which is bayantel is blocking it. anyway, nevermind about it. thanks.
  7. Thank you again for your reply. Anyway, i'm just going to test it. I just want to know and try how could I host a web at home. i'm not really going to host it for like 24/7.. I'll just make it online everytime i'm using my pc. can you teach me how i'm gonna do that? I only need to know how to host it online and link the fluxcp to the mysql provided by xampp.
  8. I already did that from the start. but still that error occur. EDIT: I suddenly fixed this! hahaha i don't know what really happened. anyway thanks Poseidon.
  9. Hello. Can anybody help me what's going on with this? I already set the corret username and pw in char_athena and map_athena.. the thing is everytime I run the server this error comes up.. Im using Xampp as my database server.. Im just testing my server for localhost only. I think phpmyadmin has to do with this but i don't know how to fix this. can anybody help me? thanks in advance.
  10. Thanks for your reply Poseidon. anyway, how do I set the permission to the user using phpmyadmin? and is it possible to host it online?
  11. Hello. I was wondering how to use xampp to host my ragnarok fluxcp, website, and forums.. I don't even know how to link the fluxcp hosted in xampp to my mysql database.. I wanted to test all of it before launching it. Can anyone give me a detailed instructions about it? thanks in advance
  12. Thanks for the reply goddameit. but, am I going to replace that? nameid = itemdb_searchrandomid(-nameid); to int itemdb_searchrandomid(int group_id, uint8 sub_group);
  13. I updated my SVN to its latest revision 17698. And I encountered errors for the getitem_map patch.. after compiling I encountered this script.c(6592): error C2198: 'itemdb_searchrandomid' : too few arguments for call Here's what in my script.c line 6592: Thanks in advance!
  14. I'm really looking into my src modifications to be applied in github. anyway, thanks. This would take time to manually look for my custom patches and manually add it to github
  15. @Akbare That's the only way? So, it's like doing it manually.. anyway, thank you for your reply.
  16. I was about to transfer from svn to github to always be up to date. The thing is, how could I transfer my src with modifications to github? I wanted to use the latest update of github but above it is my modified src. I don't want to replace the whole src from my svn. I only wanted the modified part of my src to be applied to github.. Should I do it manually or follow this one? So based from that guide I have to drag and drop the files from my svn to github and replace all.. After doing it, I have to stash save, then tortoisegit > pull and after it i have to stash pop.. What I don't really understand is what does this Stash Save and Stash Pop do? Does it merged my modified src to the github src by just adding the modified src? or it is replaced as a whole by my modified src? Thanks in advance!
  17. oo. lahat yan. pero ikaw gagawa ng sarili mong website at server. ang gagawin lang nila. ihhost lang nila yun para 24/7 online.. remote desktop naman yan gagamitin mo para maacess mo yung desktop na kinalalagyan ng mga files mo.. kung mageedit ka pwede mo iedit sa pc mo tapos transfer mo nalang dun sa host pag ok na.
  18. Yung VPS hosting site, yan yung maghhost ng server nyo para 24/7 syang online. pero bbayaran mo sila.. so, computer nila yung ioopen ng 24/7 tapos nandun yung server mo..
  19. did you put this in your item_db2.txt? // Vending system 30000,Zeny,Zeny,3,,10,10,,,,,,,,,,,,,{},{},{} 30001,Cash,Cash,3,,10,10,,,,,,,,,,,,,{},{},{}
  20. Anyone here who has a working diff for rA rev.17696? I encountered errors when I patched this.. ERRORS: 1>c:\users\owner\desktop files\ra\src\map\atcommand.c(1221): error C2223: left of '->equip' must point to struct/union 1>c:\users\owner\desktop files\ra\src\map\atcommand.c(1222): error C2223: left of '->equip' must point to struct/union 1>c:\users\owner\desktop files\ra\src\map\atcommand.c(1223): error C2223: left of '->equip' must point to struct/union 1>c:\users\owner\desktop files\ra\src\map\atcommand.c(1224): error C2223: left of '->equip' must point to struct/union 1>c:\users\owner\desktop files\ra\src\map\atcommand.c(1225): error C2223: left of '->equip' must point to struct/union 1>c:\users\owner\desktop files\ra\src\map\atcommand.c(1226): error C2223: left of '->equip' must point to struct/union in line 1221 to 1226: if( !(item_data->equip&EQP_HEAD_LOW) && !(item_data->equip&EQP_HEAD_MID) && !(item_data->equip&EQP_HEAD_TOP) && !(item_data->equip&EQP_COSTUME_HEAD_LOW) && !(item_data->equip&EQP_COSTUME_HEAD_MID) && !(item_data->equip&EQP_COSTUME_HEAD_TOP) )
×
×
  • Create New...