-
Posts
44 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Forums
Downloads
Everything posted by Andical
-
Hello! I recently added armors and weapons to my game and doing some testing I noticed that I need 1000 defense to block around 15 physical attack. Did anyone modify the base formula or know how to apply simple things like 10 defense reduces 10% incoming physical damage? (same for abilitypower-magic defense). Thank you!
-
I have been scammed by someone from this community
Andical replied to Khaikaa's topic in General Discussion
Wise words, I should have done that too. Someone from this community spammed me in discord 1 week to help him for $$, after I spend days fixing his problems in remote desktop he didnt pay anything. -
common event > trigger > on death -> add "SHOW options" with a few options, for example spawn in city = free, or spawn near. if they select near add a conditional branch, if player has 100 golds take 100 golds and warp him where you want or if he doesnt have money show a message instead, you need a contiditional or he will spawn even if he doesnt have gold. to change default spawn points is more complex, you have to create a player variable and call it for example "spawn1", "spawn2" etc anything you want, then an npc change this, for example you go to a city talk to an npc and he says "would you like to change spawning point here"? if you select the option yes, change the player variable you created, if it was bool set it true or false and in a common event you control where player spawn easily with a contidional branch. If player spawn point variable = "spawn1" warp him city 1, if variable is "spawn2" teleport to city 2 etc
-
what system takes less % of sales? Dedipass, paypal or stripe?
-
Its bugged now, they checking it
-
Gamedata.db encrypted database problem
Andical replied to Dj_kvadrad's question in Questions & Answers
Cards to connect? I dont know what you are trying to do but you change map size in config.json not here. I wouldnt touch anything here, this is so risky. when you click a BLOBl, top right there is the binary value. You should only touch config.json, this will break your entire project with no return lol -
Gamedata.db encrypted database problem
Andical replied to Dj_kvadrad's question in Questions & Answers
Upgrade 7 asap, 6 is inestable To edit databases I use DB Broser for SQlite, easy navigation and changes. Dont modify tables structure, only 2º tab of users data etc -
thanks I missed to add this line, Im so dumb lol
-
Hello AGD members, Can anyone tell me what am I missing? Because I can't create guilds... 1- I create a PLAYER variable named "Guild Name" 2- I create a common event /createguild with an input variable "Create guild" and ingame I enter the guild name but I get a message "You are not in a guild". What else I have to do? Thanks
-
www.meganiaonline.com En desarrollo aún pero en unos meses saldrá alfa
-
Como puedo delimitar la zona de los NPC?
Andical replied to Marsa Online's question in Preguntas y Respuestas
Me equivoqué porque estaba en móvil cuando lo escribÃ. Era en config.json aquà Pones true en vez de false y los cuadrados maximos a los que se resetea el bicho -
Como puedo delimitar la zona de los NPC?
Andical replied to Marsa Online's question in Preguntas y Respuestas
Desaparecer no, solo se dan la vuelta cuando alcanzan el rango máximo. Se configura en pantalla de cada npc arriba derecha -
I tried 000webhost and awardspace and both have this protection you menction and the .json cant be checked. Still looking for a free solution for testing or I will end up with a hostkoala service (some people say it works)
-
Best web developer ever, gj XFallSeane. Anyone interested in running this in their website should contract him, fast service, source modifications and anything you ask! Still need some personalization but looking good... http://www.MeganiaOnline.com
-
Anyone know why I can't open shop? Here is the error generated in prod.Log, the rest of the website is working fine... --------- For those who wonder how to change default language it's in src\EventSubscriber ($defaultLocale = 'en') ----------------------- PayPal would be cool but dedipass offer credit card+SMS...if they could be combined it would be great.
-
A new member joined the team! We are looking for one more who can map (no brute painting using blocks please) and create missions. Knowledge of Intersect editor and variables is a must, and some programming to change source in the future is welcome too.
-
Just copy maps with selection tool or add wraps in the border
-
No longer looking for members. Closed topic.
-
Didnt expect a response that fast. Thank you SIR. <3 THANKSS!
-
I have installed in localhost using xampp the website and i can make use of it but can't connect to API. Any ideas? thanks I can only run api using localhost, if I enter IP like 154.61.225.152 it doesnt start.... As u can see I am new here and doing my best to try to make it work, thanks in advance. btw the username angel has apiroles as documentation said
-
Thanks! I can't wait to get home and test this option
-
Hello again hehe, Today I noticed that the spells animations look weird because they are cut in different masks. For example, if a rock has 2 parts, the bottom in mask 1 and the top in mask 4 (fringe or fringe 2) the spell animation looks like in the image (split). Shouldn't it be shown on top of everything to avoid being cut in two? Just wanted to mention it here because maybe it has some easy fix, dunno =)
-
So imagine you are doing pvp in your game and when the enemy is going to die he logouts to avoid it. How would you prevent their character from disconnecting with the current state? In the future with the source I have in mind something like the character stays online for a few seconds if he is in combat(15 for example). Did you guys manage to do something similar at the moment with "on logout" event ? Sorry for my bad english
-
I should not be able to use it since I added 500 mana too and I have 245... I think it ignores every property of spell :S
