Jump to content

Promise

Members
  • Posts

    386
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Promise

  1. o: thank you! i will try it!
  2. Hi everyone! I just did a map to my server, but i used custom textures, i added it to browedit, but when i try to see the map in game, dont read the textures, i added it to my grf... Thank you in advance!
  3. For your first map its okay, but you can add more objects, more lights and check some wall tutorials, just details!
  4. Try to add the script, open the console and turn woe On. Then check the console if there are any error.
  5. Just change <NPC Names> for your... npc names (? like: OnAgitStart: OnAgitStart2: disablenpc "<poring catcher>"; disablenpc "<pvp room>"; disablenpc "<disguise event>"; end; OnAgitEnd: OnAgitEnd2: enablenpc "<poring catcher>"; enablenpc "<pvp room>"; enablenpc "<disguise event>"; end;
  6. i'll see but you can add some rocks or trunks, little objects.
  7. What npc you like to do these changes?
  8. rAthena he said. This, bonus bmatk dont work.
  9. Solved i think. Was quadtree problem.
  10. Where you get this crash? Custom Prontera? Just log in? Anything custom?
  11. Hi everyone, I read in some posts that when the in-game objects in my map created by me, is that you have to raise the water level, but the problem is I do not understand all there is to upload, you must upload map just start? The need to upload it as I restart the floor in place... Can anyone explain me please? I have some maps, but in game doesn't works for these problem. As is explained better, more serves me, hopefully with a video xD Sorry my english but im from chile.
  12. Why you tried to warp with .gat? Not necessary.
  13. 20100730 i have used it on all my servers, with same data and luas.
  14. Hello to everybody, i have this problem when i right click a character with a GM, it is supposed to show the info only once, but it keeps sending @accinfo command, infinitely, even if i restart the server, when I login again keeps sending it. when I deactivate the command directly in atcommand.c So, I think it is a right click problem, not an atcommand problem. help please :c Thank you in advance.
  15. Solved, it was a host problem. Sended a ticket and they solve it. Thank you.
  16. I dont did modifications before the down, and i check my conf files and all okay. I deactived all my custom scripts and item_db modifications to see if it was a crash, but nothing.
  17. Hi, my vps send this error, but it was today, because my server was online yesterday :/. Tried to recompile, no errors, and run server no errors just [status]: Awaiting maps from map-server
  18. I will test it in my server.
  19. Hello everyone, my question is the next. I just made this script; prontera,164,172,4 script MvP Room 813,{ mes "[MvP Warper]"; mes "Te gustaria ir a la sala MvP?"; next; menu "Si!",continue,"No, gracias",L_No; continue: mes "[MvP Warper]"; mes "A que sala te gustaria ir?"; mes "Sala 1:" + getmapusers("pvp_n_1-1") + "/1"; mes "Sala 2:" + getmapusers("pvp_n_2-1") + "/1"; mes "Sala 3:" + getmapusers("pvp_n_3-1") + "/1"; mes "Sala 4:" + getmapusers("pvp_n_4-1") + "/1"; mes "Sala 5:" + getmapusers("pvp_n_5-1") + "/1"; mes "Sala 6:" + getmapusers("pvp_n_6-1") + "/1"; mes "Sala 7:" + getmapusers("pvp_n_7-1") + "/1"; mes "Sala 8:" + getmapusers("pvp_n_8-1") + "/1"; menu "Sala 1",sala1,"Sala 2",sala2,"Sala 3",sala3,"Sala 4",sala4,"Sala 5",sala5,"Sala 6",sala6,"Sala 7",sala7,"Sala 8",sala8; next; sala1: if(getmapusers("pvp_n_1-1") == 1) goto L_lleno; warp "pvp_n_1-1",105,105; close; sala2: if(getmapusers("pvp_n_2-1") == 1) goto L_lleno; warp "pvp_n_1-1",105,105; close; sala3: if(getmapusers("pvp_n_3-1") == 1) goto L_lleno; warp "pvp_n_1-1",105,105; close; sala4: if(getmapusers("pvp_n_4-1") == 1) goto L_lleno; warp "pvp_n_1-1",105,105; close; sala5: if(getmapusers("pvp_n_5-1") == 1) goto L_lleno; warp "pvp_n_1-1",105,105; close; sala6: if(getmapusers("pvp_n_6-1") == 1) goto L_lleno; warp "pvp_n_1-1",105,105; close; sala7: if(getmapusers("pvp_n_7-1") == 1) goto L_lleno; warp "pvp_n_1-1",105,105; close; sala8: if(getmapusers("pvp_n_8-1") == 1) goto L_lleno; warp "pvp_n_1-1",105,105; close; L_No: mes "[MvP Warper]"; mes "Vuelve pronto!"; close; L_lleno: mes "[MvP Warper]"; mes "Lo siento, pero esta sala se encuentra llena."; close; } pvp_n_1-1,107,107,4 shop Branch 818,12103:5000000 And I need to do that you can enter by 1 person And then his party can enter too. And the other question, I have to add that when you die, resurrect in the same room with a healer to keep killing MVPs without remove your room. Thank you!
×
×
  • Create New...