Jump to content

greenieken

Members
  • Posts

    154
  • Joined

  • Last visited

Everything posted by greenieken

  1. Can anyone help me with this error?
  2. Hi! Can anyone help me create a pvp warper with multiple maps and multiple modes? Ex. 1. PVP without restriction 2. PVP with Item Restriction 3. Champion vs Champion Only Thank you in advance!
  3. Hello. Can anyone help me edit this script? https://pastebin.com/raw/UKr5WjMH This one converts 100ygg into a ygg box. I wanted this npc to convert multiple items into box. Example: 100 ygg seed to box, 100 box of drowsiness to box and so on Thanks!
  4. @Mabuhay Hello! Can you help me add a limit for participants? Ex: 20 players maximum
  5. No more wiki guides like in http://herc.ws/wiki/Main_Page?
  6. Hi. I was able to make this thing work on costume headgears that I manually added in my item.db2 Here's the NPC link: (c) sandbox The thing is, I want this to work on the converted costume headgears using Mhalicot's costume maker. Can anyone help me find a solution for this?
  7. Hello! I need some help in checking my server status. I actually do not use putty since in asurahosting they use VNC viewer. And it is much easier since you will be able to see what's happening in your server. I am currently on a dedicated server, and i tried to download vnc viewer from asura but i am not able to login. How will i be able to use VNC viewer?
  8. I really dont get why i get this error "Internal Server Error" when in fact i have followed every step in the guide. does anyone knows how to solve this problem?
  9. BUMP! Badly needed a guide for flux installation
  10. No. This is my first time to use FluxCP. I have just downloaded xantara's fluxcp. here's the link https://github.com/missxantara/fluxcp-ra/archive/master.zip
  11. Hello. Could anyone post a simple guide in installing FluxCP? Most of the guides that i saw is mentioning about the install.php, but when i checked the flux folder, reinstall.php is the only one that is exisiting. Nothing happens when i tried to enter www.websitename.com/fluxcp/themes/default/install/reinstall.php, hope someone could help me with this one. i have downloaded several fluxcp but non worked. thanks
  12. greenieken

    Refiner

    Hello. Can somebody help me with my script: new_1-2,95,71,4 script +10 Refiner 100,{ for ( .@i = 1; .@i <= 10; .@i++ ) { if ( getequipisequiped(.@i) ) { .@id = getequipid(.@i); .@ref = getequiprefinerycnt(.@i); .@card1 = getequipcardid( .@i, 0 ); .@card2 = getequipcardid( .@i, 1 ); .@card3 = getequipcardid( .@i, 2 ); .@card4 = getequipcardid( .@i, 3 ); delitem2 .@id, 1, 1, .@ref, 0, .@card1, .@card2, .@card3, .@card4; getitem2 .@id, 1, 1, 101, 0, .@card1, .@card2, .@card3, .@card4; equip .@id; } } end; } It refines non-refinable items. Can someone help me for it not to refine the non-refinable items? thanks.
  13. Here's my script: prontera,155,181,5 script Sample 757,{ if( select("PVP Room [ "+getmapusers("prontera")+"/50 ]:Cancel") == 1 ) if( getmapusers("prontera") < 50 ) warp "prontera",0,0; close; } What i wanted to happen is that when you enter the pvp, it will globally announce that you enter the pvp room. e.g.: Pogi entered the PvP Room!
  14. http://pastebin.com/gkVPLgcz Hi here's my script for disguise event.. the problem is that when it is automatically started, (eg. onclock2000), when they warp into the map where the disguise npc is located. the npc will immediately announce that the event will start in the next 2 hours then the npc will hide already without even starting the event. but when it is started manually, it is working accordingly. what might be the problem? help please. thanks
  15. @capuche it is working, but not in prontera only. you get buffed and healed when warping in anymap xD i want it to be in prontera only.
  16. everytime i click on the npc with waiting room. this error pops out how to eradicate this one? thanks.
  17. Can I request for a healer with buffs that when i player respawn to a certain map, he will automatically be healed and buffs. Thanks e.g map prontera
  18. hello.. im using a duplicated map for my battlegrounds, and everytime i warp to this duplicated map. this warning shows: anyone know how to solve this one? bump bump really need help. anyone?
  19. What i need to edit is just the SQL right? not the char.c anymore? I did everything from executing the commands and by doing it manually. still the errors pops out. does my client causes that error? coz i am using 20100730 client exe BUMP
  20. this comes out when i tried to run it using mysql workbench.
×
×
  • Create New...